Skip to content

Releases: tiddly-gittly/TidGi-Desktop

v0.8.0-prerelease2

22 May 11:21
Compare
Choose a tag to compare
v0.8.0-prerelease2 Pre-release
Pre-release

Full Changelog: v0.8.0-prerelease1...v0.8.0-prerelease2

feat: https mode for blog server
refactor: move blog-related options to a accordion in workspace settings
refactor: make adminToken usage clearer to fix potential bugs
fix: Error when import/export HTML wiki: The "path" argument must be of type string. Received undefined (b…
feat: menu item to ExportWholeWikiHTML
fix: input-box lose focus after wiki shows dialog (that calls window.alert('...') )
fix: save and restore menubar window position
docs: better button text about save&restart in workspace settings

功夫:博客服务器的https模式
重构:将博客相关的选项移到工作区设置的手风琴上
重构:使adminToken的使用更加清晰,以修复潜在的bug
修复: 在导入/导出HTML wiki时出错: the "path"参数必须是字符串类型。接收未定义(b...
功夫:导出整个WikiHTML的菜单项
修正:输入框在wiki显示对话框后失去焦点(调用window.alert('...'))。
修正:保存和恢复菜单栏窗口的位置
文档:改进工作区设置中关于保存和重启的按钮文本

v0.8.0-prerelease1

21 May 02:59
Compare
Choose a tag to compare
v0.8.0-prerelease1 Pre-release
Pre-release

feat: support file relative to wiki folder

Full Changelog: v0.7.15-prerelease4...v0.8.0-prerelease1

v0.7.15-prerelease4

20 May 17:53
Compare
Choose a tag to compare
v0.7.15-prerelease4 Pre-release
Pre-release

feat: let workspace setting save button clearer
feat: use workspace id for wiki worker, instead of path, so you can start multiple workspace on a folder
fix: some config didn't trigger restart
fix: view still active after remove wiki
feat: TokenAuth: token based access protection in LAN
feat: readonly mode
fix: only set language on create new wiki (not when clone)
fix: Cannot read properties of null (reading 'send')

特技:让工作区设置的保存按钮更清晰
壮举:为维基工作者使用工作区ID,而不是路径,这样你就可以在一个文件夹上启动多个工作区了
修正:某些配置没有触发重启
修正:删除维基后,视图仍然有效
feat: TokenAuth:局域网中基于令牌的访问保护
特技:只读模式
修复:只在创建新维基时设置语言(克隆时不设置)。
修复: 无法读取null的属性(读取 "发送")。

Full Changelog: v0.7.15-prerelease3-fix1...v0.7.15-prerelease4

v0.7.15-prerelease3-fix1

20 May 03:12
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix #369 降级Ubuntu版本适配Deepin包管理工具 by @Zacharia2 in #372
  • fix: zoom menu item (ctrl + +/- to zoom)
  • fix: ctrl + r to refresh wiki
  • feat: allow lazy-all on workspace config
  • feat: allow file:// protocol in wiki link
  • fix: hibernated workspace still have active view
  • fix: git worker uncatched error crush app, and untranslated error message
  • fix: prevent in some rare case webContents is null
  • fix: empty json config file crush app
  • chore: upgrade deps
  • chore: add appimage build @SpacingBat3

更新了什么

  • 修复#369 降级Ubuntu版本适配Deepin包管理工具 by @Zacharia2#372
  • 修复:缩放菜单项(ctrl + +/- 缩放)。
  • 修复:ctrl + r刷新wiki
  • 壮举:允许在工作区配置中使用 "lazy-all"。
  • 壮举:允许在维基链接中使用file://协议
  • 修正:休眠的工作区仍有活动视图
  • 修复:Git Worker未捕获的错误粉碎了应用程序,以及未翻译的错误信息
  • 修正:防止在某些罕见情况下webContents为空
  • 修复:空json配置文件粉碎应用程序
  • chore: 更新依赖
  • chore: 新增 appimage 构建 @SpacingBat3

Full Changelog: v0.7.15-prerelease...v0.7.15-prerelease3-fix1

v0.7.15-prerelease2-fix2

19 May 18:05
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix #369 降级Ubuntu版本适配Deepin包管理工具 by @Zacharia2 in #372
  • fix: zoom menu item (ctrl + +/- to zoom)
  • fix: ctrl + r to refresh wiki
  • feat: allow lazy-all on workspace config
  • feat: allow file:// protocol in wiki link
  • fix: hibernated workspace still have active view
  • fix: git worker uncatched error crush app, and untranslated error message
  • fix: prevent in some rare case webContents is null
  • fix: empty json config file crush app
  • chore: upgrade deps

Full Changelog: v0.7.15-prerelease...v0.7.15-prerelease2-fix2

v0.7.15-prerelease

22 Feb 10:35
Compare
Choose a tag to compare
v0.7.15-prerelease Pre-release
Pre-release

Full Changelog: v0.7.14...v0.7.15-prerelease

Close some issues, and increase the performance.

v0.7.14

04 Jan 17:01
Compare
Choose a tag to compare

Full Changelog: v0.7.13...v0.7.14

This is a bug fix version.

Fix:

  • fix: prevent open external url in page
  • fix: when refresh page, load lastUrl
  • feat: show lastUrl to fix some case it is corrupted
  • fix: weird new Url error
  • fix: auto update sidebar setting not working (contentIsolation in preload script)
  • fix: webcontent maybe undefined somehow (causing error)

v0.7.13

20 Dec 12:48
Compare
Choose a tag to compare

Full Changelog: v0.7.11...v0.7.13-15

V0.7.13

新功能

  • 更新 tiddlywiki 等依赖到最新版
  • 更新同步和日历等插件
  • 用 V8 Cache 提升启动速度
  • MAC M1的构建(虽然需要手动签名)

修复

  • 在新用户创建工作区时隐藏同步选项,以避免同步失败的奇怪报错
  • 创建子wiki时帮助文案错误
  • 子wiki带换行符时无法打开
  • 启动时自动同步成功后没有重载入wiki

移动应用程序

Tiddloid安卓应用,由donmor开发。


V0.7.13

New features

  • Update tiddlywiki and other dependencies to the latest version
  • Updated plugins such as sync and calendar
  • Improved startup speed with V8 Cache
  • MAC M1 build (though manual signing required)

Fixes

  • Hide sync option when creating workspace for new users to avoid weird error reporting of sync failure
  • Help text error when creating sub-wiki
  • Sub-wiki cannot be opened when it has line breaks
  • No reload of wiki after successful auto-sync at startup

Translated with www.DeepL.com/Translator (free version)

Mobile App

See Tiddloid for Android App developed by donmor.

Translated with www.DeepL.com/Translator (free version)

v0.7.13(can't open)

19 Dec 01:38
Compare
Choose a tag to compare
v0.7.13(can't open) Pre-release
Pre-release

Full Changelog: v0.7.12-prerelease2...v0.7.13-11

V0.7.13

新功能

  • 更新 tiddlywiki 等依赖到最新版
  • 更新同步和日历等插件
  • 用 V8 Cache 提升启动速度
  • MAC M1的构建(虽然需要手动签名)

修复

  • 在新用户创建工作区时隐藏同步选项,以避免同步失败的奇怪报错
  • 创建子wiki时帮助文案错误
  • 子wiki带换行符时无法打开
  • 启动时自动同步成功后没有重载入wiki

移动应用程序

Tiddloid安卓应用,由donmor开发。


V0.7.13

New features

  • Update tiddlywiki and other dependencies to the latest version
  • Updated plugins such as sync and calendar
  • Improved startup speed with V8 Cache
  • MAC M1 build (though manual signing required)

Fixes

  • Hide sync option when creating workspace for new users to avoid weird error reporting of sync failure
  • Help text error when creating sub-wiki
  • Sub-wiki cannot be opened when it has line breaks
  • No reload of wiki after successful auto-sync at startup

Translated with www.DeepL.com/Translator (free version)

Mobile App

See Tiddloid for Android App developed by donmor.

Translated with www.DeepL.com/Translator (free version)

v0.7.12-prerelease2

25 Nov 13:03
Compare
Choose a tag to compare
v0.7.12-prerelease2 Pre-release
Pre-release

Full Changelog: v0.7.12-prerelease...v0.7.12-prerelease2

  • feat: mac m1 build with sign
  • feat: hide sync option when new user creating workspace to avoid confusion about sync failure