Skip to content

Releases: ThomazPom/Moz-Ext-UltimaDark

v1.5.70

09 Oct 21:53
Compare
Choose a tag to compare

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.

v1.5.69

09 Oct 19:46
Compare
Choose a tag to compare

Release v1.5.69
Critical Bug Fix: Resolved a major issue affecting the Previous, Next page, and Reopen Tab functions.

  • Root Cause: The bug occurred due to ignoring cached responses (assuming they were already edited). When users navigated too quickly, the content was sometimes served from cache without proper updates and we were ignoring the request flagged as fromCache.

  • Resolution: Stopped ignoring responses in cases where cached content was identified "fromCache", the browser still pass the content to the listener, allowing for appropriate edits.

  • Cache Behavior: This means there is three recognised states of cache handling in Firefox including one undocumented:

    • Uncached: Fresh content is loaded.
    • Unedited Cached: Cached content exists but still can be sent to a listener for editning.
    • Cached: Cached content is properly processed and updated.

v1.5.68

08 Oct 19:59
Compare
Choose a tag to compare

Release v1.5.68

v1.5.67

08 Oct 16:23
Compare
Choose a tag to compare

Release v1.5.67

v1.5.65

24 Sep 20:29
Compare
Choose a tag to compare

Release v1.5.65

v1.5.63

22 Sep 21:45
Compare
Choose a tag to compare

Release v1.5.63

v1.5.62

18 Sep 17:10
Compare
Choose a tag to compare

Release v1.5.62

v1.5.61

18 Sep 05:49
Compare
Choose a tag to compare

Release v1.5.61

v1.5.60

17 Sep 18:52
Compare
Choose a tag to compare

Release v1.5.60

v1.5.59

15 Sep 21:10
Compare
Choose a tag to compare

Release v1.5.59