Releases: zincplusplus/habit-tracker
2.4.1
2.4.0
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
#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
Fixes #61 by @marcosegato
2.2.2
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
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
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
Fix a bug where, in certain conditions, we would show 1 day more than requested - #58 by @Enteleform
2.1.3
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