diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ba36890..6601a64c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.27.0 + +### ✨ New features + +- Edit text in the command palette before task creation +- Add descriptive icons to clock commands, so that they are easier to use in the mobile toolbar + ## 0.26.3 ### 🐞 Fixed issues diff --git a/manifest.json b/manifest.json index 8a019e688..5ced78ece 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-day-planner", "name": "Day Planner", - "version": "0.26.3", + "version": "0.27.0", "minAppVersion": "0.16.0", "description": "A day planner with clean UI and readable syntax", "author": "James Lynch, continued by Ivan Lednev", diff --git a/package-lock.json b/package-lock.json index d0299aa1f..9b871be57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-day-planner", - "version": "0.26.3", + "version": "0.27.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-day-planner", - "version": "0.26.3", + "version": "0.27.0", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.6.11", diff --git a/package.json b/package.json index 2295167cb..30970dd97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-planner", - "version": "0.26.3", + "version": "0.27.0", "description": "A plugin to help you plan your day and setup pomodoro timers", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5787f3f6c..4bdc65aee 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.27.0": "0.16.0", "0.26.3": "0.16.0", "0.26.2": "0.16.0", "0.26.1": "0.16.0",