Skip to content

v1.5.70

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 21:53

Release v1.5.70

Resolved long-standing encoding bug in UltimaDark

We’ve identified and addressed a persistent bug affecting sites where pages are edited by JavaScript files that use a charset other than UTF-8. The root cause was related to how UltimaDark decodes the page's source charset and re-encodes it to UTF-8, which is the only charset supported by the TextEncoder. This process led to encoding issues when the page attempted to decode included scripts as UTF-8, even though they were originally encoded differently. The fix ensures proper handling of charsets during page modifications.