diff --git a/CHANGELOG.md b/CHANGELOG.md index 944e544..e30d234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/manifest.json b/manifest.json index a1bf6ea..5d75b22 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 93e000e..0013e27 100644 --- a/versions.json +++ b/versions.json @@ -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" +} \ No newline at end of file