Skip to content

Releases: tiddly-gittly/TidGi-Desktop

v0.10.3

17 Jul 15:22
Compare
Choose a tag to compare

Full Changelog: v0.10.2...v0.10.3

v0.10.2

01 Jul 12:57
Compare
Choose a tag to compare

Full Changelog: v0.10.1...v0.10.2

Small fix: Bilibili iframe video not loading

v0.10.1

30 Jun 14:40
Compare
Choose a tag to compare

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

29 Jun 18:50
Compare
Choose a tag to compare
v0.10.0-4 Pre-release
Pre-release

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

17 Apr 17:58
Compare
Choose a tag to compare

Full Changelog: v0.9.4...v0.9.6

  • fix: crash due to setting backup path incorrect

v0.9.4

17 Apr 14:41
Compare
Choose a tag to compare

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

16 Apr 16:16
Compare
Choose a tag to compare
Pre-release
  • Try fix error about setting file

Full Changelog: v0.9.3...v0.9.4-prerelease4-fix

v0.9.4-prerelease4

13 Apr 19:12
Compare
Choose a tag to compare
v0.9.4-prerelease4 Pre-release
Pre-release
  1. Support LLAMA2 model in TidGi AI (need to upgrade in-wiki plugin to >= v0.3.1)

Full Changelog: v0.9.3...v0.9.4-prerelease4

v0.9.4-prerelease2

31 Mar 16:34
Compare
Choose a tag to compare
v0.9.4-prerelease2 Pre-release
Pre-release

What's Changed

  • chore(deps-dev): bump express from 4.18.2 to 4.19.2 by @dependabot in #541
  • chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #539
  • fix: Error: ENOENT: no such file or directory, mkdir Roaming\TidGi\set…

Full Changelog: v0.9.3...v0.9.4-prerelease2

v0.9.4-prerelease

26 Mar 18:02
Compare
Choose a tag to compare
v0.9.4-prerelease Pre-release
Pre-release

Full Changelog: v0.9.3...v0.9.4-prerelease

  • feat: allow restart service just after workspace setting changed
  • feat: rebooting indicator for wiki
  • chore: upgrade deps
  • fix: remove better-sqlite3 that is not working anymore
  • feat: don't save $:/layout, so main window and menubar won't conflict
  • chore: upgrade tiddlywiki