25th January 2014 at 7:10pm
See GitHub for detailed change history of this release
Incompatible Changes
These are changes that might affect users upgrading from previous betas.
- The node-webkit saver has been moved into a plugin - $:/plugins/tiddlywiki/nodewebkitsaver. The plugin is only needed when embedding a single TiddlyWiki in node-webkit and is not required for TiddlyDesktop, which as of v.0.0.2 uses the existing TiddlyFox saver.
Documentation updates
- A new video tutorial: TiddlyWiki on Firefox for Android Video
- A first pass at TiddlyWiki Coding Style Guidelines
- Added an explanation of TemplateTiddlers
- Added documentation for saving on a custom PHP server
- Added documentation for TextWidget
- Summary of the approach for Naming of System Tiddlers
Improvements
- Added support for importing encrypted TiddlyWiki documents
- Added several new filter operators, including reverse, first, last, butlast, rest, nth
- Extend list filter operator to allow other fields to be used via a TextReference
- Added shortcut in $:/ControlPanel Basics tab for setting $:/DefaultTiddlers to retain tiddler story ordering
- Added emacs and vim keymapping support to the CodeMirror plugin, (thanks to João Bolila, @jbolila on GitHub)
- Added the highlight.js syntax highlighting plugin: https://tiddlywiki.com/highlightdemo.html (thanks to João Bolila, @jbolila on GitHub)
- Added the first export option to the Tools tab of the control panel
- Added an ellipsis for advanced search next to the search box in the sidebar
- Adjusted the password dialogue to make it narrower for smaller screens
- Adjusted the display of tiddler dictionaries to make them display as plain text
Bug Fixes
- Fixed problem with default format of ViewWidget substituting seconds for minutes in displayed times
- Fixed problem that was causing several animations to fail in Safari
- Fixed problem with unclickable sidebar under the Centralised theme
- Fixed problem with non-system tiddlers showing up in system tiddler advanced search
- Fixed problem with notifications not always disappearing in Firefox
- Fixed problem with wiki folders including wiki files with tiddlers that do not have a title
- Fixed problem with ServerCommand logging "Serving on undefined:8080"