Skip to content

Releases: dhth/punchout

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