1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-11 06:49:43 +00:00
TiddlyWiki5/editions/prerelease/tiddlers/Release 5.2.4.tid

96 lines
4.4 KiB
Plaintext
Raw Normal View History

2022-08-02 11:27:50 +00:00
caption: 5.2.4
2022-10-17 15:50:54 +00:00
created: 20221017165036377
modified: 20221017165036377
2022-08-02 11:27:50 +00:00
tags: ReleaseNotes
title: Release 5.2.4
type: text/vnd.tiddlywiki
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.2.3...master]]//
! Plugin Improvements
*
2022-09-02 20:28:32 +00:00
! Translation improvement
2022-08-02 11:27:50 +00:00
2022-09-02 20:28:32 +00:00
Improvements to the following translations:
* Chinese
2022-10-17 15:50:54 +00:00
* Polish
* Spanish
2022-09-02 20:28:32 +00:00
* Japanese
Improvements to the translation features of TiddlyWiki:
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6882">> the [[Translators Edition|Translate TiddlyWiki into your language]] to add an option to display the original English text underneath the text area
* <<.link-badge-updated "https://github.com/Jermolene/TiddlyWiki5/pull/6933">> "delete" button text in $:/AdvancedSearch so that it is translatable
2022-08-02 11:27:50 +00:00
! Accessibility Improvements
*
! Usability Improvements
2022-09-02 20:28:32 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/d62a16ee464fb9984b766b48504829a1a3eb143b">> problem with long presses on tiddler links triggering a preview on iOS/iPadOS
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6910">> consistency of button and input elements across browsers
2022-09-24 13:20:30 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/d825f1c875f5e46158c9c41c8c66471138c162d1">> edit preview to use the [[View Template Body Cascade]]
2022-10-17 15:50:54 +00:00
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6970">> detection of infinite recursion errors in widgets and filters
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/36896c3db8c9678c0385a561996248a6f00a45ff">> opening a tiddler in a new window to use the [[View Template Body Cascade]]
* <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6877">> default styles for [[styled runs|Styles and Classes in WikiText]]
2022-08-02 11:27:50 +00:00
! Widget Improvements
2022-09-24 13:20:30 +00:00
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6961">> new GenesisWidget that allows the dynamic construction of another widget, where the name and attributes of the new widget can be dynamically determined, without needing to be known in advance
2022-09-02 20:28:32 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/127f660c91020dcbb43897d954066b31af729e74">> EditTextWidget to remove the default text "Type the text for the tiddler 'foo'"
2022-08-02 11:27:50 +00:00
! Filter improvements
*
! Hackability Improvements
2022-09-02 20:28:32 +00:00
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/6936">> new operators for reading and formatting JSON data: [[jsonget Operator]], [[jsonindexes Operator]], [[jsontype Operator]] and [[format Operator]]
2022-09-24 13:20:30 +00:00
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/c5d3d4c26e8fe27f272dda004aec27d6b66c4f60">> safe mode to disable wiki store indexers
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/166a1565843878083fb1eba47c73b8e67b78400d">> safe mode to prevent globally disabling parser rules
2022-10-17 15:50:54 +00:00
* <<.link-badge-removed "https://github.com/Jermolene/TiddlyWiki5/commit/1df4c29d73073788ba3859668112e8bb46171a6c">> restriction of the LetWidget being unable to create variables whose names begin with a dollar sign
* <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/pull/6735">> keyboard shortcut handling to allow to global shortcuts to override all other shortcuts
2022-09-24 13:20:30 +00:00
2022-08-02 11:27:50 +00:00
! Bug Fixes
2022-10-17 15:50:54 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/fb34df84ed41882c1c2a6ff54f0e908b43ef95a3">> "new image" keyboard shortcut not to assign journal tags
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/6987">> SelectWidget class to update if it uses a filter
2022-08-02 11:27:50 +00:00
! Developer Improvements
*
! Node.js Improvements
2022-09-24 13:20:30 +00:00
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/6947">> console logging to avoid spaces and `<empty string>` message
2022-08-02 11:27:50 +00:00
! Performance Improvements
2022-09-24 13:20:30 +00:00
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/53d229592df76c6dd607e40be5bea4d5e063c48e">> performance of `wiki.getTiddler()`
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/commit/81ac9874846b3ead275f67010fcfdb49f3d2f43c">> performance of variable prototype chain handling
2022-08-02 11:27:50 +00:00
! 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:
<<.contributors """
2022-09-24 13:23:36 +00:00
bestony
2022-09-02 20:28:32 +00:00
BramChen
2022-09-24 13:23:36 +00:00
flibbles
2022-09-02 20:28:32 +00:00
fu-sen
2022-09-24 13:23:36 +00:00
Marxsal
2022-09-02 20:28:32 +00:00
oflg
pmario
2022-09-24 13:23:36 +00:00
rmunn
roma0104
tw-FRed
2022-09-02 20:28:32 +00:00
twMat
xcazin
2022-08-02 11:27:50 +00:00
""">>