Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 23, 2024
1 parent 87e8589 commit 727d7e1
Show file tree
Hide file tree
Showing 87 changed files with 542 additions and 492 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## [0.42.26]

### Bug Fixes

- 移交账号后工作流的负责人没有更新
- 全屏预览时深色皮肤反色的情况

### Features

- 替换网页的资源为本地资源

### Performance

- 优化任务面板
- 优化子任务的可见性
- 优化客户端
- 优化会议
- 优化会员搜索
- 优化打开会话
- 优化项目面板任务加载
- 优化客户端加载

## [0.42.3]

### Performance
Expand Down
26 changes: 25 additions & 1 deletion language/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27982,5 +27982,29 @@
"fr": "Traitement en cours, veuillez réessayer plus tard...",
"id": "Sedang diproses, silakan coba lagi nanti...",
"ru": "Обработка, пожалуйста, повторите попытку позже..."
},
{
"key": "开启麦克风失败!",
"zh": "",
"zh-CHT": "開啟麥克風失敗!",
"en": "Failed to turn on the microphone!",
"ko": "마이크 켜기에 실패했습니다!",
"ja": "マイクの起動に失敗しました!",
"de": "Das Einschalten des Mikrofons ist fehlgeschlagen!",
"fr": "Échec de l'activation du microphone !",
"id": "Gagal menghidupkan mikrofon!",
"ru": "Не удалось включить микрофон!"
},
{
"key": "开启摄像头失败!",
"zh": "",
"zh-CHT": "開啟攝像頭失敗!",
"en": "Failed to turn on the camera!",
"ko": "카메라 켜기에 실패했습니다!",
"ja": "カメラの起動に失敗しました!",
"de": "Das Einschalten der Kamera ist fehlgeschlagen!",
"fr": "Échec de l'activation de la caméra !",
"id": "Gagal menghidupkan kamera!",
"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.3",
"codeVerson": 163,
"version": "0.42.26",
"codeVerson": 164,
"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 727d7e1

Please sign in to comment.