Skip to content

Releases: wakatara/harsh

v0.9.0

06 Feb 02:59
Compare
Choose a tag to compare

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

15 Jan 15:04
Compare
Choose a tag to compare

Changelog

  • fac0894 Added harsh log check documentation.
  • f4cd2af Bumped go lang version and mod deps.
  • 005d4bb Moved check into being a log subcommand.
  • c2c1f6a Tweak to todos logged on day messaging.
  • 05b4b67 Feature: Check against sparkline.

v0.8.30

23 Oct 16:42
Compare
Choose a tag to compare

Changelog

  • 2c12720 Added cspell.json to the gitignore.
  • 19af9f1 Added unlogged todo counts in log command.

v0.8.29

06 Sep 11:45
Compare
Choose a tag to compare

Changelog

  • b1e8103 Sparkline bug fix and refactor of firstRecords into harsh struct.

v0.8.28

14 Aug 07:16
Compare
Choose a tag to compare

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

20 May 18:10
Compare
Choose a tag to compare

Changelog

  • 566455b Bumped dependencies and Go upgraded to 1.20.4

v0.8.26

13 Apr 12:48
Compare
Choose a tag to compare

Changelog

  • 00e9aaf Update to underlying dependencies.

v0.8.25

10 Apr 16:04
Compare
Choose a tag to compare

Changelog

  • f188aaf Build graph updates dynamically across days' ask responses.

v0.8.24

03 Apr 07:52
Compare
Choose a tag to compare

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

28 Mar 02:58
Compare
Choose a tag to compare
  1. Code removal and cleanup for speedup to harsh ask function
  2. Faster and tighter time check loops (helpful code action provided by the gopls lsp actually!)
  3. All binaries compiled on Go 1.20.x
  4. 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.