Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 17, 2024
1 parent 46f5dd9 commit 6cce7d3
Show file tree
Hide file tree
Showing 83 changed files with 417 additions and 398 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.42.3]

### Performance

- 优化对话阅读状况
- 优化表情回复

## [0.42.0]

### Bug Fixes
Expand Down
12 changes: 12 additions & 0 deletions language/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27970,5 +27970,17 @@
"fr": "Êtes-vous sûr de vouloir créer une sous-tâche ?",
"id": "Anda yakin ingin membuat sub-tugas?",
"ru": "Вы уверены, что хотите создать подзадачу?"
},
{
"key": "正在处理,请稍后再试...",
"zh": "",
"zh-CHT": "正在處理,請稍後再試...",
"en": "Processing, please try again later...",
"ko": "처리 중이니 잠시 후 다시 시도하세요...",
"ja": "処理中です。しばらくしてからもう一度お試しください...",
"de": "Wird bearbeitet, bitte versuchen Sie es später noch einmal...",
"fr": "Traitement en cours, veuillez réessayer plus tard...",
"id": "Sedang diproses, silakan coba lagi nanti...",
"ru": "Обработка, пожалуйста, повторите попытку позже..."
}
]
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DooTask",
"version": "0.42.0",
"codeVerson": 162,
"version": "0.42.3",
"codeVerson": 163,
"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.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 6cce7d3

Please sign in to comment.