mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
* 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
10 lines
No EOL
388 B
Text
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. |