From 538482e9a9740dc950dbea881cc6ef4f97ba6426 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 11 Nov 2025 16:53:02 +0000 Subject: [PATCH] Release note fixes --- editions/tw5.com/tiddlers/releasenotes/5.4.0/#8258.tid | 3 ++- editions/tw5.com/tiddlers/releasenotes/5.4.0/#9078.tid | 3 ++- editions/tw5.com/tiddlers/releasenotes/5.4.0/#9295.tid | 2 +- editions/tw5.com/tiddlers/releasenotes/5.4.0/#9341.tid | 2 +- editions/tw5.com/tiddlers/releasenotes/5.4.0/#9358.tid | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8258.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8258.tid index 14f282c9a6..e6f118ee20 100644 --- a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8258.tid +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8258.tid @@ -1,9 +1,10 @@ title: $:/changenotes/5.4.0/#8258 description: Add ability to serialize WikiText AST nodes back to wikitext strings tags: $:/tags/ChangeNote +release: 5.4.0 change-type: feature change-category: developer -links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/8258 +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/8258 github-contributors: linonetwo This PR introduces a new utility `$tw.utils.serializeWikitextParseTree()` that can convert WikiText Abstract Syntax Tree (AST) nodes back into wikitext strings. diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9078.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9078.tid index de0fe92c06..ba13d7b5e4 100644 --- a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9078.tid +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9078.tid @@ -1,9 +1,10 @@ title: $:/changenotes/5.4.0/#9078 description: Web server get-file route now supports HTTP Range headers and streaming tags: $:/tags/ChangeNote +release: 5.4.0 change-type: enhancement change-category: nodejs -links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9078 +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9078 github-contributors: linonetwo The web server's `get-file` route now supports HTTP Range requests and file streaming, enabling better loading and playback of large media files. diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9295.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9295.tid index fe6780db22..7d68bc7bda 100644 --- a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9295.tid +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9295.tid @@ -4,7 +4,7 @@ release: 5.4.0 tags: $:/tags/ChangeNote change-type: bugfix change-category: plugin -links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9295 +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9295 github-contributors: cdruan * Fix markdown parser to respect ''parseAsInline'' option [[#8917|https://github.com/TiddlyWiki/TiddlyWiki5/pull/8917]]. diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9341.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9341.tid index cb1d754b9b..96187d55c0 100644 --- a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9341.tid +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9341.tid @@ -4,7 +4,7 @@ release: 5.4.0 tags: $:/tags/ChangeNote change-type: bugfix change-category: nodejs -links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9341 +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9341 github-contributors: cdruan * skip reading file content when `_canonical_uri` is present diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9358.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9358.tid index 0e0207059d..1dfd22025e 100644 --- a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9358.tid +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9358.tid @@ -4,7 +4,7 @@ release: 5.4.0 tags: $:/tags/ChangeNote change-type: performance change-category: internal -links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9358 +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9358 github-contributors: cdruan Remove redundant code in `core/modules/filters/format/json.js`.