Skip to content

Releases: zincplusplus/habit-tracker

2.4.1

26 Feb 21:35

Choose a tag to compare

Reload at midnight #55

2.4.0

26 Feb 20:59

Choose a tag to compare

after - default - big after - faded - big

New features

  • Gap days make streaks work for habits that don't happen every day #59 #60
    • new setting to toggle between the 2 style types
    • shadow dot shows you when the habit is due next time
  • Highlight today in the header
  • Day of the week added to the header tooltips #72

Fixes

  • Fixed a bug where habits could corrupt each other's data
  • Fixed file watchers piling up and never getting cleaned up
  • Fixed streak count - not it shows only on the last day of the streak, before it was shown on the last displayed date in the view

2.3.0

23 Feb 17:42

Choose a tag to compare

#75 when you click a date in the header open that day's daily note. This function can be turned off from the plugin's settings page. Thank you @dhafindzahin for the suggestion

2.2.3

09 Dec 23:29

Choose a tag to compare

2.2.2

09 Dec 22:59

Choose a tag to compare

fix a bug where the scroll will not go all the way to the end, but would miss by 2 days when showing 50 - bug #63 reported by @octrivera
fix a bug where the horizontal scroll would scroll out the habit names on long date ranges and when is-readable-line-width is on

2.2.1

09 Dec 21:46

Choose a tag to compare

Fixes #62 reporeted by @BrandonArgel - a bug introduced in 2.2.0 where daysToShow was ignored when declared in the codeblock.

2.2.0 - Add firstDisplayedDate setting for custom date ranges

28 Nov 20:25

Choose a tag to compare

Users can now specify exact start and end dates instead of just daysToShow. When both firstDisplayedDate and lastDisplayedDate are provided, daysToShow is calculated automatically.

This closes #38 Thank you @LANZATURCA and @kulbhushanchand

2.1.4

21 Nov 19:59

Choose a tag to compare

Fix a bug where, in certain conditions, we would show 1 day more than requested - #58 by @Enteleform

2.1.3

18 Nov 20:10

Choose a tag to compare

This release includes minor bug fixes:

  • Fix date parsing to handle both strings and Date objects. Fixes #56 reported by @talyrath
  • Use unique data- attributes to prevent conflicts with other plugins. Potential fix for #57 by @virtuallyLuna

2.1.2

17 Nov 21:43

Choose a tag to compare

Fixed a bug where the habits would show up in random order. Now they are sorted alphabetically. This closes #53

Thank you @MxBlock for catching that 🫶