Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Mar 13, 2024
1 parent d189fb1 commit b267863
Show file tree
Hide file tree
Showing 130 changed files with 1,594 additions and 1,523 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,46 @@

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

## [0.35.76]

### Bug Fixes

- 客户端无法打开excel文件
- 修复投票实名逻辑

### Features

- 升级okr

### Performance

- 优化文件功能按钮
- 文件上传支持覆盖上传
- 优化app等比显示
- 优化发送文件预览
- 消息发送中禁止右键菜单
- 部分搜索框图标抖动
- 优化复制功能
- 优化pdf文件预览
- 优化投票接口,加上事务锁
- 优化接龙接口,加上事务锁
- 优化转发消息样式
- 接龙接口-强化排序
- 审批按钮色微调
- 统一审批中心的按钮色
- 转发会议亮色皮肤问题,转发文件宽度铺满
- 优化app数据交互

### Styling

- 调整代码格式

## [0.35.48]

### Bug Fixes

- 修复搜索偶尔无效的情况

### Features

- 升级okr
Expand Down
61 changes: 47 additions & 14 deletions language/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7486,9 +7486,9 @@
"en": "Task reminder",
"ko": "작업 알람",
"ja": "タスクリマインダーです",
"de": "Das beruhigt mich.",
"de": "Ich brauche eine bestätigung.",
"fr": "Rappel des tâches",
"id": "Peringatan misi"
"id": "Pengingat tugas"
},
{
"key": "职位\/职称",
Expand Down Expand Up @@ -7699,17 +7699,6 @@
"fr": "Description des tâches",
"id": "Deskripsi tugas"
},
{
"key": "任务提醒",
"zh": "",
"zh-CHT": "任務提醒",
"en": "Task reminder",
"ko": "작업 알람",
"ja": "タスクリマインダーです",
"de": "Ich brauche eine bestätigung.",
"fr": "Rappel des tâches",
"id": "Pengingat tugas"
},
{
"key": "任务时间",
"zh": "",
Expand Down Expand Up @@ -19897,5 +19886,49 @@
"de": "Yesterday",
"fr": "Yesterday",
"id": "Yesterday"
},
{
"key": "文件已存在",
"zh": "",
"zh-CHT": "文件已存在",
"en": "File already exists",
"ko": "파일이 이미 존재합니다",
"ja": "ファイルは存在します",
"de": "Die datei existiert.",
"fr": "Le fichier existe déjà",
"id": "File telah ada"
},
{
"key": "文件(*)已存在,是否替换?",
"zh": "",
"zh-CHT": "文件(*)已存在,是否替換?",
"en": "File (*) already exists. Do you want to replace it?",
"ko": "파일 (*)이 이미 존재합니다. 바꾸시겠습니까?",
"ja": "ファイル(*)が存在しますが、差し替えますか?",
"de": "Die datei * existiert bereits. Wird sie ersetzt?",
"fr": "Le fichier (*) existe déjà, est-il remplacé?",
"id": "Berkas (*) telah ada, apakah diganti?"
},
{
"key": "保留两者",
"zh": "",
"zh-CHT": "保留兩者",
"en": "Retain both",
"ko": "둘다 보류하다",
"ja": "両方を留保します",
"de": "Er bewahrt beide.",
"fr": "Conserver les deux",
"id": "Simpan keduanya"
},
{
"key": "替换",
"zh": "",
"zh-CHT": "替換",
"en": "Replace",
"ko": "교체",
"ja": "置き換えます",
"de": "Ersetzung",
"fr": "Remplacer",
"id": "Pengganti"
}
]
]
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.35.48",
"version": "0.35.76",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
1 change: 1 addition & 0 deletions public/js/build/404.3e20e420.js

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/404.ef45cb28.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b267863

Please sign in to comment.