Skip to content

RS Timer Alpha 0.8.2

Compare
Choose a tag to compare
@Talkarcabbage Talkarcabbage released this 02 Mar 13:52
· 102 commits to master since this release

0.8.2 Changelog

  • Redesigned the removal functionality. Removing timers is now done by toggling the remove button, then clicking the timer to remove. The remove tab button now removes the current tab (with a confirmation dialog).
  • Added a default rows and columns to the new tab button.
  • Added semi-useful debug information to console output.
  • Redesigned the event handling to one central method instead of a slew of randomly placed overridden inner classes.
  • Fixed a critical bug that could result in corrupt timer information when removing a tab.
  • Removed an unnecessary call to saveTimers() after loading timers. Reworked to only save at this time when importing old data.
  • Fixed misplaced parenthesis on adding tabs.