21st December 2013 at 8:55pm
See GitHub for detailed change history of this release
Improvements
- Switched to using an HTML5 placeholder for the default text of a new tiddler
- Refactored stylesheet handling so that theme tweaks are now applied immediately, and some ordering issues have been resolved
- Several improvements for running TiddlyWiki on Node.js:
- The
tiddlywiki.info
file in the root of wiki folder file is now optional, falling back to a default configuration suitable for serverside use (commit) - The file system plugin now automatically creates the
tiddlers
subfolder in the wiki folder
- The
- Added favicon.ico support
- Added SaveTiddlerCommand
Bug Fixes
- Fixed problem with tiddlers sometimes wrongly opening at the top of the story (commit)
- Fixed problem with refreshing RadioWidget
- Fixed problem with the dragger image being visible in some circumstances
- Fixed drag and drop support on InternetExplorer, contributed by DavidJade (@davidjade on GitHub)
- Fixed crash on modifying page template (commit)
- Updated fullscreen plugin to latest version of the API (commit)
- Improved handling of double square brackets within tags (thanks to StephanHradek)
This release includes minor bug fixes and documentation updates.