Skip to content

Commit 36fc769

Browse files
committed
chore: version setting
1 parent 4eadb48 commit 36fc769

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

develop_log.md

-21
Original file line numberDiff line numberDiff line change
@@ -208,31 +208,10 @@
208208
- 基于Git标签触发构建
209209
- 支持自动创建GitHub Release
210210
- 修复macOS/Linux构建问题
211-
- 添加@tailwindcss/forms依赖
212-
- 更新构建工作流配置
213-
- 优化依赖管理
214211
- 优化构建配置
215-
- 添加仓库信息到package.json
216-
- 增加构建调试信息
217-
- 改进Git仓库检出深度
218-
- 启用electron-builder调试模式
219212
- 修复GitHub Actions构建错误
220-
- 添加permissions配置
221-
- 优化release发布流程
222-
- 添加macOS entitlements配置
223-
- 修复认证问题
224-
- 简化工作流配置
225213
- 配置GitHub Actions Token
226-
- 生成Personal Access Token
227-
- 添加仓库Secrets配置
228-
- 更新工作流使用自定义token
229-
- 增加token权限范围
230-
- 优化发布流程安全性
231214
- 更新仓库配置
232-
- 修正package.json中的仓库URL
233-
- 添加homepage和bugs配置
234-
- 确保仓库信息完整性
235-
- 优化发布流程配置
236215

237216
2. 快捷键
238217
- 添加新建记录快捷键(Ctrl/Command + N)

electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trackflow",
3-
"version": "1.0.0",
3+
"version": "0.2.4",
44
"description": "TrackFlow Desktop App",
55
"main": "dist/main.js",
66
"repository": {

0 commit comments

Comments
 (0)