Skip to content

Releases: tiddly-gittly/TidGi-Desktop

v0.6.1

25 Oct 18:10
Compare
Choose a tag to compare

Feature

  1. context menu button to sync wiki git immediately
  2. don't sync if there is no network
  3. update the wiki template to use json plugin, so users can simply click a button to update plugins
  4. context menu button to open wiki in Github Desktop ( you need to install it first )
  5. context menu button to open wiki in the code editor (for example, VSCode )
  6. context menu button to restart wiki nodejs server
  7. upgrade tiddlywiki

Fix

Fix 0.6.0 Bug that it won't open in windows

  1. private state tiddlers not going into a private repo
  2. try to prevent empty menu items cause error
  3. sidebar has an ugly scrollbar
  4. sub wiki tag name should have been able to be omitted
  5. call stopWatchWiki when stopping wiki, to save CPU
  6. stop wiki when hibernate, to save CPU

新功能

  1. 上下文菜单按钮可立即同步wiki git
  2. 如果没有网络就不同步
  3. 更新维基模板以使用json插件,这样用户可以简单地点击一个按钮来更新插件
  4. 通过右键菜单按钮在Github Desktop中打开维基(你需要先安装它)
  5. 上下文菜单按钮可以在代码编辑器中打开wiki(例如,VSCode)。
  6. 重新启动wiki nodejs服务器的右键菜单按钮
  7. 升级tiddlywiki

修复

修复 0.6.0 无法在 Windows 上打开的问题

  1. 私有的状态tiddlers没有放入私有repo中
  2. 尝试防止空菜单项导致的错误
  3. 侧边栏有一个不好看的滚动条
  4. 子维基标签的名称应该可以省略
  5. 在停止wiki时调用stopWatchWiki,以节省CPU
  6. 休眠时停止wiki,以节省CPU

( Darwin = Mac , M1 = arm )

v0.5.3

02 Oct 19:58
Compare
Choose a tag to compare

Fix

  • Wiki template fix bundle bug in 5.2.0
  • Fix can't switch between hibernated wiki and normal wiki

v0.5.2

02 Oct 17:52
Compare
Choose a tag to compare

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

01 Oct 12:44
Compare
Choose a tag to compare

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

21 Sep 07:10
Compare
Choose a tag to compare
v0.5.1-prerelease1 Pre-release
Pre-release

Feature

  • Update to latest tiddlywiki
  • More friendly new wiki form

Fix

  • Fix synced subwiki bug

v0.5.0

17 Sep 17:20
Compare
Choose a tag to compare

屏幕录制2021-09-18 01 37 42

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

16 Sep 19:23
Compare
Choose a tag to compare

Feature

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


新功能

  • 允许以 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

08 Sep 17:10
Compare
Choose a tag to compare

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

19 Aug 14:35
Compare
Choose a tag to compare

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

12 Aug 18:02
Compare
Choose a tag to compare
v0.4.3-a3 Pre-release
Pre-release

Bugfix

  • Try fix view zone mismatch with window