| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| tidgi-0.13.0-1.x86_64.rpm | 2026-04-21 | 375.7 MB | |
| tidgi_0.13.0_amd64.deb | 2026-04-21 | 161.8 MB | |
| TidGi.msix | 2026-04-21 | 222.5 MB | |
| Install-TidGi-Windows-x64.exe | 2026-04-21 | 208.3 MB | |
| Install-TidGi-Windows-arm64.exe | 2026-04-21 | 206.2 MB | |
| tidgi-0.13.0-1.arm64.rpm | 2026-04-21 | 399.6 MB | |
| tidgi_0.13.0_arm64.deb | 2026-04-21 | 161.5 MB | |
| TidGi-darwin-x64-0.13.0.zip | 2026-04-21 | 200.9 MB | |
| TidGi-darwin-arm64-0.13.0.zip | 2026-04-21 | 192.3 MB | |
| README.md | 2026-04-21 | 8.4 kB | |
| v0.13.0 source code.tar.gz | 2026-04-21 | 7.4 MB | |
| v0.13.0 source code.zip | 2026-04-21 | 7.9 MB | |
| Totals: 12 Items | 2.1 GB | 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 https://github.com/tiddly-gittly/TidGi-Desktop/pull/640
- Feat/mini window by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/642
- Chore/upgrade by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/646
- test: codeql for wikioperation by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/647
- Fix: security errors by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/648
- Feat/watch fs by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/649
- Feat/git sync watch by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/650
- Feat/git chart by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/651
- Fix/hibernate by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/652
- Fix/start error by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/654
- Feat/move folder by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/655
- Chore/upgrade2 by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/656
- Fix/watch fs large json by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/657
- Fix/open app by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/658
- Fix/menu sync by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/659
- Refactor/rename agent plugin by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/664
- Fix/sub wiki tag tree by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/667
- Fix/api config and git log support search by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/668
- Fix/edit agent and several bugs by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/670
- Feat/subwiki external attachment by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/671
- Fix/sync sub wiki by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/672
- Fix/watch fs and ai commit by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/674
- Fix/misc bug by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/677
- Fix/misc bug by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/679
- chore(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in https://github.com/tiddly-gittly/TidGi-Desktop/pull/678
- Refactor/mobile git by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/684
- Feat/discuss note with agent by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/685
- Fix/misc bug by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/686
- fix: ci by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/687
- Fix/misc bug1 by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/688
- Fix/misc bug2 by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/689
- Fix/misc bug by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/691
- chore: upgrade Electron 39->41 + forge 7.10->7.11 + fix native ABI by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/692
- chore(deps): bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in https://github.com/tiddly-gittly/TidGi-Desktop/pull/693
- Fix/misc bug1 by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/697
- chore(deps-dev): bump vite from 7.2.4 to 7.3.2 by @dependabot[bot] in https://github.com/tiddly-gittly/TidGi-Desktop/pull/695
- Fix/misc bug2 by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/698
Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.12.4...v0.13.0