Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed May 1, 2024
1 parent 5fb2420 commit 56848e1
Show file tree
Hide file tree
Showing 122 changed files with 1,547 additions and 1,528 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-desktop-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
Build:
name: Build Mac
runs-on: macos-latest
runs-on: macos-12
environment: build

if: startsWith(github.event.ref, 'refs/tags/v')
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@

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

## [0.37.7]
## [0.37.16]

### Bug Fixes

- 修复官网帮助中心英文页面头部导航缺失问题
- 安装系统部分情况没有数据
- 修复举报样式错乱

### Features

- 语音消息未阅读红点提示
- 修复移动任务中选完成进行移动没有设置完成时间的bug
- 新增右侧底部导航
- 添加举报功能

### Performance

Expand All @@ -21,6 +26,8 @@ All notable changes to this project will be documented in this file.
- 优化聊天工具栏样式
- 优化更新聊天中的待办
- 优化图标功能提示
- 审批和任务通知优化
- 优化按钮没有对应类型,控制台报错

## [0.36.97]

Expand Down
44 changes: 44 additions & 0 deletions language/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20436,5 +20436,49 @@
"de": "Bitte geben sie einen detaillierten hinweis ein, warum sie ihre probleme lösen sollen",
"fr": "S’il vous plaît entrer la raison de remplir les détails pour nous permettre de mieux vous aider à résoudre le problème",
"id": "Silakan ketik alasan kami mengisi laporan lengkap untuk memberikan bantuan yang lebih baik dalam memecahkan masalah anda"
},
{
"key": "请输入举报原因",
"zh": "",
"zh-CHT": "請輸入舉報原因",
"en": "Please enter the reason for reporting",
"ko": "제보 이유를 입력해 주세요",
"ja": "通報原因を入力していただきます。",
"de": "Bitte geben sie den grund ein",
"fr": "Veuillez saisir la raison du signalement",
"id": "Silakan masukkan alasan pelaporan"
},
{
"key": "举报原因",
"zh": "",
"zh-CHT": "舉報原因",
"en": "Reason for reporting",
"ko": "고발 원인",
"ja": "原因を通報します",
"de": "Meld dich, warum.",
"fr": "Raison du signalement",
"id": "Melaporkan alasan"
},
{
"key": "举报图",
"zh": "",
"zh-CHT": "舉報圖",
"en": "Report chart",
"ko": "고발도",
"ja": "通報図です",
"de": "Ein screenshot.",
"fr": "Diagramme des signalements",
"id": "Foto laporan"
},
{
"key": "举报投诉",
"zh": "",
"zh-CHT": "舉報投訴",
"en": "Report and complaint",
"ko": "고발 고발하다",
"ja": "クレームを通報します。",
"de": "Beschwerden wurden gesichtet",
"fr": "Signaler une plainte",
"id": "Laporkan keluhan"
}
]
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.37.7",
"version": "0.37.16",
"codeVerson": 129,
"description": "DooTask is task management system.",
"scripts": {
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.

0 comments on commit 56848e1

Please sign in to comment.