TidGi Desktop Versions Save

TidGi is an privatcy-in-mind, automated, auto-git-backup, freely-deployed Tiddlywiki knowledge management Desktop note app, with local REST API. 「 太记 」是一个基于「 太微 TiddlyWiki 」的知识管理桌面应用,能保护隐私内容、高级自动化、自动Git云备份、部署为博客,且可通过RESTAPI与Anki等应用连接。(迭代开发中欢迎试用,开发进度见下方链接)(Under active development, see website below for details)

v0.9.6

3 weeks ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.4...v0.9.6

  • fix: crash due to setting backup path incorrect

v0.9.4

3 weeks ago

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: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.3...v0.9.4

v0.9.4-prerelease4-fix

4 weeks ago

v0.9.4-prerelease4

1 month ago
  1. Support LLAMA2 model in TidGi AI (need to upgrade in-wiki plugin to >= v0.3.1)

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.3...v0.9.4-prerelease4

v0.9.4-prerelease2

1 month ago

What's Changed

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.3...v0.9.4-prerelease2

v0.9.4-prerelease

1 month ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/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

v0.9.3

3 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.2...v0.9.3

  • fix: sync when no draft not working
  • fix: sub wiki can't sync using context menu
  • fix: try fix backup file creation
  • fix: make sure no HTTP put work on readOnlyMode
  • fix: service.native.openURI not a function

v0.9.2

3 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.1...v0.9.2

  • fix: TypeError: window.meta is not a function
  • fix: ENOENT: no such file or directory open settings.json
  • feat: Auto enable server filters if HTTP API is enabled
  • feat: make infrequent backup of setting file, preventing re-install/upgrade from corrupting the file.
  • fix: empty setting file prevent app open
  • fix: close menubar bring background main window up
  • fix: runOnBackground not working on windows
  • feat: allow not show sidebar on menubar window
  • fix: menubar window width height wrong
  • fix: app quit infinite loop
  • chore: Update wiki
  • feat: add new wiki operation getTiddler
  • refactor: some of code

v0.9.1

4 months ago

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.9.0...v0.9.1

  • fix: use standard: true on tidgi:// to allow localStorage
  • fix: lazy load not working

v0.9.0

4 months ago

What's Changed

  • chore: upgrade tiddlywiki

  • chore: update git-sync-js to fix frequent reload

  • feat: i18n for commit message

  • fix: token not remove from git url

  • fix: dark mode page background color shouldn't be white

  • fix: $:/info/tidgi/enableHTTPAPI not found

  • fix: acticative page flashing when switching between pages

  • fix: border radius of page workspace

  • refactor: move git sync logic to a new sync service in window.services.sync

  • feat: add force pull method from git-sync-js for readonly workspace for blogging

  • fix: delay 500ms for window menu build, to speed up loading

  • fix: when delete workspace, move to trash instead of remove

  • fix: secondary window not loading wiki for non-active workspace

  • fix: printPDF not download pdf file

  • fix: import html will delete existed folder, and no Chinese error message

  • fix: zx script on windows can't find adb, and output messy

  • fix: hideMenubar preference not working

  • chore: upgrade electron and deps

  • feat: allow create new secondary window for wiki

  • feat: Help page providing learning resources

Full Changelog: https://github.com/tiddly-gittly/TidGi-Desktop/compare/v0.8.0...v0.9.0