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
This commit is contained in:
Callum Alpass 2025-06-01 11:45:46 +10:00
parent d215f381c2
commit 39da2627e7
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"0.7.0": "1.0.0"
}