Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 22, 2023
1 parent c1695a7 commit f0f0883
Show file tree
Hide file tree
Showing 79 changed files with 980 additions and 967 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,22 @@

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

## [0.33.37]
## [0.33.41]

### Bug Fixes

- 更新导致的小问题
- 更新导致的小问题
- 版本验证有问题,先干掉

### Performance

- 优化任务修改

## [0.33.34]

### Bug Fixes

- Android 无法回删输入框内的@(mention)内容
- Android 长按重复事件
- 合并修复
Expand Down
10 changes: 5 additions & 5 deletions electron/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ function startBuild(data) {
econfig.build.nsis.artifactName = appName + "-v${version}-${os}-${arch}.${ext}";
// changelog
econfig.build.releaseInfo.releaseNotes = changeLog()
if (release) {
econfig.build.releaseInfo.releaseNotes = econfig.build.releaseInfo.releaseNotes.replace(`## [${config.version}]`, `## [${config.version}-Release]`)
if (!release) {
econfig.build.releaseInfo.releaseNotes = econfig.build.releaseInfo.releaseNotes.replace(`## [${config.version}]`, `## [${config.version}-Silence]`)
}
// darwin notarize
if (notarize && APPLEID && APPLEIDPASS) {
Expand Down Expand Up @@ -375,11 +375,11 @@ if (["dev"].includes(argv[2])) {
name: 'release',
message: "选择是否弹出升级提示框",
choices: [{
name: "No",
value: false
}, {
name: "Yes",
value: true
}, {
name: "No",
value: false
}]
},
{
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.33.37",
"version": "0.33.41",
"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.

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

Large diffs are not rendered by default.

Loading

0 comments on commit f0f0883

Please sign in to comment.