KingDownloads

TidGi-Desktop version history

10 releases tracked, newest first.

v0.14.0-1

Jun 25, 2026
- Added support for editing single-file HTML wikis as TidGi workspaces. - Refactored Git algorithm and added local IP display for multi-NIC environments. - Fixed history and deep link issues, including restoring missing settings. - Updated dependencies and improved tooling, including esbuild upgrade.

10 downloads

v0.13.1-fix

Jun 12, 2026
<details> <summary>TidGi-Desktop v0.13.1 发布报告</summary> > 发布日期:2026-06-12 > 基于标签:`v0.13.0` → `v0.13.1-fix` > 改动范围:**337 个文件变更**,新增 **21,569 行**,删除 **11,615 行** --- ## 目录 1. 重大变更与依赖升级 2. MCP 服务器修复与增强 3. Bug 修复 4. E2E 测试与 CI 改进 5. 杂项与文档 --- ## 1. 重大变更与依赖升级 ### 🔼 全量依赖升级 + Vite 8 / Rolldown 迁移 (#719) 一次性将几乎所有依赖升级到最新版本,并解决了大量兼容性问题: | 类别 | 变更内容 | |------|----------| | **构建系统** | Vite 8 + Rolldown 替换旧版 Vite,修复 ESM/CJS 互操作问题 | | **Electron** | 升级至 Electron 41.7.1(Node.js 22),配合 better-sqlite3 原生模块 | | **Electron Forge** | 升级至 v8 alpha,使用异步 hooks 和新版 `packageAfterPrune` 签名 | | **MUI** | MUI v9 迁移:`system-props` → `sx` prop,Autocomplete `freeSolo` 改用 Enter 键处理 | | **TypeORM** | v1.0 关系 API 迁移:`string[]` → 对象格式 `{x: true}` | | **inversify** | v8:`rebindSync` → `rebind` | | **核心输出格式** | 主进程改为 ESM 输出,修复 `rotating-file-stream` 类方法断裂 | | **date-fns** | 3.6 → 4.4(大版本跳升) | | **default-gateway** | 6.0 → 7.2(统一 API `gateway4()`) | | **electron-unhandled** | 4.0 → 5.0(需 bridge 模块配合 `dynamic import()`) | | **移除依赖** | 移除 `moment.js`、`typescript-styled-is` 等废弃库 | ### 🔒 安全漏洞修复 (#722) - 修复 `ini`(CVE)和 `bl`(CVE)两个 transitive 依赖的安全漏洞 - 通过 `pnpm.overrid

10 downloads

v0.13.0

Apr 21, 2026
## 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 v

9 downloads

v0.13.0-prerelease25

Pre-releaseApr 3, 2026
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 https://github.com/tiddly-gittly/TidGi-Desktop/pull/692 **Full Changelog**: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.13.0-prerelease23...v0.13.0-prerelease25

9 downloads

v0.13.0-prerelease23

Pre-releaseApr 1, 2026
## What's Changed * 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 A relatively stable version, fix many bug find in my daily use. TiddlyWiki is v5.3.8 **Full Changelog**: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.13.0-prerelease21-fix...v0.13.0-prerelease23

9 downloads

v0.13.0-prerelease21-fix

Pre-releaseMar 18, 2026
## What's Changed * 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 **Full Changelog**: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.13.0-prerelease19...v0.13.0-prerelease21-fix

9 downloads

v0.13.0-prerelease19

Pre-releaseJan 25, 2026
## What's Changed * Fix/misc bug by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/679 **Full Changelog**: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.13.0-prerelease17...v0.13.0-prerelease19

9 downloads

v0.13.0-prerelease17

Pre-releaseJan 20, 2026
## What's Changed * 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 **Full Changelog**: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.13.0-prerelease16...v0.13.0-prerelease17

9 downloads

v0.13.0-prerelease16

Pre-releaseDec 8, 2025
## What's Changed * Fix/api config and git log support search by @linonetwo in https://github.com/tiddly-gittly/TidGi-Desktop/pull/668 * intel macos update builder support **Full Changelog**: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.13.0-prerelease14...v0.13.0-prerelease16

9 downloads

v0.13.0-prerelease14

Pre-releaseDec 7, 2025
**Full Changelog**: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.13.0-prerelease12...v0.13.0-prerelease14 Reduce bundle size by remove unused git-lfs binary.

9 downloads