Releases: tiddly-gittly/TidGi-Desktop
v0.13.0-prerelease2
What's Changed
- Feat/Native AI Agent by @linonetwo in #640
- Feat/mini window by @linonetwo in #642
- Chore/upgrade by @linonetwo in #646
Full Changelog: v0.12.4...v0.13.0-prerelease2
v0.12.4
Full Changelog: v0.12.3...v0.12.4
Fix: wiki template missing, can't create new wiki
v0.12.2
Full Changelog: v0.12.1...v0.12.2
Simply upgrade to TiddlyWiki platfrom v5.3.7
v0.12.1
Full Changelog: v0.12.0-fix...v0.12.1-update
Fix: TypeError: Invalid URL
v0.12.0-fix
Changelog
v0.12.0 (2025-02-02)
- Features
- Implement deeplink feature.
- Support using wiki name and Chinese tiddler name.
- For example,
tidgi://lxqsftvfppu_z4zbaadc0/#:Indextidgi://wiki/#新条目, they need to be placed in an external link like[ext[tidgi://wiki/#Index]]
- Print tiddler as HTML and compress it. In TidGi app's "Wiki" menu
- Implement deeplink feature.
- Fixes
- Fix style issues.
- Fix the issue that the menubar mini app can't auto resize.
- Fix the problem that the canonical URI can't load Chinese file names.
- Fix image referer issue.
- Refactors
- Update MUI usage.
- Change
JSX.ElementtoReact.JSX.Element.
- Chores
- Upgrade dependencies.
- Update wiki.
- Documentation
- Generate more translations.
- Add plugin stability badge.
v0.12.0 (2025-02-02)
- 新功能
- 实现了深度链接功能。
- 支持使用 Wiki 名称和中文条目标题。
- 例如
tidgi://lxqsftvfppu_z4zbaadc0/#:Indextidgi://wiki/#新条目,需要放在[ext[tidgi://wiki/#Index]]这样的外部链接里
- 将条目打印为 HTML 并进行压缩。在太记菜单栏的 Wiki 菜单里
- 实现了深度链接功能。
- 修复
- 修复了样式问题。
- 修复了菜单栏太记小窗无法自动调整大小的问题。
- 修复了外置附件 URI 无法加载中文文件名的图片的问题。
- 修复了盗链时图片 referer 问题。
- 重构
- 更新了 MUI 的使用方式。
- 将
JSX.Element改为React.JSX.Element。
- 杂项
- 升级了依赖项。
- 更新了 Wiki。
- 文档
- 生成了更多翻译。
- 添加了插件稳定性徽章。
v0.11.3
Full Changelog: v0.11.2...v0.11.3
Fix:
- feat: allow disable AntiAntiLeech in network config
Feature:
- New wiki can auto upgrade TiddlyWiki version in Github Actions when deploying to Github Pages
v0.11.2
Full Changelog: v0.11.1...v0.11.2
Emergency fix:
- fix: prevent $tw.wiki undefined error
- fix: wait for view and wiki ready before send wikiOperationInBrowser to prevent browserView.webContents is undefined in sendToMainWindowAndAwait error
Also
- Upgrade CPL plugin so new user can directly upgrade core TW plugins in CPL
紧急修复:
- 修复:防止 $tw.wiki 未定义错误
- 修复:在发送wikiOperationInBrowser之前等待视图和维基准备就绪,以防止在sendToMainWindowAndAwait中出现browserView.webContents未定义的错误
还有
- 升级 CPL 插件,以便新用户可以直接在 CPL 中升级 TW 核心插件
v0.11.1
Full Changelog: v0.11.0...v0.11.1
-
refactor: from @tiddlygit/tiddlywiki to tiddlywiki , because there is no prerelease feature that I need now
-
chore: upgrade deps, Electron v33.2.0, Tiddlywiki v5.3.6
-
refactor: deprecated electron canGoBack API
-
chore: Update wiki, plugins to latest
-
feat: support check wysiwyg edit before wync, so no wysiwyg draft will be synced
-
feat: force ask wiki to change color scheme
-
feat: open command palette from context menu
-
feat: dragging import support auto copy file to wiki folder (with latest tidgi-external-attachments plugin)
-
fix: window is not defined when open other workspace from context menu
-
fix: BadWorkspacePath error now show workspace id to debug
-
重构:从 @tiddlygit/tiddlywiki 到 tiddlywiki,因为现在没有我需要的预发布功能。
-
杂务: 升级部署,Electron v33.2.0, Tiddlywiki v5.3.6
-
重构:废弃的电子 canGoBack API
-
杂务: 更新维基、插件至最新版本
-
特性:支持在同步前检查 wysiwyg 编辑,因此不会同步 wysiwyg 草稿
-
特长:强制要求维基更改配色方案
-
特长:从右键菜单打开命令调色板
-
特色:拖动导入支持自动复制文件到维基文件夹(使用最新的 tidgi-external-attachments插件)
-
修复:从右键菜单打开其他工作区时未定义窗口的问题
-
修复: BadWorkspacePath 错误现在可显示工作区 ID 以进行调试
v0.10.3
Full Changelog: v0.10.2...v0.10.3
-
fix: can't open git GUI app on windows
-
fix: can't run https://github.com/tiddly-gittly/git-sync-js on MacOS
-
feat: (window.service as any).wiki.getTiddlersJSON API now support
{ ignoreSyncSystemConfig: !system, toTiddler }, see tiddly-gittly/tw-command-palette@1910c96 -
chore: upgrade tiddlywiki to 5.3.5
-
修复:无法在 Windows 上打开 Git GUI 应用程序的问题
-
修复:无法在 MacOS 上运行 https://github.com/tiddly-gittly/git-sync-js
-
feat: (window.service as any).wiki.getTiddlersJSON API 现在支持
{ ignoreSyncSystemConfig: !system, toTiddler }, see tiddly-gittly/tw-command-palette@1910c96 -
苦差事:升级 tiddlywiki 至 5.3.5
v0.10.2
Full Changelog: v0.10.1...v0.10.2
Small fix: Bilibili iframe video not loading