From ba796c3f2368ba94177133217e8e92268908e76a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 30 Nov 2013 13:58:03 +0000 Subject: [PATCH] Update version number and ribbon colour ready for the next release --- .../tw5.com/tiddlers/Release 5.0.0alpha17.tid | 23 +++++++++++++++++++ .../tiddlers/system/github-fork-ribbon.tid | 2 +- package.json | 2 +- readme.md | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 editions/tw5.com/tiddlers/Release 5.0.0alpha17.tid diff --git a/editions/tw5.com/tiddlers/Release 5.0.0alpha17.tid b/editions/tw5.com/tiddlers/Release 5.0.0alpha17.tid new file mode 100644 index 000000000..64f2aabb5 --- /dev/null +++ b/editions/tw5.com/tiddlers/Release 5.0.0alpha17.tid @@ -0,0 +1,23 @@ +created: 20131119125600007 +creator: JeremyRuston +modified: 20131129095531749 +modifier: JeremyRuston +tags: releasenote +title: Release 5.0.0-alpha.17 +type: text/vnd.tiddlywiki + +//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.16...v5.0.0-alpha.17]]// + +!! New Features and Improvements + + + +!! Bug fixes + + + +!! Internal changes + + + +Contributors to this release are @jermolene. diff --git a/editions/tw5.com/tiddlers/system/github-fork-ribbon.tid b/editions/tw5.com/tiddlers/system/github-fork-ribbon.tid index 50bcfbcc6..dfb6daf42 100644 --- a/editions/tw5.com/tiddlers/system/github-fork-ribbon.tid +++ b/editions/tw5.com/tiddlers/system/github-fork-ribbon.tid @@ -1,5 +1,5 @@ title: $:/editions/tw5.com/github-fork-ribbon tags: $:/tags/PageTemplate -
<$link to="ReleaseHistory"><>
+
<$link to="ReleaseHistory"><>
\ No newline at end of file diff --git a/package.json b/package.json index 7a54f2a20..b9c035c6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tiddlywiki", "preferGlobal": "true", - "version": "5.0.0-alpha.16", + "version": "5.0.0-alpha.17-prerelease", "author": "Jeremy Ruston ", "description": "a non-linear personal web notebook", "contributors": [ diff --git a/readme.md b/readme.md index a5bc65304..0c7cfad39 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -

Welcome to TiddlyWiki5

Welcome to TiddlyWiki5, a reboot of TiddlyWiki, the non-linear personal web notebook first released in 2004. It is a complete interactive wiki in JavaScript that can be run from a single HTML file in the browser or as a powerful Node.js application.

TiddlyWiki5 is currently in alpha at version 5.0.0-alpha.16-prerelease (see the detailed ReleaseHistory). There is a RoadMap for moving to beta and getting to the full release. It is a great time to get involved and support the future development of TiddlyWiki5.

TiddlyWiki is a free, open source project that depends on your love and support for its survival.

+

Welcome to TiddlyWiki5

Welcome to TiddlyWiki5, a reboot of TiddlyWiki, the non-linear personal web notebook first released in 2004. It is a complete interactive wiki in JavaScript that can be run from a single HTML file in the browser or as a powerful Node.js application.

TiddlyWiki5 is currently in alpha at version 5.0.0-alpha.17-prerelease (see the detailed ReleaseHistory). There is a RoadMap for moving to beta and getting to the full release. It is a great time to get involved and support the future development of TiddlyWiki5.

TiddlyWiki is a free, open source project that depends on your love and support for its survival.

The deep internal improvements mean that TiddlyWiki5 is not fully compatible with older versions. Existing content will need massaging, while plugins and themes will have to be completely rewritten. The upgrade path will get smoother as TiddlyWiki5 matures.

The original TiddlyWiki Classic is still available at http://tiddlywiki.com/.

Getting started with TiddlyWiki under Node.js

Installation

For working on the command line with Node.js, you can install TiddlyWiki via npm:

npm -g install tiddlywiki

The -g flag causes TiddlyWiki to be installed globally.

Working with the TiddlyWiki5 repository

Working with the TiddlyWiki5 repository is recommended if you plan on forking the TiddlyWiki5 source code.

This readme file was automatically generated by TiddlyWiki5