Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoreet committed Jan 18, 2024
1 parent f7c1deb commit 735501e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.2.0

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

## 1.1.5

fix: user's timezone is considered when creating date ids for ticks
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "habit-tracker-21",
"name": "Habit Tracker 21",
"version": "1.1.5",
"version": "1.2.0",
"minAppVersion": "1.1.0",
"description": "Your 21-day journey to habit formation, simplified",
"author": "Zoreet",
"authorUrl": "https://github.com/zoreet",
"isDesktopOnly": false
}
}
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"1.1.2": "1.1.0",
"1.1.3": "1.1.0",
"1.1.4": "1.1.0",
"1.1.5": "1.1.0"
}
"1.1.5": "1.1.0",
"1.2.0": "1.1.0"
}

0 comments on commit 735501e

Please sign in to comment.