From 39da2627e7668dab11d4ba253ff9c5ce9b80bb38 Mon Sep 17 00:00:00 2001 From: Callum Alpass Date: Sun, 1 Jun 2025 11:45:46 +1000 Subject: [PATCH] release: 0.7.0 - Add daily note template system with Obsidian variable support - Implement customizable task filename formats with live preview - Enhance Pomodoro timer with native task selection and persistence - Improve UI consistency and accessibility - Fix calendar selection visual issues - Remove redundant zettelid functionality --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e00fd789..585d474c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tasknotes", "name": "TaskNotes", - "version": "0.6.3", + "version": "0.7.0", "minAppVersion": "1.0.0", "description": "Comprehensive task and note management with calendar integration for Obsidian.", "author": "Callum Alpass", diff --git a/package.json b/package.json index e6122d68..fc1baa5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tasknotes", - "version": "0.6.3", + "version": "0.7.0", "description": "Comprehensive task and note management with calendar integration for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a15..e2bce112 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "0.7.0": "1.0.0" }