Releases: tiddly-gittly/TidGi-Desktop
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
v0.9.4
Feature
- Support LLAMA2 model in TidGi AI (need to upgrade in-wiki TidGi language model plugin to >= v0.3.1 , using CPL)
- feat: allow restart service just after workspace setting changed
- feat: rebooting indicator for wiki
- feat: don't save $:/layout, so main window and menubar won't conflict
- feat: show main workspace path of sub workspace
- feat: not closing all opened tiddlers when click on workspace icon
- feat: make server options on workspace settings more visible
Fix
- Try fix error about setting file
- chore: upgrade deps
- fix: remove better-sqlite3 that is not working anymore
- chore: upgrade tiddlywiki
- fix: update subwiki tag name and reload main wiki
- fix: can't delete sub-workspace
- fix: click subwiki icon not working
- fix: workspace settings Save button always visible
- fix: style fix, center the workspace reload icon
- fix: no menubar menu when have menubar window
特点
- 在 TidGi AI 中支持 LLAMA2 模型(需要将 wiki 内的 TidGi language model 插件用 CPL 升级到 >= v0.3.1)
- 功能:允许在工作区设置更改后重启服务
- 功能:维基重启指示器
- 特色:不保存 $:/布局,因此主窗口和菜单栏不会冲突
- 特色:显示子工作区的主工作区路径
- 特色:点击工作区图标时不关闭所有打开的条目
- 特长:使工作区设置中的服务器选项更明显
修复
- 尝试修复关于设置文件的错误
- 苦差事:升级资源
- 修复:移除不再工作的 better-sqlite3
- 工作:升级 tiddlywiki
- 修正:更新子维基标签名并重新加载主维基
- 修正: 无法删除子工作区
- 修复:点击子维基图标不起作用
- 修正:工作区设置保存按钮总是可见
- 修正:样式修正,工作区重载图标居中
- 修复:有菜单窗口时没有菜单栏菜单的问题
Full Changelog: v0.9.3...v0.9.4
v0.9.4-prerelease4-fix
- Try fix error about setting file
Full Changelog: v0.9.3...v0.9.4-prerelease4-fix