diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8205c..4f8df9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,10 +18,20 @@ # Changelog -## 2.1.1 (Upcoming) +## 2.2.0 (1/31/2023) + +**Changed:** +- Reintegrated "Now" view back to today, option to expand/collapse **Added:** - Option to switch between timer events (notification or sound) +- Search sorted by best match +- Fixed error reporting in Calendars +- Mobile optimizations +- Option to switch between sound and notification for timer + +**Fixed:** +- Rescheduling high-priority tasks retains their priority ## 2.1.0 (1/1/2023) diff --git a/manifest.json b/manifest.json index 322f8dc..ecbb696 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "time-ruler", "name": "Time Ruler", - "version": "2.1.0", + "version": "2.2.0", "minAppVersion": "0.15.0", "description": "A drag-and-drop time ruler combining the best of a task list and a calendar view (integrates with Tasks, Full Calendar, and Dataview).", "author": "Joshua Tazman Reinier",