mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
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:
parent
d215f381c2
commit
39da2627e7
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "0.15.0"
|
||||
"1.0.0": "0.15.0",
|
||||
"0.7.0": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue