- fix: sometimes commit item not update after reset
- add Thanks list in About screen
- support fetch remotes at Branches screen
- update depend libs (libgit2 to 1.9.1, openssl to 3.5.0)
- update UI libs
- Diff: optimize default match strategy
- limit file names length of commit msg template
- improve UI (issue #66)
- Automation: support set pull interval and push delay for each repo
- Editor support Ctrl+S/Ctrl+W/Ctrl+F to save/close/find the file
- Editor support auto reload when file changed by external
- 修复提交条目在重置后不更新的bug
- 关于页面添加感谢列表
- 支持在分支页面下载远程仓库
- 更新依赖库 (libgit2 to 1.9.1, openssl to 3.5.0)
- 更新UI库
- Diff: 优化默认匹配策略
- 限制模板提交信息的文件名字数
- 提升 UI (issue #66)
- 自动化:支持为每个仓库设置拉取间隔和推送延迟
- 编辑器支持 Ctrl+S/Ctrl+W/Ctrl+F 执行 保存/关闭/查找 文件
- 编辑器支持在文件被外部修改时自动重载