Skip to content

v0.4.0

Compare
Choose a tag to compare
@dhth dhth released this 19 Jan 12:34
· 4 commits to main since this release

This release adds several QOL improvements to time tracking and task log management.

Added

  • Time tracking can now be switched between tasks with a single keypress
  • The active task log can now be edited before it's finished
  • Task logs can now be edited after saving
  • Adds a view for viewing task log details

Changed

  • Allow for longer task log comments
    image
  • Task log comments can now be empty

Changelog

  • d408530 build: dependency upgrades
  • aed3d2a build: go, dependency upgrades (#43)
  • ac7d86e build: upgrade dependencies
  • 6be1569 build: upgrade to go 1.22.5
  • 2c05a3e chore(deps): bump bubbletea 0.26.5 -> 0.26.6 (#1)
  • b9009d4 chore: add gofumpt
  • 71d4ce1 chore: add header for task input view
  • 80248ac chore: add issue templates
  • ddc08b4 chore: visual tweaks
  • ab66188 feat: allow editing of saved task logs (#39)
  • 31cde75 feat: allow editing of start ts of active task log (#3)
  • 130d612 feat: allow empty task log comments (#35)
  • 8316449 feat: allow longer comments (#38)
  • 043161a feat: allow moving timestamp up/down by a day
  • 23f810f feat: allow quick switching time tracking (#42)
  • 51c4a6d feat: allow saving comment for active task log (#36)
  • 07d05b3 fix: back-compact action
  • e16a500 fix: potential panic when getting dynamic styles
  • 2bc0064 fix: update begin timestamp on quick switch
  • 4952562 refactor: add more linters (#21)
  • 2102413 refactor: simplify update file (#34)