Skip to content

Caster Companion v1.1.0

Latest
Compare
Choose a tag to compare
@RVRX RVRX released this 21 Jul 20:16
· 6 commits to main since this release
e8be434

Patch Notes

Caster Companion update version 1.1.0 brings the ability to clear selected items, and new timer features and improvements. See full patch-notes below for more details.

Major

  • Set your own timer end text! (per #72)
    If the user has specified custom end text then the timer will display this text upon reaching zero, instead of 0:00.
    image

  • Clear current team and map selections (per #86)
    Using the keystroke cmd+w or ctrl+w when on either the map page or the team page, will (after prompting the user) clear the selection items on the page - thereby emptying the associated txt's and clearing any associated output images.

  • Timer now runs off of the system clock and is accurate over long periods of time (per #12)

  • App is no longer resizable (per #85)
    This was done so as to prevent a bad appearance for the UI, due to an inconsistent – and overall non-existent – responsiveness. The app may again become resizable in future updates after a responsive UI is created.

Minor / Back-end

  • Timer classes have been cleaned up, refactored back into two (kept the previously added Timer interface) classes (per #12)
  • Map page now has save button (per #84)
  • Misc. timer bugfixes (per #12 - see comments)