diff --git a/editions/prerelease/tiddlers/BrowseWidget.tid b/editions/prerelease/tiddlers/BrowseWidget.tid deleted file mode 100644 index 5d4003dc2..000000000 --- a/editions/prerelease/tiddlers/BrowseWidget.tid +++ /dev/null @@ -1,31 +0,0 @@ -title: BrowseWidget -created: 201310241419 -modified: 20141202155353547 -tags: Widgets -caption: browse - -! Introduction - -The browse widget displays an HTML file browser button that allows the user to choose one or more files to import. It sends a [[WidgetMessage: tm-import-tiddlers]] carrying a JSON representation of the tiddlers imported from the files up through its parents. This message usually trapped by the NavigatorWidget which adds the tiddlers to the store and updates the story to display them. - -! Content and Attributes - -The content of the `<$browse>` widget is ignored. - -|!Attribute |!Description | -|multiple |Set to "multiple" to select multiple file upload | -|tooltip |Optional tooltip text | -|message |Optional override of widget message to be generated. The parameter for the message will be the JavaScript object `event.target.files` | - -On iPhone/iPad choosing the multiple option will remove the ability to take photographs/videos directly into TiddlyWiki. - -''e.g.'' - -``` -<$browse> -``` - -renders as: - -<$browse> - diff --git a/editions/prerelease/tiddlers/Release 5.1.7.tid b/editions/prerelease/tiddlers/Release 5.1.7.tid new file mode 100644 index 000000000..3abe3fcbe --- /dev/null +++ b/editions/prerelease/tiddlers/Release 5.1.7.tid @@ -0,0 +1,44 @@ +caption: 5.1.7 +created: 20141219155007260 +modified: 20141219155007260 +tags: ReleaseNotes +title: Release 5.1.7 +type: text/vnd.tiddlywiki + +//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.6...v5.1.7]]// + +!! Translation Improvements + +* +!! Hackability Improvements + +* + +!! Bug Fixes + +* + +!! Node.js Changes + +//These changes are only relevant to people using TiddlyWiki under Node.js// + +* + +!! Changes affecting plugin authors + +* + +!! Contributors + +[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki: + +* [[@anavarre|https://github.com/anavarre]] +* [[@Drakor|https://github.com/Drakor]] +* [[@dullroar|https://github.com/dullroar]] +* [[@erwanm|https://github.com/erwanm]] +* [[@malgam|https://github.com/malgam]] +* [[@nameanyone|https://github.com/nameanyone]] +* [[@pekopeko1|https://github.com/pekopeko1]] +* [[@Spangenhelm|https://github.com/Spangenhelm]] +* [[@tobibeer|https://github.com/tobibeer]] +* [[@xcazin|https://github.com/xcazin]] diff --git a/editions/prerelease/tiddlers/Release 5.1.6.tid b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.6.tid similarity index 99% rename from editions/prerelease/tiddlers/Release 5.1.6.tid rename to editions/tw5.com/tiddlers/releasenotes/Release 5.1.6.tid index 29fed9584..85e1faabd 100644 --- a/editions/prerelease/tiddlers/Release 5.1.6.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.6.tid @@ -4,6 +4,7 @@ modified: 20141127153016142 tags: ReleaseNotes title: Release 5.1.6 type: text/vnd.tiddlywiki +released: 20141219155007260 //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.5...v5.1.6]]// diff --git a/editions/tw5.com/tiddlers/releasenotes/Releases.tid b/editions/tw5.com/tiddlers/releasenotes/Releases.tid index d635bae46..416c832eb 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Releases.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Releases.tid @@ -8,4 +8,4 @@ Here are the details of recent releases of TiddlyWiki5. See [[TiddlyWiki5 Versio (BetaReleases and AlphaReleases are listed separately). -<> +<> diff --git a/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid b/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid index 5dd89803e..5d4003dc2 100644 --- a/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/BrowseWidget.tid @@ -1,6 +1,6 @@ title: BrowseWidget created: 201310241419 -modified: 20141020155353547 +modified: 20141202155353547 tags: Widgets caption: browse @@ -14,6 +14,7 @@ The content of the `<$browse>` widget is ignored. |!Attribute |!Description | |multiple |Set to "multiple" to select multiple file upload | +|tooltip |Optional tooltip text | |message |Optional override of widget message to be generated. The parameter for the message will be the JavaScript object `event.target.files` | On iPhone/iPad choosing the multiple option will remove the ability to take photographs/videos directly into TiddlyWiki.