Releases: TimeKeeperSoft/TimeKeeper
Releases · TimeKeeperSoft/TimeKeeper
TimeKeeper v1.1.1
Changes
- Added information for donates;
- Increased window size: (300, 310) -> (300, 315);
- Code refactoring and small fixes in the build scripts;
Breaking changes
- AppImage building was broken... It's all about the broken Ubuntu 24.04 libraries. I will restore the AppImage package build as soon as I fix these libraries.
TimeKeeper v1.1.0
Changes
- Added CSV export and statistics cleaning (fix #30)
- Implemented settings autosave (fix #29);
- Fixed l18n issues on Windows ("About" page);
- Changed notification sound on Windows;
- Fixed path to the notification icon on Linux;
- Changed background of the main page in the free time;
- Small code refactoring...
TimeKeeper v1.0.1
Changes
- Increased the window size (300x300 -> 300x310);
- Implement initial autostart functions (only for Linux; testing needed);
- Some redesign the 'Settings' page.
TimeKeeper v1.0.0
Final version of TimeKeeper.
Changes
- Small localization fixes;
- Change notification messages;
- Implemented a Windows installer;
- Made an AppImage package for Linux;
- Change fallback home directory;
- Some fixes in 'build.py' script;
TimeKeeper v0.3.1
Corrective version adding English translation.
Changes
- Added support for translations into other languages. At the moment there are translations to Russian and English.
- [Settings] Replaced
checkboxwithtoggler. - [About] Small text depends on the OS: in Windows it's size 12, in Linux it's size 10;
TimeKeeper v0.3.0
Changes
- Add hotkey support:
- F1: "About" page;
- F2: "Settings" page;
- F3: "Main" page;
- F4: Show/hide statistics;
- F5: Start/pause timer;
- F6: Stop timer.
- Redesign of the “About” page;
- Redesign of the “Statistics” subpage: centered the placeholder position;
- The FiraSans-Light font is now used for all OSes;
- Add
url_buttonwidget; - Added saving configuration files to a special directory depending on the OS (Windows:
~\AppData\Roaming\TimeKeeper, Linux:~/.local/share/TimeKeeper); - A special Python script is now used to build TimeKeeper packages;
- Publishing the program on <crates.io>;
- Code refactoring.
TimeKeeper v0.3.0 Beta 2
Поправил неправильный путь сохранения настроек программы на корректный
TimeKeeper v0.3.0 Beta 1
Beta version of TimeKeeper v0.3.0
TimeKeeper v0.3.0 Alpha 1
v0.3.0-alpha1 First alpha version of TimeKeeper v0.3.0
TimeKeeper v0.2.0
Changes
Settingspage redesign and some fixes;- Now if the program did not find a configuration file, it opens the Settings page to create that file;
- Added new 'Statistic' subpage;
- Code refactoring;
- Some optimizations...
- Create simple web-site for TimeKeeper;
- Hardcoded program logo;
- Remove
iced_awdependency;