Skip to content

Commit 87d3841

Browse files
committed
🔖 release: v3.5.0 / 20251206
- ✨项目自定义分组支持绑定块,点击跳转 - 🎨任务提醒:重复事件,编辑实例没有保存和提醒 [#189](#189) - 🎨习惯支持优先级排序 - 🎨习惯统计的月度打卡视图悬浮emoji支持显示备注 [#188](#188) - 🎨习惯统计的月度打卡视图支持单击编辑,添加/修改当天的习惯 - 🎨历史打卡,每一天的打卡按时间排序展示 - 🎨今日任务统计数量优化 - 🎨统计打卡天数、月视图打卡完成,需要根据每个习惯的打卡目标,如果打卡次数没有达标,也认为没有完成打卡 - 🎨 优化打包脚本 - 🐛 粘贴创建任务没有添加块书签 - 🐛 日期识别错误识别为农历对应日期 [#191](#191) - 🐛日历视图根据项目上色的时候,修改项目上色,日历无法更新项目颜色 [#193](#193) - 🐛项目管理计数:在没有项目的情况下提示有1个项目 [#190](#190)
1 parent 1108757 commit 87d3841

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v3.5.0 / 20251206
2+
3+
- ✨项目自定义分组支持绑定块,点击跳转
4+
- 🎨任务提醒:重复事件,编辑实例没有保存和提醒 [#189](https://github.com/Achuan-2/siyuan-plugin-task-note-management/issues/189)
5+
- 🎨习惯支持优先级排序
6+
- 🎨习惯统计的月度打卡视图悬浮emoji支持显示备注 [#188](https://github.com/Achuan-2/siyuan-plugin-task-note-management/issues/188)
7+
- 🎨习惯统计的月度打卡视图支持单击编辑,添加/修改当天的习惯
8+
- 🎨历史打卡,每一天的打卡按时间排序展示
9+
- 🎨今日任务统计数量优化
10+
- 🎨统计打卡天数、月视图打卡完成,需要根据每个习惯的打卡目标,如果打卡次数没有达标,也认为没有完成打卡
11+
- 🎨 优化打包脚本
12+
- 🐛 粘贴创建任务没有添加块书签
13+
- 🐛 日期识别错误识别为农历对应日期 [#191](https://github.com/Achuan-2/siyuan-plugin-task-note-management/issues/191)
14+
- 🐛日历视图根据项目上色的时候,修改项目上色,日历无法更新项目颜色 [#193](https://github.com/Achuan-2/siyuan-plugin-task-note-management/issues/193)
15+
- 🐛项目管理计数:在没有项目的情况下提示有1个项目 [#190](https://github.com/Achuan-2/siyuan-plugin-task-note-management/issues/190)
16+
117
## v3.4.0 /20251203
218

319
- 🚀日历视图加载性能优化 [#170](https://github.com/Achuan-2/siyuan-plugin-task-note-management/issues/170)

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-plugin-task-note-management",
33
"author": "Achuan-2",
44
"url": "https://github.com/Achuan-2/siyuan-plugin-task-note-management",
5-
"version": "3.4.0",
5+
"version": "3.5.0",
66
"minAppVersion": "3.0.12",
77
"backends": [
88
"windows",

0 commit comments

Comments
 (0)