·
1 commit
to master
since this release
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
- Implement deeplink feature.
- 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
toReact.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。
- 文档
- 生成了更多翻译。
- 添加了插件稳定性徽章。