Missing change notes

Fixes #9773
This commit is contained in:
Jeremy Ruston 2026-04-12 14:50:40 +01:00
parent 9afe5226f1
commit 39c6d8fb53
7 changed files with 52 additions and 12 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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