Releases: almarklein/timetagger
Releases · almarklein/timetagger
v22.10.1
- Implement reverse proxy authentication - by @mtn-mathi - #270
- Improvements to import logic - #277
- Show recent descriptions in record dialog - #278
- Use red color when sync is in error - #279
- Search no longer shows hidden records - #281
- Show clickable links in description - #283
v22.9.3
- More descriptive save button text in #268
- Update icon when recording in #269
v22.9.2
- Prevent closing the tab when there are unsaved changes in #253
- Improve sync indicator icons a bit in #264
- Fix timezone indicator in settings in #255
- Clarify autocomp toggle in #261
- Click ux in overview by in #262
- Tiny tweaks for small screens in #263
- Ditch the paper bg in #265
v22.9.1
A variety of bug fixes and UX gotcha's:
- Fix that buttons appeared larger than they are in #245
- Return focus to canvas when a dialog is closed in #246
- Fix bug in search dialog in #247
- Dont assume integer timezone offset in #248
- Dont reset start time in record dialog on each mode change in #251
For the self-hosters:
- Mention .env file quotes in #249
- Add health endpoint in #250
v22.6.6
- Fix that autocomp could not be closed when invoked using the button. #227
- Added comments that extra dollar signs are needed for the hash in docker-compose. #227
v22.6.4
- Fix a bug that discarted the modified starttime and endtime if you did not unselect the input before pressing "edit". #220
v22.6.3
This release focuses on the self-hosters.
- The
run.py
is gone; you can now use python timetagger
to run the server. (though you can still use your own version of the startup script).
- The builtin startup script includes support for authentication with username and password. This makes it much more viable to host TimeTagger on your own server!
- There is now a published Docker image, and an example docker-compose file to demonstrate how it can be used.
- Also see https://timtagger.app/articles/selfhost2/
v22.6.2
- Fixed content on landing page from being hidden. #214
- Fixed that clicking an tag in the autocompletion list did not add it to the text input. #215
v22.6.1
- New setting: configure the app width. #209
- Update the search dialog to work better with the recently introduced tag dialogs. #210
- Hide overflow to prevent flicker due to tooltip. #208
v22.4.2
- Fix a bug introduced in the previous release. #199