15th December 2013 at 2:24pm
See GitHub for detailed change history of this release
Improvements
- Added support for Hard Linebreaks in WikiText
- Added a new RadioWidget, contributed by StephanHradek (@Skeeve on GitHub)
- Two new savers for InternetExplorer, both contributed by DavidJade (@davidjade on GitHub)
- tiddlyie for saving with TiddlyIE, an equivalent of TiddlyFox for InternetExplorer
- fsosaver that can save changes directly with InternetExplorer but requires the HTML file to be renamed
*.hta
Bug fixes
- Fixed problem deleting tiddlers under the filesystemadaptor
- Fixed problem with transcluding fields containing lists or dates (eg,
{{!!tags}}
) - Fixed problem with re-ordering page control tiddlers (ie tiddlers tagged
$:/tags/PageControls
) - Update template used for deploying to TiddlyWeb
- Fixed problem with tiddler deletions via the file system adaptor
Internal changes
- Allowed variable number of arguments to JavaScript Macros
- Contributed by StephanHradek (@Skeeve on GitHub)
- Changed the format of plugin tiddlers to remove duplicated information (see the PluginMechanism)