Skip to content

Releases: AndreWohnsland/TimeTracker

v1.5.0 Notifications

03 Jul 18:07
e47f65e
Compare
Choose a tag to compare

This update changes from the message box to a notification element when entering events or pause data. This will improve the UX, since the user does not close the popup anymore (auto closing).

🐛 Bug Fixes

  • Use the right input for the weekly hour data

v1.4.0 PyQt6 And Better Plots

23 Jun 17:46
9588480
Compare
Choose a tag to compare

This release improves the number alignment in the plots and also offers the option not to display pause times.
In addition, PyQt5 was replaces by PyQt6.

v1.3.2 Build Releases

07 Jun 16:40
0ab92e7
Compare
Choose a tag to compare

Bugfixes

  • Fix crash on empty year data

v1.3.1 Build Releases

01 Jun 07:55
7d58678
Compare
Choose a tag to compare

This release not only includes all the new changes like the tray icon, consistent app, overhauled GUI (combined plot + table view) and many other improvements, but also provides a pre-build executable for the different OS (Win, Linux (Ubuntu), Mac).

You will find the executables on the release page and can download and use them from there. You can always still just use the project / default python way, if you prefer it like this.

Disclaimer: I don't own any mac or similar, so I could only build, but not test for that system.

Bug Fixes:

  • Properly prepare data and folder / file location before first run to prevent crash

v1.3 Build Releases

01 Jun 07:23
83f13eb
Compare
Choose a tag to compare

This release not only includes all the new changes like the tray icon, consistent app, overhauled GUI (combined plot + table view) and many other improvements, but also provides a pre-build executable for the different OS (Win, Linux (Ubuntu), Mac).

You will find the executables on the release page and can download and use them from there. You can always still just use the project / default python way, if you prefer it like this.

Disclaimer: I don't own any mac or similar, so I could only build, but not test for that system.

v1.2 Release

14 Sep 16:35
Compare
Choose a tag to compare

v1.2 Release - Plots

  • Added button and logic to summary window to create plots
  • In addition to upgrade also run pip install -r requirements.txt again to install matplotlib (or just install matplotlib)

v1.1.2 release

31 Aug 15:53
Compare
Choose a tag to compare

v1.1.2 Release - Bugfix

  • Fixed a bug introduced with v1.1.1 which caused the app to crash when exporting time data

v1.1.1 release

13 Aug 15:55
Compare
Choose a tag to compare

v1.1.1 release - Bug Fixes for Export and Spelling

  • Fixed a duplicate column in the data exporter formatting
  • Introduced a check if the data frame is empty before exporting to prevent an occurring crash and added display message

v1.1 - Past events and remove feature

03 Aug 18:18
Compare
Choose a tag to compare

v1.1 release - add past events, remove wrong ones and more!

  • Added possibility to add past events and break time
  • Added possibility to delete events on daily view
  • Added about register in Option
  • Added possibility to pull (update) repo over GUI

Updating from v1.0

Go into your TimeTracker folder and run:

git pull
pip install -r requirements.txt

To get the latest version without loosing your existing data. In future versions you just can run the action over the GUI.

v1.0 - First release

02 Aug 18:45
Compare
Choose a tag to compare

First Release

This is the first release of the app.

Features

It can track (start | stop) time and saves the event. Pause time of a day are also saved as one cumulative value.
A report of the working time or over time can be generated, as well as the data be viewed for a month or a day.
The settings (user Settings as well as path to save files) can be set over the UI.