File tree 2 files changed +1
-22
lines changed
2 files changed +1
-22
lines changed Original file line number Diff line number Diff line change 208
208
- 基于Git标签触发构建
209
209
- 支持自动创建GitHub Release
210
210
- 修复macOS/Linux构建问题
211
- - 添加@tailwindcss/forms 依赖
212
- - 更新构建工作流配置
213
- - 优化依赖管理
214
211
- 优化构建配置
215
- - 添加仓库信息到package.json
216
- - 增加构建调试信息
217
- - 改进Git仓库检出深度
218
- - 启用electron-builder调试模式
219
212
- 修复GitHub Actions构建错误
220
- - 添加permissions配置
221
- - 优化release发布流程
222
- - 添加macOS entitlements配置
223
- - 修复认证问题
224
- - 简化工作流配置
225
213
- 配置GitHub Actions Token
226
- - 生成Personal Access Token
227
- - 添加仓库Secrets配置
228
- - 更新工作流使用自定义token
229
- - 增加token权限范围
230
- - 优化发布流程安全性
231
214
- 更新仓库配置
232
- - 修正package.json中的仓库URL
233
- - 添加homepage和bugs配置
234
- - 确保仓库信息完整性
235
- - 优化发布流程配置
236
215
237
216
2 . 快捷键
238
217
- 添加新建记录快捷键(Ctrl/Command + N)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " trackflow" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " TrackFlow Desktop App" ,
5
5
"main" : " dist/main.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments