Skip to content

Releases: donmor/Tiddloid

Release_20191120_202051

20 Nov 12:40
Compare
Choose a tag to compare

Update detail:

  • Direct export now supports getting filename from TiddlyWiki
  • Fixed the bug that the backup files not removed after Wiki rolled back

Release_20191015_054152

15 Oct 21:54
Compare
Choose a tag to compare

Update detail:

  • Improved TW detector performance
  • Added ja-JP template repository

Release_20191015_013654

14 Oct 17:46
Compare
Choose a tag to compare

Update detail:

  • Fixed the bug causing TWC not being saved
  • Code refactoring

Release_20191011_174247

11 Oct 10:20
Compare
Choose a tag to compare

Update detail:

  • UI tweaks
  • Large favicon support
  • Bug fixes and code refactoring

Release_20190927_224519

27 Sep 15:21
Compare
Choose a tag to compare

Update detail:

  • Supports Android Q dark mode (since the bug crashing WebView in AppCompat 1.1.0 have been fixed)
  • UI tweaks

Release_20190926_190719

26 Sep 16:54
Compare
Choose a tag to compare

Update detail:

  • Migrated the project to AndroidX
  • New splash screen (like Tiddloid Lite)
  • No more valid checks on refreshed. Wikis that can no longer access to still prompt user to remove it if clicked.
  • Stores and shows title and subtitle separately (only if title and subtitle customized. New wikis that have neither title nor subtitle changed will shown as before, since title and subtitle tiddler not created)
  • Texts not turning to white under dark mode on Q devices (while Tiddloid Lite supports dark mode)
  • Now uses a new saver that compatible to AndTidWiki and so does Tiddloid Lite.
  • Supports file exporting (Needs to install a new saver to the wiki, otherwise the downloader would be called. Tiddloid Lite may crash on exporting without new saver installed on some aged android versions. I'd create a PR to TW5 to make latest template have the new saver pre-installed)
  • Json DB methods refactored
  • Simplified TWC checking system (removed the implementation of Rhino)

Release_20190918_193046

18 Sep 11:37
Compare
Choose a tag to compare

Bug fix: Wikis with Unicode characters included in path not saving
Dirty indicator now supports both TW5 and TWC

Release_20190726_125311

21 Jul 15:08
Compare
Choose a tag to compare

New Features:

  • Added dirty indicator for TW5(The confirm window shows up only if the wiki is "dirty"). (Issue #2)
  • Fixed some bugs

Release_20190527_165836

27 May 09:07
Compare
Choose a tag to compare

Issue #1 accepted and this version was created. Added a feature to create shortcut to existing wikis.

Release_20190527_134104

19 May 05:34
Compare
Choose a tag to compare

This version could be latest for a long time unless a critical bug is reported.

2019/5/21 Update: Bug Fix: A deprecated method causing notification system of download manager to crash the application. [FIXED]