Skip to content

Releases: dhth/punchout

v1.2.0

16 Jan 16:50
Compare
Choose a tag to compare

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

v1.1.0

02 Jul 15:03
Compare
Choose a tag to compare

This release includes the following features:

  • The ability to change time when saving a worklog entry
    Screenshot 2024-07-02 at 4 58 06 PM

  • The TUI shows the entry being tracked (and a start timestamp)
    Screenshot 2024-07-02 at 4 57 42 PM

  • The TUI shows the number of unsynced worklog entries
    Screenshot 2024-07-02 at 4 58 44 PM

Changelog

  • 6294a38 build: dependency upgrades
  • e6a2822 chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#1)
  • 1698248 feat: allow tweaking time when saving worklog
  • 20a3cb5 feat: first time help, +tracking started since indicator
  • 1bdd193 feat: show indicator for currently tracked item
  • 3c054fc feat: show unsynced count
  • 160c4eb style: add more colors for issue type

v1.0.0

04 Jun 16:44
Compare
Choose a tag to compare

Changelog

  • e447bd6 refactor: move ui to internal

v0.4.0

14 May 22:10
Compare
Choose a tag to compare

Changelog

  • 5461305 feat: add synced worklog view

v0.3.0

09 Apr 17:48
Compare
Choose a tag to compare

Changelog

  • dc42fc2 feat: differentiate between worklog insert/update

v0.2.0

03 Apr 16:57
Compare
Choose a tag to compare

Changelog

  • 1c73ba6 feat: make worklog items sync faster

v0.1.0

03 Apr 06:30
Compare
Choose a tag to compare

Changelog

  • 5df7247 feat: add assignee, time spent details

v0.0.2

14 Mar 01:30
Compare
Choose a tag to compare

Changelog

  • af39d15 feat: add ability to save manual entries

v0.0.1

12 Mar 18:17
Compare
Choose a tag to compare

Changelog

  • 27b49fd chore: add release GH action