Releases: tiddly-gittly/TidGi-Desktop
Releases · tiddly-gittly/TidGi-Desktop
v0.6.1
Feature
- context menu button to sync wiki git immediately
- don't sync if there is no network
- update the wiki template to use json plugin, so users can simply click a button to update plugins
- context menu button to open wiki in Github Desktop ( you need to install it first )
- context menu button to open wiki in the code editor (for example, VSCode )
- context menu button to restart wiki nodejs server
- upgrade tiddlywiki
Fix
Fix 0.6.0 Bug that it won't open in windows
- private state tiddlers not going into a private repo
- try to prevent empty menu items cause error
- sidebar has an ugly scrollbar
- sub wiki tag name should have been able to be omitted
- call stopWatchWiki when stopping wiki, to save CPU
- stop wiki when hibernate, to save CPU
新功能
- 上下文菜单按钮可立即同步wiki git
- 如果没有网络就不同步
- 更新维基模板以使用json插件,这样用户可以简单地点击一个按钮来更新插件
- 通过右键菜单按钮在Github Desktop中打开维基(你需要先安装它)
- 上下文菜单按钮可以在代码编辑器中打开wiki(例如,VSCode)。
- 重新启动wiki nodejs服务器的右键菜单按钮
- 升级tiddlywiki
修复
修复 0.6.0 无法在 Windows 上打开的问题
- 私有的状态tiddlers没有放入私有repo中
- 尝试防止空菜单项导致的错误
- 侧边栏有一个不好看的滚动条
- 子维基标签的名称应该可以省略
- 在停止wiki时调用stopWatchWiki,以节省CPU
- 休眠时停止wiki,以节省CPU
( Darwin = Mac , M1 = arm )
v0.5.3
Fix
- Wiki template fix bundle bug in 5.2.0
- Fix can't switch between hibernated wiki and normal wiki
v0.5.2
Fix
- Zx worker sometimes not initialized, we retry
- hibernated workspace not properly wakeup
- realignActiveWorkspace after toggle sidebar
Feature
- Allow click on text to create first workspace
- add workspace in the context menu
- allow switch workspace using context menu when sidebar is off, so you can hide sidebar forever
- allow disable syncOnStartup to save more CPU
- Upgrade tiddlywiki
v0.5.1
Fix
- WIndows build now can create a new wiki (I switch to https://github.com/linonetwo/Tiddlywiki-NodeJS-Github-Template but it didn't work well in windows in the last release)
- FS watcher consumes too much CPU, so it is disabled by default. (it was used to debounce the auto git commit and sync)
- Fix synced subwiki bug
Feature
- Simpler new wiki form, so new users can use TG Note more easily
- Don't show the save button if there is nothing changed in the Edit Workspace form.
Maintainance
- Upgrade electron to v15
- Enable webpack caching in dev mode
- Update to latest tiddlywiki
v0.5.1-prerelease1
Feature
- Update to latest tiddlywiki
- More friendly new wiki form
Fix
- Fix synced subwiki bug
v0.5.0
Feature
- Allow execute tiddler code block as google/zx script
( you may need to drag https://github.com/tiddly-gittly/tiddlywiki-plugins/tree/master/plugins/linonetwo/zx-script in to your plugins folder, if you are using an existing wiki. )
新功能
- 允许点按钮以 google/zx 脚本形式执行 tiddler 里的代码块
( 你可能需要手动将 https://github.com/tiddly-gittly/tiddlywiki-plugins/tree/master/plugins/linonetwo/zx-script 更新进你的现有 wiki 的 plugins 文件夹 )
v0.4.5
Feature
- Allow execute tiddler as google/zx script
2021-09-17.03.15.06.mov
( you may need to drag https://github.com/tiddly-gittly/tiddlywiki-plugins/tree/master/plugins/linonetwo/zx-script in to your plugins folder, if you are using an existing wiki. )
Example:
const result = await fetch(encodeURI('https://suggest.taobao.com/sug?code=utf-8&q=字节')).then(res => res.json()).then(res => res.result);
console.log(`
\`\`\`json
${JSON.stringify(result)}
\`\`\`
`)
console.log(`!! ${result[0][0]}`);
console.log(`${result[0][1]}`);
Bugfix
- Edit workspace form now don't require restart if nothing changes
Refactor
- Make https://github.com/linonetwo/electron-ipc-cat public
新功能
- 允许以 google/zx 脚本形式执行 tiddler
2021-09-17.03.15.06.mov
( 你可能需要手动将 https://github.com/tiddly-gittly/tiddlywiki-plugins/tree/master/plugins/linonetwo/zx-script 拖入你的现有 wiki 的 plugins 文件夹 )
错误修正
- 如果没有改动,编辑工作区表单了现在不会叫你重启
重构
v0.4.4
Feature
- config for file-tree, you can config which tiddler you use as the root folder
- update tw5 codemirror plugin, thanks to @Gk0Wk
- Using https://github.com/tiddly-gittly/Tiddlywiki-NodeJS-Github-Template as template
- better error message when token expire
- print active tiddler or whole page
- translate and prettify loading error message
- add prettier to template, you get better experience when edit with vscode
- switch to first workspace after delete workspace
Fixes
- Cant scan QR code if you have click on workspace icon
- SCM sync button not working
新功能
- 文件树加了配置,你可以配置你使用哪一个tiddler作为根文件夹了
- 更新tw5 codemirror插件,感谢 @Gk0Wk
- 使用 https://github.com/tiddly-gittly/Tiddlywiki-NodeJS-Github-Template 作为wiki模板
- 当token过期时有更好的错误信息
- 打印活动的tiddler或整个页面
- 翻译和美化加载错误信息
- 在模板上添加了更漂亮的内容,在用Vscode编辑时,你会得到更好的体验
- 删除工作区后切换到第一个工作区
修复
- 如果你点击了工作区的图标,就不能扫描QR码了
- SCM 同步按钮不工作
v0.4.3
Feature
- allow toggle AlwaysOnTop in the View menu
Bugfix
- Search Input sometimes cause crush
- AlwaysOnTop not require a restart
- Try fix view zone mismatch with window
v0.4.3-a3
Bugfix
- Try fix view zone mismatch with window