TiddlyWiki5/editions/tw5.com/tiddlers/releasenotes/5.4.0/#9253.tid
XLBilly f1e1532949
Updates change notes (#9413)
* Update missing change notes

* Update change notes

* Add date fields

* Update change notes

* Update change notes

* Add 9253 impact note

* Replace deprecation with performance

* Add change note for 9350
2025-11-17 12:31:08 +01:00

10 lines
No EOL
388 B
Text

title: $:/changenotes/5.4.0/#9253
description: Switch to native support for converting utf-8 between base64
release: 5.4.0
tags: $:/tags/ChangeNote
change-type: performance
change-category: internal
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/9253
github-contributors: Leilei332
Replace `base64-utf8` module with `TextEncoder` method to convert between utf-8 and Base64.