feat: track how many times the plugin is loaded at every version; it's important to see that people actually stick with using it, and that they adopt new versions, so I can decide how much time to invest in this project. I'm using bit.ly for this and all I care about is page views
feat: Streaks - track and display the number of consecutive days a habit has been completed
fix: daysToShow is converted to a number if the user passes it as a string
feat: the new daysToShow
parameter allows users to display as many dates as they want
feat: Refresh default settings on each instantiation of the plugin to ensure lastDisplayedDate
is updated to current time (
#19)
fix: habit names will take exactly as much space as they need
fix: user's timezone is considered when creating date ids for ticks
fix: create date with user's timezone
feat: highlight weekend dates fix: no hover for header
fix: create date with user's timezone
fix: allow path to start with number
fix: allow filename to contain ,
or &
fix: make habit title an anchor
- feat: Implement navigation to document on habit name click
- feat: Allow user to specify last displayed date with the new
lastDisplayedDate
setting, defaults to today
- fix: show that a streak stars even before the displayed dates
- fix: make it work in reading mode
- fix: empty habit files are now working
- Hello world
Generated with git log --oneline --decorate