Releases: tiddly-gittly/TidGi-Desktop
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/#:Index
tidgi://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.Element
toReact.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/#:Index
tidgi://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
v0.10.1
Full Changelog: v0.9.6...v0.10.1
Updates
- feat: allow ignore $:/config/SyncSystemTiddlersFromServer
- feat: allow set exclude in getTiddlersJSON
- refactor: remove language model support, use ollama instead
- refactor: remove empty network section from config
- feat: make $:/core/save/all the default behavior (no lazy loading)
- fix: infinite redirect when using file:// protocol to load image
- feat: organize workspace options
- chore: upgrade electron to v31 (also refactor: BrowserView -> WebContentsView)
- fix: remove msi builder, to fix node-gyp failed to rebuild @bitdisaster/exe-icon-extractor
- feat: upgrade Tiddlywiki to v5.3.4
本次更新
- feat: 允许忽略 $:/config/SyncSystemTiddlersFromServer
- 功能:允许在 getTiddlersJSON 中设置排除项
- 重构:移除语言模型支持,之后使用 ollama 代替吧
- 重构:移除配置中一直为空的网络设置部分
- 特性:将 $:/core/save/all 设为默认行为(无懒加载)
- 修复:使用 file:// 协议加载图片时的无限重定向问题
- 功绩:整理了工作区设置
- 杂务:将电子版升级至 v31(同时重构:BrowserView -> WebContentsView)
- 修正:移除 msi 安装包,以修复 node-gyp 重建 @bitdisaster/exe-icon-extractor 失败的问题
- 壮举:将太微升级到 v5.3.4
v0.10.0-4
Full Changelog: v0.9.6...v0.10.0-4
Updates
- feat: allow ignore $:/config/SyncSystemTiddlersFromServer
- feat: allow set exclude in getTiddlersJSON
- refactor: remove language model support, use ollama instead
- refactor: remove empty network section from config
- feat: make $:/core/save/all the default behavior (no lazy loading)
- fix: infinite redirect when using file:// protocol to load image
- feat: organize workspace options
- chore: upgrade electron to v31 (also refactor: BrowserView -> WebContentsView)
- fix: remove msi builder, to fix node-gyp failed to rebuild @bitdisaster/exe-icon-extractor
- feat: upgrade Tiddlywiki to v5.3.4
本次更新
- feat: 允许忽略 $:/config/SyncSystemTiddlersFromServer
- 功能:允许在 getTiddlersJSON 中设置排除项
- 重构:移除语言模型支持,之后使用 ollama 代替吧
- 重构:移除配置中一直为空的网络设置部分
- 特性:将 $:/core/save/all 设为默认行为(无懒加载)
- 修复:使用 file:// 协议加载图片时的无限重定向问题
- 功绩:整理了工作区设置
- 杂务:将电子版升级至 v31(同时重构:BrowserView -> WebContentsView)
- 修正:移除 msi 安装包,以修复 node-gyp 重建 @bitdisaster/exe-icon-extractor 失败的问题
- 壮举:将太微升级到 v5.3.4
v0.9.6
Full Changelog: v0.9.4...v0.9.6
- fix: crash due to setting backup path incorrect