Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Apr 20, 2024
1 parent d4bfbb8 commit ccc8170
Show file tree
Hide file tree
Showing 78 changed files with 360 additions and 346 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.36.84]

### Bug Fixes

- 修复关闭侧边回复窗口导致会话不正常的情况

### Performance

- 消息内容支持待办列表
- 优化自动识别发送消息类型
- 聊天输入框粘贴格式优化
- 优化网络错误提示

## [0.36.78]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion language/original-web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ html转markdown
保存网络图片
无声发送
MD 格式发送
正常发送
普通格式发送
编辑消息
发送失败
再次编辑
Expand Down
22 changes: 11 additions & 11 deletions language/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20019,17 +20019,6 @@
"fr": "Envoi au format MD",
"id": "MD format kirim"
},
{
"key": "正常发送",
"zh": "",
"zh-CHT": "正常發送",
"en": "Normal transmission",
"ko": "정상적으로 보내기",
"ja": "正常に送ります",
"de": "Sende normal.",
"fr": "Envoyer comme normal",
"id": "Kirim normal"
},
{
"key": "你确定要取消发送吗?",
"zh": "",
Expand Down Expand Up @@ -20150,5 +20139,16 @@
"de": "Konferenzraum zu ende.",
"fr": "Clôture salle de Réunion",
"id": "Ruang pertemuan selesai"
},
{
"key": "普通格式发送",
"zh": "",
"zh-CHT": "普通格式發送",
"en": "Plain format sending",
"ko": "일반 형식으로 보내기",
"ja": "通常のフォーマットで送ります。",
"de": "Senden in formaten",
"fr": "Envoyer en format normal",
"id": "Kirim format umum"
}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.36.78",
"version": "0.36.84",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ccc8170

Please sign in to comment.