Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Aug 6, 2024
1 parent 79d4932 commit 6b5f7e7
Show file tree
Hide file tree
Showing 77 changed files with 349 additions and 337 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.37.76]

### Bug Fixes

- 无法下载大文件

### Performance

- 优化聊天视频预览
- 优化打包下载
- 支持上传mov、webm视频

## [0.37.71]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@electron-forge/maker-squirrel": "^7.3.1",
"@electron-forge/maker-zip": "^7.3.1",
"dotenv": "^16.3.1",
"electron": "^29.2.0",
"electron": "29.4.2",
"electron-builder": "^24.13.3",
"electron-notarize": "^1.2.2",
"form-data": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DooTask",
"version": "0.37.71",
"codeVerson": 136,
"version": "0.37.76",
"codeVerson": 137,
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down Expand Up @@ -53,8 +53,8 @@
"quill-hi": "^2.0.0-rc1",
"quill-mention-hi": "^4.0.0-8",
"resolve-url-loader": "^4.0.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"sass": "1.77.4",
"sass-loader": "14.2.1",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"tinymce": "^5.10.3",
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.

Loading

0 comments on commit 6b5f7e7

Please sign in to comment.