Skip to content

Releases: tiddly-gittly/TidGi-Desktop

v0.13.0-prerelease2

23 Oct 17:44

Choose a tag to compare

v0.13.0-prerelease2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.12.4...v0.13.0-prerelease2

v0.12.4

22 Jul 09:36

Choose a tag to compare

Full Changelog: v0.12.3...v0.12.4

Fix: wiki template missing, can't create new wiki

v0.12.2

17 Jul 08:09

Choose a tag to compare

Full Changelog: v0.12.1...v0.12.2

Simply upgrade to TiddlyWiki platfrom v5.3.7

v0.12.1

26 Feb 17:22

Choose a tag to compare

Full Changelog: v0.12.0-fix...v0.12.1-update

Fix: TypeError: Invalid URL

v0.12.0-fix

02 Feb 04:54

Choose a tag to compare

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
  • 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 to React.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

30 Nov 12:25

Choose a tag to compare

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

26 Nov 11:24

Choose a tag to compare

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

24 Nov 15:41

Choose a tag to compare

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

17 Jul 15:22

Choose a tag to compare

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

v0.10.2

01 Jul 12:57

Choose a tag to compare

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

Small fix: Bilibili iframe video not loading