Releases: zincplusplus/habit-tracker
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
2.1.2
2.1.1
Fixed error on habit loading that produced the plugin to fail when the .md file had not set properly the property 'entities'
Fixes #51
Merges #52 - thank you @jonathansada
2.1.0: Fix TypeScript build error and improve release script
What's New in v2.1.0
β¨ New Features
- Custom Colors: Set habit colors globally or per-tracker (#42)
- Toggle Streaks: Hide streak indicators for cleaner view (#44)
- Custom Habit Titles: Customize habit names using frontmatter instead of just filename (#33)
- Improved Settings: Better organized settings UI with sections
π§ Technical Improvements
- Fixed automatic build to release script
- Update settings priority system
Full Changelog: https://github.com/user/repo/compare/v2.0.2...v2.1.0
2.0.2
Various fixes around calculating dates and debugging info