From 39c6d8fb5324dc3edcede8f5def223b37ece8655 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 12 Apr 2026 14:50:40 +0100 Subject: [PATCH] Missing change notes Fixes #9773 --- .../5.4.0/#9024 - audio-parser-widget-intercept.tid | 10 ++++++++++ .../5.4.0/#9107 - update-configuration-defaults.tid | 11 +++++++++++ .../releasenotes/5.4.0/#9349 - cjk-text-spacing.tid | 10 ++++++++++ .../5.4.0/#9368 - fix-image-paste-rename-ux.tid | 10 ++++++++++ .../5.4.0/#9452 - diff-text-editcost-param.tid | 10 ---------- .../5.4.0/#9453 - diff-text-editcost-param.tid | 10 ++++++++++ .../releasenotes/5.4.0/#9634-cascade-info-tab.tid | 3 +-- 7 files changed, 52 insertions(+), 12 deletions(-) create mode 100644 editions/tw5.com/tiddlers/releasenotes/5.4.0/#9024 - audio-parser-widget-intercept.tid create mode 100644 editions/tw5.com/tiddlers/releasenotes/5.4.0/#9107 - update-configuration-defaults.tid create mode 100644 editions/tw5.com/tiddlers/releasenotes/5.4.0/#9349 - cjk-text-spacing.tid create mode 100644 editions/tw5.com/tiddlers/releasenotes/5.4.0/#9368 - fix-image-paste-rename-ux.tid delete mode 100644 editions/tw5.com/tiddlers/releasenotes/5.4.0/#9452 - diff-text-editcost-param.tid create mode 100644 editions/tw5.com/tiddlers/releasenotes/5.4.0/#9453 - diff-text-editcost-param.tid diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9024 - audio-parser-widget-intercept.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9024 - audio-parser-widget-intercept.tid new file mode 100644 index 0000000000..204ac7961a --- /dev/null +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9024 - audio-parser-widget-intercept.tid @@ -0,0 +1,10 @@ +title: $:/changenotes/5.4.0/#9024 +description: Audio parser widget intercept +release: 5.4.0 +tags: $:/tags/ChangeNote +change-type: enhancement +change-category: widget +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9024 +github-contributors: well-noted + +Allow the audio parser to be intercepted by a widget, enabling plugin authors to extend audio handling with custom attributes diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9107 - update-configuration-defaults.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9107 - update-configuration-defaults.tid new file mode 100644 index 0000000000..8a4fa5be5d --- /dev/null +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9107 - update-configuration-defaults.tid @@ -0,0 +1,11 @@ +title: $:/changenotes/5.4.0/#9107 +description: Update configuration defaults +release: 5.4.0 +tags: $:/tags/ChangeNote +change-type: enhancement +change-category: usability +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9107 +github-contributors: Jermolene + +* Changed default sidebar layout from ''fixed-fluid'' to ''fluid-fixed'' +* Changed ''Wrap long lines in code blocks'' default to ''No'' diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9349 - cjk-text-spacing.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9349 - cjk-text-spacing.tid new file mode 100644 index 0000000000..03395dee16 --- /dev/null +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9349 - cjk-text-spacing.tid @@ -0,0 +1,10 @@ +title: $:/changenotes/5.4.0/#9349 +description: CJK text spacing +release: 5.4.0 +tags: $:/tags/ChangeNote +change-type: enhancement +change-category: theme +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9349 +github-contributors: oeyoews + +Added CSS ''text-autospace'' property to specify spacing between CJK and non-CJK characters diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9368 - fix-image-paste-rename-ux.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9368 - fix-image-paste-rename-ux.tid new file mode 100644 index 0000000000..a60fd4b9c8 --- /dev/null +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9368 - fix-image-paste-rename-ux.tid @@ -0,0 +1,10 @@ +title: $:/changenotes/5.4.0/#9368 +description: Fix image paste rename UX +release: 5.4.0 +tags: $:/tags/ChangeNote +change-type: bugfix +change-category: usability +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9368 +github-contributors: rishu-7549 + +Recognise user-entered rename input when pasting an image even if the checkmark is not clicked before pressing ''Import'' diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9452 - diff-text-editcost-param.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9452 - diff-text-editcost-param.tid deleted file mode 100644 index e3dfb078c9..0000000000 --- a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9452 - diff-text-editcost-param.tid +++ /dev/null @@ -1,10 +0,0 @@ -title: $:/changenotes/5.4.0/#9452 -description: Add new editcost parameter to diff-text widget -tags: $:/tags/ChangeNote -release: 5.4.0 -change-type: feature -change-category: widget -github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9452 -github-contributors: pmario - -See: [[DiffTextWidget]] -> Attributes and Examples \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9453 - diff-text-editcost-param.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9453 - diff-text-editcost-param.tid new file mode 100644 index 0000000000..966e3963b9 --- /dev/null +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9453 - diff-text-editcost-param.tid @@ -0,0 +1,10 @@ +title: $:/changenotes/5.4.0/#9453 +description: Add new editcost parameter to diff-text widget +tags: $:/tags/ChangeNote +release: 5.4.0 +change-type: feature +change-category: widget +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9453 +github-contributors: pmario + +The diff-text widget now supports an `editcost` parameter that allows you to specify the cost of edits when calculating the diff. This can be used to give more weight to certain types of edits, such as insertions or deletions, when generating the diff output. See [[DiffTextWidget]] -> Attributes and Examples diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9634-cascade-info-tab.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9634-cascade-info-tab.tid index 1e11b9f4b7..19e01f7de2 100644 --- a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9634-cascade-info-tab.tid +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9634-cascade-info-tab.tid @@ -4,8 +4,7 @@ tags: $:/tags/ChangeNote release: 5.4.0 change-type: enhancement change-category: usability -github-links: https://github.com/Jermolene/TiddlyWiki5/pull/9634 https://github.com/Jermolene/TiddlyWiki5/pull/9643 +github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9634 https://github.com/TiddlyWiki/TiddlyWiki5/pull/9643 github-contributors: DesignThinkerer - The Tiddler Info panel's `Advanced` tab now displays the templates and filters used to render the current tiddler.