Releases: wakatara/harsh
Releases · wakatara/harsh
v0.9.0
Changelog
- 0603196 Buff: Added in stripping of : from the ask input.
- 15b1a53 Buff: Updated docs to reflect amounts feature.
- 81a98ad Fix: Spacing issues on log stats Totals.
- 1b2681b Refactor to record strings but have amounts as float64
- 1330c85 Refactor: Change askHabit function and loadLog to deal with changed Outcoe struct.
- 527b77e Refactor: line parse function and totals add to log stats.
- 0fd8a0a Refector: Outcome struct has result, amount, and comment
- 7883e1e [WIP] Adding amount tracking feature to harsh
v0.8.31
v0.8.30
v0.8.29
v0.8.28
Changelog
- 2d31324 Bumped release to 0.8.28.
- efb4f26 Changed goreleaser brew to repo from deprecated tap.
- a25c128 Declarative code update to Go 1.21. \0/
- e563eb1 Dependencies bump for Go 1.21.
- f2846ff Even moar snaps changes + updated github actions.
- 4e368a6 More changes to handle Snapcraft login changes.
- 1b3137e Updated SNAPCRAFT_LOGIN to SNAPCRAFT_STORE_CREDENTIALS.
v0.8.27
v0.8.26
v0.8.25
v0.8.24
Really big refactor to start simplifying with a constructor. Code speedup.
Changelog
- 7ba7c48 Massive refactor with constructor. Code simplification and speedups.
- 0310526 Added in message if all todos already logged.
- 43173d4 Changes to the README for the 0.8.23 release.
- d252a66 Extra tweak to all todos logged function.
- 1e4d617 Simplified Warning days math with integer division since Math.floor.
v0.8.23
- Code removal and cleanup for speedup to harsh ask function
- Faster and tighter time check loops (helpful code action provided by the gopls lsp actually!)
- All binaries compiled on Go 1.20.x
- FreeBSD and OpenBSD binaries now available for the BSD peeps.
Changelog
- 7154002 Added some details on the --no-color flag.
- f66d8e0 Changes to false equivalence in time comparisons.
- 7e6b69a Minor fixes to README typos etc.
- c6ac38f Minor removal and refactor for slight speed up of harsh ask.
- 76fa361 Removed arm flavos from goreleaser releases.
- c3c5060 Removed bofore hooks for goreleaser.
- 013f7ff Removed conflicting run key with uses.
- 027f1f3 Removed deprecated archives.replacement from goreleaser.
- 9a0b7df Removed make clean from Goreleaser before hooks.
- 728d7aa Removed redundant newline in Println. Cleanup.
- 54cccd4 Updates for gorleaser and release flow.
- 884e3a6 Updating of goreleaser and workflows to new versions.
- c2c2b59 Whitespace removals and alignment.