Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 15, 2024
1 parent b8143d1 commit 5186430
Show file tree
Hide file tree
Showing 87 changed files with 445 additions and 407 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.41.93]

### Bug Fixes

- 复制文件权限判断

### Performance

- AI创建任务确认
- 优化项目面板

## [0.41.84]

### Bug Fixes
Expand Down
2 changes: 2 additions & 0 deletions language/original-web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1905,3 +1905,5 @@ WiFi签到延迟时长为±1分钟。

消息详情
长文本
你确定要创建任务吗?
你确定要创建子任务吗?
24 changes: 24 additions & 0 deletions language/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27946,5 +27946,29 @@
"fr": "Le contenu n'existe pas",
"id": "Konten tidak ada",
"ru": "Содержимое не существует"
},
{
"key": "你确定要创建任务吗?",
"zh": "",
"zh-CHT": "你確定要創建任務嗎?",
"en": "Are you sure you want to create a task?",
"ko": "작업을 생성하시겠습니까?",
"ja": "タスクを作成しますか?",
"de": "Sind Sie sicher, dass Sie eine Aufgabe erstellen möchten?",
"fr": "Êtes-vous sûr de vouloir créer une tâche ?",
"id": "Anda yakin ingin membuat tugas?",
"ru": "Вы уверены, что хотите создать задание?"
},
{
"key": "你确定要创建子任务吗?",
"zh": "",
"zh-CHT": "你確定要創建子任務嗎?",
"en": "Are you sure you want to create a subtask?",
"ko": "하위 작업을 생성하시겠습니까?",
"ja": "サブタスクを作成しますか?",
"de": "Sind Sie sicher, dass Sie eine Teilaufgabe erstellen möchten?",
"fr": "Êtes-vous sûr de vouloir créer une sous-tâche ?",
"id": "Anda yakin ingin membuat sub-tugas?",
"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.41.84",
"codeVerson": 160,
"version": "0.41.93",
"codeVerson": 161,
"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 5186430

Please sign in to comment.