Date: Fri, 9 Aug 2019 14:16:39 +0100
Subject: [PATCH] Preparing for v5.1.20 release
---
core/wiki/config/OfficialPluginLibrary.tid | 2 +-
.../tiddlers/build/Releasing a new version of TiddlyWiki.tid | 1 +
editions/tw5.com/tiddlers/hellothere/HelloThere.tid | 2 +-
.../tiddlers/releasenotes}/Release 5.1.20.tid | 5 +++--
readme.md | 2 +-
5 files changed, 7 insertions(+), 5 deletions(-)
rename editions/{prerelease/tiddlers => tw5.com/tiddlers/releasenotes}/Release 5.1.20.tid (99%)
diff --git a/core/wiki/config/OfficialPluginLibrary.tid b/core/wiki/config/OfficialPluginLibrary.tid
index ccbaf94dc0..b43c696100 100644
--- a/core/wiki/config/OfficialPluginLibrary.tid
+++ b/core/wiki/config/OfficialPluginLibrary.tid
@@ -1,6 +1,6 @@
title: $:/config/OfficialPluginLibrary
tags: $:/tags/PluginLibrary
-url: https://tiddlywiki.com/library/v5.1.19/index.html
+url: https://tiddlywiki.com/library/v5.1.20/index.html
caption: {{$:/language/OfficialPluginLibrary}}
{{$:/language/OfficialPluginLibrary/Hint}}
diff --git a/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid b/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid
index 6064201727..f0228bb7ec 100644
--- a/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid
+++ b/editions/dev/tiddlers/build/Releasing a new version of TiddlyWiki.tid
@@ -37,6 +37,7 @@ type: text/vnd.tiddlywiki
!! Preparation for the next release in ''master''
# Adjust version number in `package.json`
+# Adjust version number in `bin/build-site.sh`
# Adjust version number in [[$:/config/OfficialPluginLibrary]] (both in `editions/tw5.com` and `editions/prerelease/tiddlers/system`) and [[$:/config/LocalPluginLibrary]]
# Create the release note for the new release
# Adjust version number in https://github.com/Jermolene/build.jermolene.github.io in `prerelease-bld.sh`, `bld.sh` and `make-library-bld.sh`
diff --git a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid
index c5342909f4..a6079ab1d3 100644
--- a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid
+++ b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid
@@ -1,6 +1,6 @@
created: 20130822170200000
list: [[A Gentle Guide to TiddlyWiki]] [[Discover TiddlyWiki]] [[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch to TiddlyWiki]] Examples [[What happened to the original TiddlyWiki?]] [[HelloThumbnail - TWEUM2017]]
-modified: 20181220163418974
+modified: 20190809141328809
tags: TableOfContents
title: HelloThere
type: text/vnd.tiddlywiki
diff --git a/editions/prerelease/tiddlers/Release 5.1.20.tid b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.20.tid
similarity index 99%
rename from editions/prerelease/tiddlers/Release 5.1.20.tid
rename to editions/tw5.com/tiddlers/releasenotes/Release 5.1.20.tid
index 2babb8d9fb..a562472221 100644
--- a/editions/prerelease/tiddlers/Release 5.1.20.tid
+++ b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.20.tid
@@ -1,6 +1,7 @@
caption: 5.1.20
-created: 20181220163418974
-modified: 20190305165612365
+created: 20190809141328809
+modified: 20190809141328809
+released: 20190809141328809
tags: ReleaseNotes
title: Release 5.1.20
type: text/vnd.tiddlywiki
diff --git a/readme.md b/readme.md
index d26bd8fdbb..e7c8133011 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
Welcome to TiddlyWiki, a non-linear personal web notebook that anyone can use and keep forever, independently of any corporation.
TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
Learn more and see it in action at https://tiddlywiki.com/
Developer documentation is in progress at https://tiddlywiki.com/dev/
Join the Community
Users
The TiddlyWiki discussion groups are mailing lists for talking about TiddlyWiki: requests for help, announcements of new releases and plugins, debating new features, or just sharing experiences. You can participate via the associated website, or subscribe via email.
Developers
New releases of TiddlyWiki, TiddlyDesktop and TiddlyFox are announced via the discussion groups and Twitter (you can also subscribe to an Atom/RSS feed of TiddlyWiki releases from GitHub)
Documentation
There is also a discussion group specifically for discussing TiddlyWiki documentation improvement initiatives: http://groups.google.com/group/tiddlywikidocs
-