Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@dhth dhth released this 16 Jan 16:50
· 11 commits to main since this release

v1.2.0

This release brings several quality-of-life improvements to punchout, making it easier to start, edit, and save worklogs. It also adds support for cloud installations of JIRA (thanks to @xederro for initiating the work on this).

Added

  • Allow for quickly switching actively tracked issue
  • Add support for fallback comments
  • Allow updating active worklog entry
  • Add support for JIRA Cloud installation
  • Allow shifting timestamps for worklog entries using h/j/k/l/J/K
  • Show time spent on unsynced worklog entries

Changed

  • Save UTC timestamps in the database
  • Allow going back views instead of quitting directly
  • Improved error handling
  • Upgrade to go 1.23.4
  • Dependency upgrades

Changelog

  • b8b208d build: dependency upgrades
  • 64f8b55 build: dependency upgrades
  • ceee35b build: upgrade dependencies
  • 149cd17 build: upgrade to go 1.22.5
  • 7448d92 chore: add keymaps to move timestamps by a day (#21)
  • 21c2e84 chore: allow going back instead of quitting directly
  • d5c39ef chore: store UTC timestamps in the database (#30)
  • afbdaef feat: add support for cloud installations (#24)
  • 1942a38 feat: allow fallback comment (#27)
  • c88ac9f feat: allow timestamp shifting using j/k
  • de17e0b feat: allow updating active worklog entry (#28)
  • a21d431 feat: quick switch active issue (#26)
  • b9bbf1b feat: show time spent on unsynced worklog entries (#17)
  • 0ffd3cb refactor: clean up update file, renames (#29)
  • 59250c0 refactor: improve error handling (#25)
  • 8bc39cb refactor: make vars/types private where ever possible