Skip to content

2.0.9

Compare
Choose a tag to compare
@soleon soleon released this 15 Dec 13:29
· 16 commits to master since this release
  1. Added "auto" option for normal battery colour.
  2. Added black and white colour to tray icon colour selection.
  3. Made minimum refresh interval from 1 second to 5 seconds.
    • 1 second was really for debug purposes. Because the app uses a timer to trigger each status refresh, having a refresh interval too short can cause a backpressure problem when the system is slower to process each status update than the set interval. A new status update will be queued by the timer before the previous one can finish. This can cause the queue to increase indefinitely resulting in an unpredictable error eventually.
  4. Removed double refresh of the battery status triggered by the timer and a redundant observable subscription.
  5. All events are debounced before triggering the battery status refresh.
  6. Details page now uses the same refresh interval as set in the settings page.