Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Mar 9, 2025
1 parent f6dd1ce commit e849c7a
Show file tree
Hide file tree
Showing 130 changed files with 710 additions and 551 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [0.44.3]

### Bug Fixes

- 定位签到失败的问题

### Performance

- 优化发送语音效果
- 录音转文字支持自定义语言
- 优化ES模块
- 优化emoji表情
- 按住Ctrl/Command键可连续选择表情
- Md消息支持html代码
- 优化脚本
- 优化安装命令
- 优化ES索引名称

## [0.43.73]

### Bug Fixes
Expand Down
7 changes: 7 additions & 0 deletions language/original-web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1972,3 +1972,10 @@ API请求的URL路径
加载失败,请重启软件
发送原语音
转文字失败

请稍后再试...
选择识别语言
自动识别
选择翻译结果
不翻译结果
即将到期
72 changes: 72 additions & 0 deletions language/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28654,5 +28654,77 @@
"fr": "Échec de la conversion en texte",
"id": "Gagal mengonversi ke teks",
"ru": "Ошибка преобразования в текст"
},
{
"key": "请稍后再试...",
"zh": "",
"zh-CHT": "請稍後再試...",
"en": "Please try again later...",
"ko": "잠시 후 다시 시도해 주세요...",
"ja": "しばらくしてからもう一度お試しください...",
"de": "Bitte versuchen Sie es später noch einmal...",
"fr": "Veuillez réessayer plus tard...",
"id": "Silakan coba lagi nanti...",
"ru": "Пожалуйста, попробуйте позже..."
},
{
"key": "选择识别语言",
"zh": "",
"zh-CHT": "選擇識別語言",
"en": "Select recognition language",
"ko": "인식 언어 선택",
"ja": "認識言語を選択",
"de": "Erkennungssprache wählen",
"fr": "Sélectionnez la langue de reconnaissance",
"id": "Pilih bahasa pengenalan",
"ru": "Выберите язык распознавания"
},
{
"key": "自动识别",
"zh": "",
"zh-CHT": "自動識別",
"en": "Automatic recognition",
"ko": "자동 인식",
"ja": "自動認識",
"de": "Automatische Erkennung",
"fr": "Reconnaissance automatique",
"id": "Pengenalan otomatis",
"ru": "Автоматическое распознавание"
},
{
"key": "选择翻译结果",
"zh": "",
"zh-CHT": "選擇翻譯結果",
"en": "Select translation result",
"ko": "번역 결과 선택",
"ja": "翻訳結果を選択",
"de": "Übersetzungsergebnis auswählen",
"fr": "Sélectionnez le résultat de traduction",
"id": "Pilih hasil terjemahan",
"ru": "Выберите результат перевода"
},
{
"key": "不翻译结果",
"zh": "",
"zh-CHT": "不翻譯結果",
"en": "Do not translate result",
"ko": "결과 번역 안 함",
"ja": "結果を翻訳しない",
"de": "Ergebnis nicht übersetzen",
"fr": "Ne pas traduire le résultat",
"id": "Jangan terjemahkan hasil",
"ru": "Не переводить результат"
},
{
"key": "即将到期",
"zh": "",
"zh-CHT": "即將到期",
"en": "About to expire",
"ko": "곧 만료",
"ja": "まもなく期限切れ",
"de": "Bald ablaufend",
"fr": "Sur le point d'expirer",
"id": "Akan segera kedaluwarsa",
"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.43.73",
"codeVerson": 175,
"version": "0.44.3",
"codeVerson": 176,
"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.

1 change: 0 additions & 1 deletion public/js/build/AceEditor.8909f486.js

This file was deleted.

1 change: 1 addition & 0 deletions public/js/build/AceEditor.e18bf8ea.js

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 e849c7a

Please sign in to comment.