Skip to content

Commit 324a18e

Browse files
committed
feat: Add German language support.
1 parent 871b9b0 commit 324a18e

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,13 @@
158158

159159
## v1.4.2
160160
### feat:
161-
1. 支持修改日程分类的颜色 [#58]
161+
1. 支持修改日程分类的颜色 [#58]
162+
163+
## v1.4.3
164+
### feat:
165+
1. 修复思源笔记更新到3.1.20之后的版本,通过块ID无法跳转的问题 [#70]
166+
2. 修复折叠的日程数量显示不正确的问题 [#66]
167+
168+
## v1.4.4
169+
### feat:
170+
1. 增加德语的支持(感谢 https://github.com/cseyfferth 提交的PR)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Schedule Manager
44

55
## Updates
6-
1. Fixed the issue of unable to jump via block ID when the version of SiYuan Note is 3.1.20 or later.
7-
2. Fixed the issue of collapsed schedule number is displayed incorrectly.
6+
1. Add German language support (Thanks to the PR from https://github.com/cseyfferth)
87

98
## Introduction
109
The schedule management plugin manages to-do items in the form of a calendar, and currently supports multiple views such as month, week, day, and list.

README_zh_CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# 日程管理
44

55
## 本次更新
6-
1. 修复思源笔记更新到3.1.20之后的版本,通过块ID无法跳转的问题
7-
2. 修复折叠的日程数量显示不正确的问题
6+
1. 增加德语的支持(感谢 https://github.com/cseyfferth 提交的PR)
87

98
## 简介
109
日程管理插件通过日历的形式管理待办事项,目前支持月、周、日、列表多种视图。

plugin.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-plugin-schedule-manager",
33
"author": "RogerHuHu",
44
"url": "https://github.com/RogerHuHu/siyuan-plugin-schedule-manager",
5-
"version": "1.4.3",
5+
"version": "1.4.4",
66
"minAppVersion": "3.1.20",
77
"backends": ["all"],
88
"frontends": ["all"],
@@ -24,5 +24,6 @@
2424
"github": "",
2525
"custom": [
2626
]
27-
}
27+
},
28+
"disabledInPublish": false
2829
}

0 commit comments

Comments
 (0)