From cb833b3f6546ae39d2b056b9b99caf203e012c3e Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Wed, 8 Dec 2021 12:21:16 +0000 Subject: [PATCH 1/2] build-site.sh: Update version number --- bin/build-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-site.sh b/bin/build-site.sh index 742e2e44d..b4daeff17 100755 --- a/bin/build-site.sh +++ b/bin/build-site.sh @@ -5,7 +5,7 @@ # Default to the current version number for building the plugin library if [ -z "$TW5_BUILD_VERSION" ]; then - TW5_BUILD_VERSION=v5.2.0 + TW5_BUILD_VERSION=v5.2.1 fi echo "Using TW5_BUILD_VERSION as [$TW5_BUILD_VERSION]" From b4541161639490b65af8f18ab837d7f4ec28f085 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Thu, 9 Dec 2021 11:56:31 +0000 Subject: [PATCH 2/2] Add banner image credits for v5.2.1 See https://talk.tiddlywiki.org/t/the-banner-designer-should-be-acknowledged-in-the-whats-new-section/1787 cc @ibnishak --- .../tw5.com/tiddlers/releasenotes/Release 5.2.1.tid | 6 ++++++ editions/tw5.com/tiddlers/system/doc-macros.tid | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid b/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid index 9be5341a7..b3b7a430b 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Release 5.2.1.tid @@ -12,6 +12,12 @@ type: text/vnd.tiddlywiki //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.0...v5.2.1]]// +<<.banner-credits + credit:"""Congratulations to [[Mohammad Rahmani|https://github.com/kookma]] and [[Elise Springer|https://www.wesleyan.edu/academics/faculty/espringer/profile.html]] for their winning design for the banner for this release (here are the [[other entries|https://groups.google.com/g/tiddlywiki/c/GU0TPGNMPvw/m/y1SyQk_nAQAJ]]). +""" + url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/cb43b91ab6b14c2a16af917cfab0e5b2371502c6/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png" +>> + ! Highlights !! <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6168">> New Filter Cascade Mechanism diff --git a/editions/tw5.com/tiddlers/system/doc-macros.tid b/editions/tw5.com/tiddlers/system/doc-macros.tid index 1a04dd72c..a745efe93 100644 --- a/editions/tw5.com/tiddlers/system/doc-macros.tid +++ b/editions/tw5.com/tiddlers/system/doc-macros.tid @@ -147,4 +147,14 @@ This is an example tiddler. See [[Table-of-Contents Macros (Examples)]]. \end +\define .banner-credits(credit,url) +> width="140" style="float:left;margin-right:0.5em;"/> + +$credit$ + +
+ +
+\end +
<$view field="text"/>
\ No newline at end of file