Skip to content

Commit

Permalink
chore: version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceWG committed Jan 12, 2025
1 parent 4eadb48 commit 36fc769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions develop_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,31 +208,10 @@
- 基于Git标签触发构建
- 支持自动创建GitHub Release
- 修复macOS/Linux构建问题
- 添加@tailwindcss/forms依赖
- 更新构建工作流配置
- 优化依赖管理
- 优化构建配置
- 添加仓库信息到package.json
- 增加构建调试信息
- 改进Git仓库检出深度
- 启用electron-builder调试模式
- 修复GitHub Actions构建错误
- 添加permissions配置
- 优化release发布流程
- 添加macOS entitlements配置
- 修复认证问题
- 简化工作流配置
- 配置GitHub Actions Token
- 生成Personal Access Token
- 添加仓库Secrets配置
- 更新工作流使用自定义token
- 增加token权限范围
- 优化发布流程安全性
- 更新仓库配置
- 修正package.json中的仓库URL
- 添加homepage和bugs配置
- 确保仓库信息完整性
- 优化发布流程配置

2. 快捷键
- 添加新建记录快捷键(Ctrl/Command + N)
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trackflow",
"version": "1.0.0",
"version": "0.2.4",
"description": "TrackFlow Desktop App",
"main": "dist/main.js",
"repository": {
Expand Down

0 comments on commit 36fc769

Please sign in to comment.