Releases: tiddly-gittly/TidGi-Desktop
v0.13.0
What's Changed
Tiddlywiki v5.4.0
Git 与同步体验增强
- 新增 Git 图表视图,用于更直观地查看提交历史。
- Git Log 支持搜索与主题色适配,历史记录更容易定位。
- 修复并增强文件监听逻辑,支持 watch fs 与 git 同步联动。
- 改进大 JSON 文件处理,减少文件监听和同步过程中的异常。
- 支持在同步过程中更安全地处理 .git 目录、符号链接子 wiki 和外部附件。
子 wiki 与配置同步能力增强
- 增强子 wiki 路由能力,支持 tag tree 以及更稳定的子 wiki 同步。
- 新增子 wiki 外部附件支持,文件可随路由规则进入正确的子 wiki 文件夹。
- 工作区配置迁移到 tidgi.config.json,并保留 workspace name 等关键配置。
- 修复模板复制与路径识别问题,避免 tidgi.config.json 被错误覆盖或当作条目处理。
桌面与发布体验改进
- 新增 mini window。
- 新增 move folder 能力,方便调整工作区位置。
- 修复启动错误、休眠相关问题、open app 行为,以及菜单同步问题。
- 升级 Electron 39 → 41、Forge 7.10 → 7.11,并修复 native ABI 兼容问题。
- Trim 掉 dugite 中 TidGi 不需要的命令和组件,减少安装包体积。
- 修复 macOS Intel 构建问题。
修复的问题
- #698 / #697 / #691 / #689 / #688 / #686 / #679 / #677:多个杂项回归与稳定性问题修复。
- #674:修复 watch fs 与 AI commit 流程的联动问题。
- #672:修复子 wiki 同步问题。
- #671:新增并修复子 wiki 外部附件支持。
- #670:修复编辑 agent 以及相关多个问题。
- #668:修复 API 配置与 Git Log 搜索支持问题。
- #667:修复子 wiki tag tree 路由问题。
- #659:修复菜单同步问题。
- #658:修复 open app 行为。
- #657:修复 watch fs 处理大 JSON 文件时的异常。
- #654:修复启动时报错问题。
- #652:修复 hibernation 相关问题。
- #648:修复安全错误。
Enhancement of Git and Synchronization Experience
- Added Git chart view to view commit history more intuitively.
- Git Log supports search and is adapted to the theme color, making it easier to locate historical records.
- Fixed and enhanced the file monitoring logic, supporting the linkage between watch fs and git synchronization.
- Improved the handling of large JSON files to reduce exceptions during file monitoring and synchronization.
- Supports more secure handling of the .git directory, symbolic link sub - wikis, and external attachments during synchronization.
Enhancement of Sub - wiki and Configuration Synchronization Capabilities
- Enhanced the sub - wiki routing ability, supporting tag tree and more stable sub - wiki synchronization.
- Added support for external attachments in sub - wikis, allowing files to enter the correct sub - wiki folders according to routing rules.
- Migrated the workspace configuration to tidgi.config.json and retained key configurations such as workspace name.
- Fixed issues with template copying and path recognition to avoid incorrect overwriting of tidgi.config.json or treating it as an entry.
Improvement of Desktop and Release Experience
- Added a mini window.
- Added the ability to move folders, facilitating the adjustment of the workspace location.
- Fixed startup errors, hibernation - related issues, open app behavior, and menu synchronization issues.
- Upgraded Electron from 39 to 41 and Forge from 7.10 to 7.11, and fixed the native ABI compatibility issue.
- Trimmed the commands and components in dugite that TidGi doesn't need to reduce the installation package size.
- Fixed the macOS Intel build issue.
Fixed Issues
- #698 / #697 / #691 / #689 / #688 / #686 / #679 / #677: Fixed multiple miscellaneous regression and stability issues.
- #674: Fixed the linkage issue between watch fs and the AI commit process.
- #672: Fixed the sub - wiki synchronization issue.
- #671: Added and fixed support for external attachments in sub - wikis.
- #670: Fixed the editing agent and multiple related issues.
- #668: Fixed the API configuration and Git Log search support issues.
- #667: Fixed the sub - wiki tag tree routing issue.
- #659: Fixed the menu synchronization issue.
- #658: Fixed the open app behavior.
- #657: Fixed the exception when watch fs processes large JSON files.
- #654: Fixed the startup error issue.
- #652: Fixed the hibernation - related issues.
- #648: Fixed the security error.
Code changes
- Feat/Native AI Agent by @linonetwo in #640
- Feat/mini window by @linonetwo in #642
- Chore/upgrade by @linonetwo in #646
- test: codeql for wikioperation by @linonetwo in #647
- Fix: security errors by @linonetwo in #648
- Feat/watch fs by @linonetwo in #649
- Feat/git sync watch by @linonetwo in #650
- Feat/git chart by @linonetwo in #651
- Fix/hibernate by @linonetwo in #652
- Fix/start error by @linonetwo in #654
- Feat/move folder by @linonetwo in #655
- Chore/upgrade2 by @linonetwo in #656
- Fix/watch fs large json by @linonetwo in #657
- Fix/open app by @linonetwo in #658
- Fix/menu sync by @linonetwo in #659
- Refactor/rename agent plugin by @linonetwo in #664
- Fix/sub wiki tag tree by @linonetwo in #667
- Fix/api config and git log support search by @linonetwo in #668
- Fix/edit agent and several bugs by @linonetwo in #670
- Feat/subwiki external attachment by @linonetwo in #671
- Fix/sync sub wiki by @linonetwo in #672
- Fix/watch fs and ai commit by @linonetwo in #674
- Fix/misc bug by @linonetwo in #677
- Fix/misc bug by @linonetwo in #679
- chore(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #678
- Refactor/mobile git by @linonetwo in #684
- Feat/discuss note with agent by @linonetwo in #685
- Fix/misc bug by @linonetwo in #686
- fix: ci by @linonetwo in #687
- Fix/misc bug1 by @linonetwo in #688
- Fix/misc bug2 by @linonetwo in #689
- Fix/misc bug by @linonetwo in #691
- chore: upgrade Electron 39->41 + forge 7.10->7.11 + fix native ABI by @linonetwo in #692
- chore(deps): bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #693
- Fix/misc bug1 by @linonetwo in #697
- chore(deps-dev): bump vite from 7.2.4 to 7.3.2 by @dependabot[bot] in #695
- Fix/misc bug2 by @linonetwo in #698
Full Changelog: v0.12.4...v0.13.0
v0.13.0-prerelease25
With TiddlyWiki5 V5.4.0Prerelease at github:TiddlyWiki/TiddlyWiki5#3cfb6b120266b501558c41df22377b597d272c2e
For testing.
What's Changed
- chore: upgrade Electron 39->41 + forge 7.10->7.11 + fix native ABI by @linonetwo in #692
Full Changelog: v0.13.0-prerelease23...v0.13.0-prerelease25
v0.13.0-prerelease23
What's Changed
- Fix/misc bug1 by @linonetwo in #688
- Fix/misc bug2 by @linonetwo in #689
- Fix/misc bug by @linonetwo in #691
A relatively stable version, fix many bug find in my daily use. TiddlyWiki is v5.3.8
Full Changelog: v0.13.0-prerelease21-fix...v0.13.0-prerelease23
v0.13.0-prerelease21-fix
What's Changed
- chore(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #678
- Refactor/mobile git by @linonetwo in #684
- Feat/discuss note with agent by @linonetwo in #685
- Fix/misc bug by @linonetwo in #686
- fix: ci by @linonetwo in #687
Full Changelog: v0.13.0-prerelease19...v0.13.0-prerelease21-fix
v0.13.0-prerelease19
What's Changed
- Fix/misc bug by @linonetwo in #679
Full Changelog: v0.13.0-prerelease17...v0.13.0-prerelease19
v0.13.0-prerelease17
What's Changed
- Fix/edit agent and several bugs by @linonetwo in #670
- Feat/subwiki external attachment by @linonetwo in #671
- Fix/sync sub wiki by @linonetwo in #672
- Fix/watch fs and ai commit by @linonetwo in #674
- Fix/misc bug by @linonetwo in #677
Full Changelog: v0.13.0-prerelease16...v0.13.0-prerelease17
v0.13.0-prerelease16
What's Changed
- Fix/api config and git log support search by @linonetwo in #668
- intel macos update builder support
Full Changelog: v0.13.0-prerelease14...v0.13.0-prerelease16
v0.13.0-prerelease14
Full Changelog: v0.13.0-prerelease12...v0.13.0-prerelease14
Reduce bundle size by remove unused git-lfs binary.
v0.13.0-prerelease12
What's Changed
- Refactor/rename agent plugin by @linonetwo in #664
- Fix/sub wiki tag tree by @linonetwo in #667
Full Changelog: v0.13.0-prerelease11...v0.13.0-prerelease12
v0.13.0-prerelease11
What's Changed
- Fix/watch fs large json by @linonetwo in #657
- Fix/open app by @linonetwo in #658
- Fix/menu sync by @linonetwo in #659
Full Changelog: v0.13.0-prerelease6...v0.13.0-prerelease11