Release note fixes

This commit is contained in:
Jeremy Ruston 2025-11-11 16:53:02 +00:00
parent df7973fc3e
commit 538482e9a9
5 changed files with 7 additions and 5 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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]].

View file

@ -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

View file

@ -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`.