Features:
New tray icon design indicating remaining time (b982f0d)
The Sane Break icon in the tray now has a circle around it, indicating the remaining time concisely.
Prefer settings next to the app for portability (de752d1)
If you want to make Sane Break portable in a USB stick, especially on Windows platform, you will benefit from this release. Just create an empty file named SaneBreak.ini
next to the .exe
file, and Sane Break will automatically pick that file for configurations, so that you can have unified configs for all Windows computers.
Bug fixes
- b3b688e fix pause immediately after break end if idle
v0.3.4
has a buggy implementation.v0.4.0
introduce a better fix. - 892820a do not reset break progress within last 3 seconds
Because in most cases, user can wait for 3 seconds, but they don't want to have the whole break again just because they accidentally touch the mouse when the break almost finishes. - 693fea9 cache settings value to avoid constant file reads