From bd6ea2d6a97ee33987f3d0cbdf17a6c531f3ce18 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 25 Mar 2022 13:56:57 +0000 Subject: [PATCH] Update release note for v5.2.2 --- .../prerelease/tiddlers/Release 5.2.3.tid | 58 +++++++++++++++++++ .../tiddlers/hellothere/HelloThere.tid | 2 +- .../tiddlers/releasenotes}/Release 5.2.2.tid | 26 ++++++--- 3 files changed, 76 insertions(+), 10 deletions(-) create mode 100644 editions/prerelease/tiddlers/Release 5.2.3.tid rename editions/{prerelease/tiddlers => tw5.com/tiddlers/releasenotes}/Release 5.2.2.tid (86%) diff --git a/editions/prerelease/tiddlers/Release 5.2.3.tid b/editions/prerelease/tiddlers/Release 5.2.3.tid new file mode 100644 index 000000000..79e106e1f --- /dev/null +++ b/editions/prerelease/tiddlers/Release 5.2.3.tid @@ -0,0 +1,58 @@ +caption: 5.2.3 +created: 20220325131459084 +modified: 20220325131459084 +tags: ReleaseNotes +title: Release 5.2.3 +type: text/vnd.tiddlywiki + +\define contributor(username) + @<$text text=<<__username__>>/> +\end + +//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.2...master]]// + +! Plugin Improvements + +* + +! Translation improvements + +* + +! Usability Improvements + +* + +! Widget Improvements + +* + +! Filter improvements + +* + +! Hackability Improvements + +* + +! Developer Improvements + +* + +! Node.js Improvements + +* + +! Performance Improvements + +* + +! Bug Fixes + +* + +! Acknowledgements + +[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki: + +* \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid index 6eb2a0057..7a464c7db 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: 20220131164555580 +modified: 20220325130817150 tags: TableOfContents title: HelloThere type: text/vnd.tiddlywiki diff --git a/editions/prerelease/tiddlers/Release 5.2.2.tid b/editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid similarity index 86% rename from editions/prerelease/tiddlers/Release 5.2.2.tid rename to editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid index ac436e9e5..b85fe274e 100644 --- a/editions/prerelease/tiddlers/Release 5.2.2.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Release 5.2.2.tid @@ -1,6 +1,7 @@ caption: 5.2.2 -created: 20220208152620527 -modified: 20220208152620527 +created: 20220325130817150 +modified: 20220325130817150 +released: 20220325130817150 tags: ReleaseNotes title: Release 5.2.2 type: text/vnd.tiddlywiki @@ -9,15 +10,21 @@ type: text/vnd.tiddlywiki @<$text text=<<__username__>>/> \end -//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.1...master]]// +//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.1...v5.2.2]]// + +<<.banner-credits + credit:"""Congratulations to [[Elise Springer|https://www.wesleyan.edu/academics/faculty/espringer/profile.html]] for her winning design for the banner for this release (here is the [[competition thread|https://groups.google.com/d/msgid/tiddlywiki/ad868177-3432-4f8c-bec5-5f6639d1aeddn%40googlegroups.com]]). +""" + url:"https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/e26a4d8cb54fa60b8a47e3cef2c3a962535ca619/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png" +>> ! Highlights -!! <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6553">> incorrectly nested `` and `
` elements +!! <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/pull/6427">> [[Highlight Plugin]] to use highlight.js v11.4.0 -Until now, TiddlyWiki's core page layout included several instances of inline `` elements containing block `
` elements, something that is technically invalid HTML. In practice, browsers have always handled these cases leniently to make the page work but it has also been unhelpful for developers to encountering invalid HTML constructions in their first interactions with TiddlyWiki. +This is a major upgrade to the latest version of highlight.js. The new version has many improvements, including better support for Fortran. -The immediate prompt for fixing the issue now is that Chrome v100 [[includes a change|https://chromium.googlesource.com/chromium/src/+/4a76c96d2a4021257e691058c1fe1fb60d9d8327]] that causes these misnested elements to be rendered correctly visually but to be unclickable in some situations. This change is [[reverted|https://chromium.googlesource.com/chromium/src/+/abadd1181ca70cf3d1ac7e7878d46b1d3173a2e0]] in Chrome v102. +<<.warning """The new version of the [[Highlight Plugin]] requires a modern browser that fully supports JavaScript ES6 (released in 2015). The older version is still available as the ''highlight-legacy'' plugin for users who need to use an older browser.""">> !! <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6498">> support for secondary windows @@ -47,11 +54,11 @@ For example, adding a new tiddler with a given tag previously caused the new tid The fix ensures that the enumeration order remains consistent. -!! <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/pull/6427">> [[Highlight Plugin]] to use highlight.js v11.4.0 +!! <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6553">> some incorrectly nested `` and `
` elements -This is a major upgrade to the latest version of highlight.js. The new version has many improvements, including better support for Fortran. +TiddlyWiki's core page layout has historically included several instances of inline `` elements containing block `
` elements, something that is technically invalid HTML. In practice, browsers have always handled these cases leniently to make the page work but it has also been unhelpful for developers to encountering invalid HTML constructions in their first interactions with TiddlyWiki. -<<.warning """The new version of the [[Highlight Plugin]] requires a modern browser that fully supports JavaScript ES6 (released in 2015). The older version is still available as the ''highlight-legacy'' plugin for users who need to use an older browser.""">> +The immediate prompt for starting to fix these issue now is that Chrome v100 [[includes a change|https://chromium.googlesource.com/chromium/src/+/4a76c96d2a4021257e691058c1fe1fb60d9d8327]] that causes some of these misnested elements to be rendered correctly visually but to be unclickable in some situations. (The change is [[reverted|https://chromium.googlesource.com/chromium/src/+/abadd1181ca70cf3d1ac7e7878d46b1d3173a2e0]] in Chrome v102, but it still makes sense to fix it) ! Plugin Improvements @@ -134,6 +141,7 @@ This is a major upgrade to the latest version of highlight.js. The new version h * <> * <> * <> +* <> * <> * <> * <>