Skip to content

Releases: almarklein/timetagger

v22.10.1

25 Oct 12:35
Compare
Choose a tag to compare
  • 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

30 Sep 21:47
Compare
Choose a tag to compare
  • More descriptive save button text in #268
  • Update icon when recording in #269

v22.9.2

19 Sep 23:09
Compare
Choose a tag to compare
  • 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

12 Sep 18:41
Compare
Choose a tag to compare

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

23 Jun 08:07
Compare
Choose a tag to compare
  • 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

21 Jun 14:59
Compare
Choose a tag to compare
  • Fix a bug that discarted the modified starttime and endtime if you did not unselect the input before pressing "edit". #220

v22.6.3

21 Jun 14:37
Compare
Choose a tag to compare

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

10 Jun 14:04
Compare
Choose a tag to compare
  • 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

09 Jun 08:02
Compare
Choose a tag to compare
  • 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

27 Apr 14:12
Compare
Choose a tag to compare
  • Fix a bug introduced in the previous release. #199