Skip to content

Releases: zincplusplus/habit-tracker

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 🫢

2.1.1

16 Nov 18:34
0c8ccc8

Choose a tag to compare

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

13 Nov 23:22

Choose a tag to compare

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

Fixes #42 , #44
Closes #33

2.0.2

09 Nov 00:00

Choose a tag to compare

Various fixes around calculating dates and debugging info