1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/Release 5.0.4beta.tid

31 lines
1.9 KiB
Plaintext
Raw Normal View History

2013-12-21 20:56:38 +00:00
created: 20131216100000000
modified: 20131221205551616
2013-12-16 08:52:06 +00:00
tags: releasenote
2013-12-22 16:25:01 +00:00
title: Release 5.0.4-beta
2013-12-16 08:52:06 +00:00
type: text/vnd.tiddlywiki
2013-12-22 15:46:06 +00:00
released: 201312221544
2013-12-16 08:52:06 +00:00
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.3-beta...v5.0.4-beta]]//
2013-12-19 07:59:18 +00:00
!! Improvements
2013-12-21 20:56:38 +00:00
* 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
2013-12-19 07:59:18 +00:00
* Several improvements for running [[TiddlyWiki on Node.js]]:
** The `tiddlywiki.info` file in the root of [[wiki folder|TiddlyWikiFolders]] file is now optional, falling back to a default configuration suitable for serverside use ([[commit|https://github.com/Jermolene/TiddlyWiki5/commit/0ec2224757dd07f009246ec9ea97cd859d077e72]])
** The file system plugin now automatically creates the `tiddlers` subfolder in the [[wiki folder|TiddlyWikiFolders]]
* Added [[favicon.ico support|Using favicons]]
* Added SaveTiddlerCommand
2013-12-16 08:52:06 +00:00
!! Bug Fixes
2013-12-19 07:59:18 +00:00
* Fixed problem with tiddlers sometimes wrongly opening at the top of the story ([[commit|https://github.com/Jermolene/TiddlyWiki5/commit/b50eb8da302431cdfa7c37ac9ef1414a33d00292]])
2013-12-17 13:42:19 +00:00
* 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)
2013-12-19 07:59:18 +00:00
* Fixed crash on modifying page template ([[commit|https://github.com/Jermolene/TiddlyWiki5/commit/a5f33d875b1339b08838203a4885f8a3a7d10353]])
* Updated fullscreen plugin to latest version of the API ([[commit|https://github.com/Jermolene/TiddlyWiki5/commit/638c8b207033f8cb01ac9efdca104d282fd4cffe]])
* Improved handling of double square brackets within tags (thanks to StephanHradek)
2013-12-16 08:52:06 +00:00
This release includes minor bug fixes and documentation updates.