1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/releasenotes/Release 5.3.1.tid

88 lines
4.1 KiB
Plaintext
Raw Normal View History

2023-07-01 11:40:38 +00:00
caption: 5.3.1
2023-08-20 10:31:23 +00:00
created: 20230820112855583
modified: 20230820112855583
released: 20230820112855583
2023-07-01 11:40:38 +00:00
tags: ReleaseNotes
title: Release 5.3.1
type: text/vnd.tiddlywiki
description: Bug fix release for v5.3.0
2023-07-01 11:40:38 +00:00
2023-08-20 10:31:23 +00:00
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.3.0...v5.3.1]]//
2023-07-01 11:40:38 +00:00
2023-08-20 11:50:08 +00:00
<<.banner-credits
credit:"""Congratulations to [[vilc|https://talk.tiddlywiki.org/u/vilc]] for their winning design for the banner for this release (here is the [[competition thread|https://talk.tiddlywiki.org/t/banner-image-competition-for-v5-3-0/7406/10]]).
"""
url:"https://github.com/Jermolene/TiddlyWiki5/blob/4124bbdfb3e2445d45488006dfff1925d067ab0f/editions/tw5.com/tiddlers/images/New%20Release%20Banner.png?raw=true"
>>
2023-07-01 11:40:38 +00:00
! Overview of v5.3.1
2023-08-20 11:53:59 +00:00
This release comes only a few weeks after [[v5.3.0|Release 5.3.0]]. The motivation for the release is to swiftly fix some issues that have emerged with v5.3.0. There are also some other improvements included in this release, notably the ability to access binary resources over HTTP -- the [[demo|WidgetMessage: tm-http-request Example - Random Dog]] downloads a random image or video of a dog.
2023-07-31 13:37:40 +00:00
2023-07-30 21:50:01 +00:00
! Bug Fixes and Reversions of v5.3.0 Changes
* Reverted adding the `widget.destroy()` method because of performance concerns (see https://github.com/Jermolene/TiddlyWiki5/pull/7468)
2023-07-31 11:25:12 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7647">> inefficiency when transcluding with the ''$output'' attribute set to `text/plain` that manifested itself as extremely slow export times
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7648">> unwanted error message "Global assignment is not allowed within modules on node"
2023-07-01 11:40:38 +00:00
! Translation improvement
Improvements to the following translations:
2023-07-01 13:34:19 +00:00
* Chinese
* Polish
2023-07-01 11:40:38 +00:00
! Widget Improvements
2023-07-20 21:03:07 +00:00
* <<.link-badge-added "https://github.com/Jermolene/TiddlyWiki5/pull/7594">> ''tabindex'' attribute to SelectWidget
2023-07-01 11:40:38 +00:00
! Hackability Improvements
2023-07-20 21:03:07 +00:00
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/7611">> ImportVariablesWidget and [[Pragma: \import]] to trim whitespace when parsing tiddlers
2023-07-31 13:37:40 +00:00
* <<.link-badge-extended "https://github.com/Jermolene/TiddlyWiki5/commit/9b2af1359614f4ad5afd05be7cf9853909334592">> [[WidgetMessage: tm-http-request]] to handle binary responses ([[demo|WidgetMessage: tm-http-request Example - Random Dog]])
2023-07-01 11:40:38 +00:00
! Bug Fixes
2023-07-22 11:46:08 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7627">> table of contents indentation
2023-07-20 21:03:07 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7595">> bindStatus and bindProgress parameters of [[WidgetMessage: tm-http-request]]
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7606">> attribute substitution to handle variables containing non-word characters
2023-07-22 11:46:08 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7624">> the pragmas introduced in v5.3.0 so that they can be indented with whitespace
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7619">> size of tiddler icons
2023-07-22 14:51:39 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7622">> drag and drop from Chrome-like browsers to Firefox
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/pull/7679">> listIndex mode of checkbox widgets
2023-07-01 11:40:38 +00:00
! Node.js Improvements
2023-07-31 11:25:12 +00:00
* <<.link-badge-improved "https://github.com/Jermolene/TiddlyWiki5/pull/7645">> console reporting of ~JavaScript errors
2023-07-01 11:40:38 +00:00
2023-07-20 21:03:07 +00:00
! Developer Improvements
2023-07-01 11:40:38 +00:00
2023-07-20 21:03:07 +00:00
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/6c7c21a87bdb0d8a00df1c14eea18912164e0b57">> overeager onload handler in Jasmine plugin
* <<.link-badge-fixed "https://github.com/Jermolene/TiddlyWiki5/commit/08bad90e51c45233a196333e101bbbf6ecf702ce">> ordering of shadow tiddler listings to not reflect order of insertion
2023-07-01 11:40:38 +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 """
2023-07-20 21:03:07 +00:00
AnthonyMuscio
btheado
2023-07-31 11:25:12 +00:00
catter-fly
2023-08-20 10:31:23 +00:00
cmo-pomerium
2023-07-20 21:03:07 +00:00
CrossEye
flibbles
hffqyd
2023-07-31 11:25:12 +00:00
lilscribby
2023-07-31 13:19:52 +00:00
linonetwo
2023-07-31 11:25:12 +00:00
Marxsal
mateuszwilczek
pille1842
2023-07-20 21:03:07 +00:00
pmario
rmunn
2023-07-20 21:03:07 +00:00
saqimtiaz
stevesunypoly
2023-07-31 11:25:12 +00:00
TiddlyTweeter
2023-07-20 21:03:07 +00:00
twMat
2023-08-20 10:31:23 +00:00
yaisog
2023-07-01 11:40:38 +00:00
""">>