This document tracks changes parallel to development and contains unreleased changes.
- Simple interface that is opened via tray menu icon; and disappears as soon as you done with it
- Track time by clicking on the start/stop button
- Data is saved to a local SQLite database
- Calculate total worked time (current day) and over time (for all days).
- Dark App Theme (there will be others later on).
- New Settings:
- Make window movable: User can decide if the window is fixed at its location at the corner of the desktop or freely movable.
- Start App with Windows: Allows the app to be started with Windows.
- Hide Window Automatically: Hide the window automatically as soon as you lose focus.
- Automatically start new Timer after every stopped one
- Automatically start Timer on start
- Set Regular Working Hours (important for over time calculation).
- Calculate over time for each day with at least 1 time (+other stuff related to that).
- Tray icon menu style updated.
- End time is now always set to
now-1
to align with the start time of the next timer. - Start and End time are now saved in 24h format.