Skip to content

Releases: almarklein/timetagger

v25.12.1

08 Dec 08:17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v25.06.1...v25.12.1

v25.06.1

10 Jun 09:46

Choose a tag to compare

Changes to the app

  • Add a form html tag to the login form enabling autocomplete for password managers by @joleaf in #527
  • Shorter timeout after editing record by @almarklein in #528
  • Feature/css improvements by @joleaf in #529
  • Prevent summer/wintertime changeover from sending the snap range logic into a loop by @duxovni in #535
  • Prevent summer/wintertime changeover from breaking week floor calculation by @duxovni in #536

Changes for self-hosting

Other changes

New Contributors

Full Changelog: v24.12.2...v25.06.1

v24.12.2

17 Dec 08:20

Choose a tag to compare

This is a security fix. If you use the standard __main__ startup script and host it on a public server, you are encouraged to update to this version.

What's Changed

  • Add check for localhost auth by @almarklein in #518
  • The default binding is changed from 0.0.0.0:80 to 127.0.0.1:8080.

Full Changelog: v24.12.1...v24.12.2

v24.12.1

11 Dec 16:01

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v24.07.1...v24.12.1

v24.07.1

24 Jul 13:55

Choose a tag to compare

App

Other

New Contributors

Full Changelog: v24.4.1...v24.07.1

v24.4.1

19 Apr 12:11

Choose a tag to compare

App

For self-hosters

  • Pass an import string rather than a function reference to enable multi-worker and reload support. by @michaellenaghan in #457
  • add a script to merge records of multiple databases by @joergsteffens in #455

New Contributors

Personal note

I'm rather occupied with other projects, so I find that I don't have as much time to work on TimeTagger as I want to. In the last days I did some work on timetagger.app to refactor things into more components with specific tasks, which will make room for future improvements such as teams ...

Full Changelog: v23.11.4...v24.4.1

v23.11.4

21 Nov 08:46

Choose a tag to compare

  • Fix bug that the total was the taking tag filters into account - #433
  • Can unselect tags by clicking on them - #434

v23.11.3

16 Nov 16:03

Choose a tag to compare

v23.11.2

08 Nov 23:06

Choose a tag to compare

  • Fix app not working on Safari: make ResizeObserver logic compatible with all browsers by @almarklein in #424

v23.11.1

08 Nov 14:35

Choose a tag to compare

Changes to the app:

Changes related to self-hosting: