Skip to content

Commit

Permalink
🔖 tag: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Apr 1, 2024
1 parent 1f8d319 commit 98c1a86
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [2024-04-01] v1.4.1: Bug 修复

1. 修复 v1.4.0 重构导致的 Move 功能异常 Bug
2. 修复移动菜单中,自定义图标无法显示的 Bug
3. feat: 增加设置,决定是否在有预约的当天高亮预约侧边栏 icon

### [2024-03-29] v1.4.0: 优化预约功能

- 重构了预约插入功能,[#184](https://github.com/frostime/siyuan-dailynote-today/issues/184)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-dailynote-today",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": ".src/index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"en_US": "Daily Note Today"
},
"url": "https://github.com/frostime/siyuan-dailynote-today",
"version": "1.4.0",
"version": "1.4.1",
"minAppVersion": "3.0.0",
"description": {
"zh_CN": "自动创建日记 + 快速打开日记 + 日程 TODO 管理 + 移动块功能",
Expand Down
7 changes: 0 additions & 7 deletions src/i18n/CHANGELOG-en_US.md

This file was deleted.

8 changes: 0 additions & 8 deletions src/i18n/CHANGELOG-zh_CN.md

This file was deleted.

4 changes: 4 additions & 0 deletions src/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
"title": "Add document attribute to past daily notes",
"text": "✨ Adding the custom-dailynote attribute to past daily notes for compatibility with <span style=\"color: var(--b3-theme-primary)\">SiYuan versions prior to 2.11.1</span>.<br/>If you don't understand what this button is for, it is recommended that you press it, and it won't bring you any extra trouble!<br/> Note: Clicking this button once is enough.",
"button": "GO!"
},
"HighlightResv": {
"title": "Highlight reservation icon",
"text": "Highlight reservation icon in dock bar when there is a reservation on the day"
}
},
"SettingGroups": {
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
"title": "为过去的 Daily Note 补充文档属性",
"text": "✨ 为过去的日记添加 custom-dailynote 属性,以<span style=\"color: var(--b3-theme-primary)\">兼容 2.11.1 版本前</span>的思源。<br/>你不必理解具体的细节, 点一下这个按钮, 不会给你带来任何额外的麻烦。<br/>注: 这个按钮点一次就够了",
"button": "开始"
},
"HighlightResv": {
"title": "高亮当日预约",
"text": "如果当日存在预约,则高亮预约列表的侧边栏图标"
}
},
"SettingGroups": {
Expand Down

0 comments on commit 98c1a86

Please sign in to comment.