Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 16, 2024
1 parent 3aa2c60 commit 53f2e07
Show file tree
Hide file tree
Showing 75 changed files with 417 additions and 403 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.42.0]

### Bug Fixes

- 桌面端查看表情图片缩略图显示错误
- 项目面板任务不显示的情况
- 修复移动任务子任务不跟随的情况

### Performance

- 优化桌面端数据处理
- 优化资源
- 优化数据流

## [0.41.93]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/ProjectController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,7 @@ public function task__flow()
*/
public function task__move()
{
Base::checkClientVersion('0.41.94');
Base::checkClientVersion('0.42.0');
User::auth();
//
$task_id = intval(Request::input('task_id'));
Expand Down
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.93",
"codeVerson": 161,
"version": "0.42.0",
"codeVerson": 162,
"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 53f2e07

Please sign in to comment.