Releases: almarklein/timetagger
Releases · almarklein/timetagger
v24.12.1
What's Changed
- Snap to previous day if we haven't passed the dayoffset yet by @duxovni in #509
- Add offset for nightshift by @almarklein in #514
- Prevent gap when having many small records by @almarklein in #515
- Compact clusters with many records in timeline by @almarklein in #516
New Contributors
Full Changelog: v24.07.1...v24.12.1
v24.07.1
App
- Changed that the "now"-line was barely visible in darkmode by @Tagirijus in #476
- Use standalone display for better user experience on Android. by @vchigrin in #491
- Fix recursion error due to early dates by @almarklein in #494
- Prevent negative timestamps, warn users when dates look odd by @almarklein in #495
- Make date visible on FireFix by @almarklein in #496
- Set stop button color based on running tag. by @vchigrin in #492
- Backspace can unselect all tags now by @Tagirijus in #484
- Tweak unselecting with backspace by @almarklein in #497
- Support for multiple date formats by @almarklein in #498
Other
- Update test for new asgineer by @almarklein in #483
New Contributors
Full Changelog: v24.4.1...v24.07.1
v24.4.1
App
- Fixes iOS zoom issue by @axelknock in #456
- Add option for Monday-Friday week by @staddi99 in #458
- More shortcuts by @Tagirijus in #467
- Enable notifications by @almarklein in #470
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
- @michaellenaghan made their first contribution in #457
- @axelknock made their first contribution in #456
- @staddi99 made their first contribution in #458
- @joergsteffens made their first contribution in #455
- @Tagirijus made their first contribution in #467
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
v23.11.3
- Fix overview scrolling on mobile by @almarklein in #427
- Tweaks for better experience on mobile by @almarklein in #428
- Fix that selecting recent ds does not replace text by @almarklein in #429
- Report sums rounded durations by @almarklein in #430
v23.11.2
- Fix app not working on Safari: make ResizeObserver logic compatible with all browsers by @almarklein in #424
v23.11.1
Changes to the app:
- Added 'Y' to select year view as shortcut by @danielhass in #412
- Added 5 minute interval align for time select buttons by @danielhass in #415
- Fix hang and crispier look by @almarklein in #418 and #420
- Scrolling the overview by @almarklein in #419
- Preset dropdown filters based on tags in ds by @almarklein in #422
Changes related to self-hosting:
- Add documentation for nonroot Docker variant by @kraftner in #410
- Adjust config file by @almarklein in #421
v23.9.2
v23.9.1
Changes to the app:
- Add button to show guide inside the app by @almarklein in #393
- Better in-app tips for fresh users by @almarklein in #394
- No tooltips on mobile devices by @almarklein in #395
For the self-hosters:
- Switch containers to unpriviliged service user by @danielhass in #357
- Update page to create credentials by @almarklein in #391