Skip to content

Releases: TimeKeeperSoft/TimeKeeper

TimeKeeper v1.1.1

25 Aug 14:34

Choose a tag to compare

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

20 May 20:03

Choose a tag to compare

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

05 May 10:11

Choose a tag to compare

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

17 Apr 09:07

Choose a tag to compare

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

12 Apr 19:05

Choose a tag to compare

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 checkbox with toggler.
  • [About] Small text depends on the OS: in Windows it's size 12, in Linux it's size 10;

TimeKeeper v0.3.0

12 Apr 10:14

Choose a tag to compare

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_button widget;
  • 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

10 Apr 16:57

Choose a tag to compare

Pre-release

Поправил неправильный путь сохранения настроек программы на корректный

TimeKeeper v0.3.0 Beta 1

10 Apr 16:30

Choose a tag to compare

Pre-release

Beta version of TimeKeeper v0.3.0

TimeKeeper v0.3.0 Alpha 1

06 Apr 11:33

Choose a tag to compare

Pre-release
v0.3.0-alpha1

First alpha version of TimeKeeper v0.3.0

TimeKeeper v0.2.0

04 Apr 10:53

Choose a tag to compare

TimeKeeper v0.2.0 Pre-release
Pre-release

Changes

  • Settings page 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_aw dependency;