Skip to content

Commit

Permalink
fix: 桌面客户端提示request错误
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Aug 7, 2023
1 parent 9910426 commit 5e07448
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

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

## [0.29.66]
## [0.29.68]

### Bug Fixes

- 桌面客户端缺失文件
- 桌面客户端提示request错误
- 客户端无法保存网络文件的情况
- 桌面客户端缺失文件
- 打开工作流设置后无法关闭桌面客户端的问题
- 打不开已归档任务的情况

Expand Down
4 changes: 2 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"electron-builder": "^23.6.0",
"electron-notarize": "^1.2.2",
"form-data": "^4.0.0",
"request": "^2.88.2",
"ora": "^4.1.1"
},
"dependencies": {
Expand All @@ -47,7 +46,8 @@
"electron-squirrel-startup": "^1.0.0",
"electron-updater": "^5.3.0",
"fs-extra": "^10.1.0",
"pdf-lib": "^1.17.1"
"pdf-lib": "^1.17.1",
"request": "^2.88.2"
},
"trayIcon": {
"dev": {
Expand Down
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.29.66",
"version": "0.29.68",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down

0 comments on commit 5e07448

Please sign in to comment.