From 4bfce7ed2a9a880829953413477c3d1f9d15ea1f Mon Sep 17 00:00:00 2001 From: frostime Date: Wed, 9 Oct 2024 17:28:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20ver:=201.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 3 +-- README_en_US.md | 3 +-- README_zh_CN.md | 3 +-- package.json | 2 +- plugin.json | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1439f..0c8cf55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2024-10-09] v1.7.0 + +- 自动更新 notebook 状态 + ## [2024-09-13] v1.6.8 - 🔨 refactor: Dock 栏改为基于查询的方案获取预约信息 diff --git a/README.md b/README.md index 00322b2..25e2456 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,6 @@ on( ### Q: 什么情况下我需要更新状态? -- 当打开、关闭、创建、移动笔记本的时候,请按更新状态 - - 插件可自动追踪笔记的创建情况,但是不会追踪笔记本的状态 +- 手动更新笔记本状态 - 手动更新当日的预约块 diff --git a/README_en_US.md b/README_en_US.md index 66a41eb..eeea815 100644 --- a/README_en_US.md +++ b/README_en_US.md @@ -369,8 +369,7 @@ on( ### Q: When do I need to "Update" status -- When there is an update to a notebook (such as opening/closing/creating/moving a notebook), press the keyboard shortcut "ctrl+alt+u" to update the status. - - The plugin can automatically track the creation status of the note, but it will not track the status of the notebooks. +- You want to manually update the status of notebooks - When "Alt + right click" can note bring up moving menu, try updating. - Manual update of the day's reservation block diff --git a/README_zh_CN.md b/README_zh_CN.md index cead60c..335334e 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -377,7 +377,6 @@ on( ### Q: 什么情况下我需要更新状态? -- 当打开、关闭、创建、移动笔记本的时候,请按更新状态 - - 插件可自动追踪笔记的创建情况,但是不会追踪笔记本的状态 +- 手动更新笔记本状态 - 手动更新当日的预约块 diff --git a/package.json b/package.json index 4c4f587..a7b951b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-dailynote-today", - "version": "1.6.9", + "version": "1.7.0", "description": "", "main": ".src/index.js", "keywords": [], diff --git a/plugin.json b/plugin.json index 5586b45..0085998 100644 --- a/plugin.json +++ b/plugin.json @@ -6,7 +6,7 @@ "en_US": "Daily Note Today" }, "url": "https://github.com/frostime/siyuan-dailynote-today", - "version": "1.6.9", + "version": "1.7.0", "minAppVersion": "3.1.7", "description": { "zh_CN": "自动创建日记 + 快速打开日记 + 日程 TODO 管理 + 移动块功能",