Skip to content

Releases: wakatara/harsh

v0.8.19

03 Oct 05:56
Compare
Choose a tag to compare

Changelog

Version 0.8.19

  1. Fixes a long standing edge case daylight savings time bug by re-implmenting with a NaiveDate
  2. Makes spacing on the log stats subcommand way nicer and lined up with padding
  3. Adds tracking tasks (0 day frequency repeats) to the todo command (to mirror ask)
  • 2250e1d Better spacing layouts for the log stats subcommand.
  • 6f0965d Embedded civil Date type in DailyHabit refactor.
  • b2a8323 Initial refactor of harsh to use civil time.
  • 5d0a7ef Minor typo.
  • 122f9b7 Reset lookback for today's undone tasks to 0 days.
  • 6a5c5d4 [WIP] Refactoring to use civil for NaiveDate approach.

v0.8.18

07 Aug 03:25
Compare
Choose a tag to compare

Changelog

  • 92f6f1a Bumped go version to 1.19.
  • 2771f11 Bumped harsh version a point for Go 1.19.
  • 0f8242e Inverted lookback function ahead of fixing DST timezone bug.

v0.8.17

31 May 01:50
Compare
Choose a tag to compare

Changelog

v0.8.16

22 Mar 20:07
Compare
Choose a tag to compare

Changelog

  • a83a67b Bumped version for compilation under go 1.18.

v0.8.15 🎈 Luftballons release

18 Mar 19:40
Compare
Choose a tag to compare

Changelog

  • 431d15f Bumped mod tidy deps and version.
  • 160b095 UX improvement to todo function: remove empty headers.

v0.8.14

03 Feb 11:15
Compare
Choose a tag to compare

Changelog

  • 3c9a243 Added vchslv13 as controbutor.
  • 770650c Merge pull request #15 from vchslv13/patch-1
  • 4a872ed Minor typos on the README.
  • 5637153 Slight tweak to commnet detection in log load.
  • 1020a5b Small change of error message for no write access user
  • aa51705 Updated deps and bumped version number ahead of release.
  • 39027aa [Big fix] Corrected graph issue where it would mark skips before first recorded date.
  • 9d38edb [Bug fix] AskHabits edge case. Dates before first entry no longer asked.

v0.8.13

01 Jan 04:09
Compare
Choose a tag to compare

Initial support for habit categories. And new lemony, fresh scent for 2022. Happy New Year everyone!

Changelog

  • b6757e1 Amended README for Headings feature.
  • b15cb2f Corrected heading output with empty sections issue.
  • f51ebe9 Corrected log stats Tracked off by one error.
  • 6af992b Made the todo command output function like other commands.
  • 466f878 [WIP] Added in support for harsh config file headings.
  • d39fa7b Embarrassing Spanish mistake in onboarding.
  • 574997b Adding in _ into suffix to get filepath for install right.
  • ce78b81 Altered template one-line install via curl to work with harsh.
  • aa06fca Cleaned up README a bit to have better flow on getting started and usage.
  • 0633ead Cleaned up one-line install script with SHA checks.
  • c9c2de3 [WIP] curl install one-liner for alternative installation.
  • dd0413f Renamed script install to be more specific. Minor changes for GH releases.
  • ba2a048 Syntax error correction because bash is not fish shell.
  • 75e95e5 Tweaked README on ask cycle.
  • 05cbaa4 Wordsmithed Installation section and added one-line curl instructions.

v0.8.12

17 Nov 03:03
Compare
Choose a tag to compare

Changelog

6d46d22 Added easy peasy commenting capability.
01a2b74 Altered README to explain # commenting feature.
2c0a362 Updated goreleaser releaser-action to 2.x changes.

v0.8.11

31 Aug 13:32
Compare
Choose a tag to compare

Changelog

524355c Bumped Go to v1.17 and go mod tidy.

v0.8.10

17 Jul 12:06
06fc99f
Compare
Choose a tag to compare

Changelog

bf02a07 Added in harsh log stats subcommand for >100 day stats.
7f2faa1 Corrected #facepalm off by one checking error.
9b041c0 Fixed blinry's name in the README ;)
06fc99f Merge pull request #11 from blinry/patch-1
b5cab74 Modified README to accomodate log stats subcommand.
35fdb3e Tidied up go deps.