@@ -25,21 +25,21 @@ nav: 2
2525You can get the latest stable version __ for Firefox desktop only__ also using this [ __ direct NoScript {{ ver.stable }} download link__ ] (https://noscript.net/download/releases/noscript-{{ ver.stable }}.xpi).
2626To install, just drag and drop it onto your address bar.
2727```` {.changelog}
28- v 11.4.27
28+ v 11.4.29
2929============================================================
30- x [XSS] Better specificity of HTML elements preliminary
31- checks
32- x [XSS] Better specificity of potential fragmented injection
33- through framework syntax detection (thanks Rom623, barbaz
34- et al)
35- x [nscl] RegExp.combo(): RegExp creation by combination for
36- better readability and comments
37- x [nscl] Replaced lib/sha256.js with web platform native
38- implementation (thanks Martin for suggested patch)
39- x [nscl] Fixed property/function mismatch (thanks Alex)
40- x Fixed operators precedence issue #312 (thanks Alex)
41- x [nscl] Prevent dead object access on BF cache (thanks
42- jamhubub and mriehm)
30+ x [nscl] Updated TLDs
31+ x [nscl] Improved reliability of TLD updater
32+ x Removed theme.js console noise
33+ x Fix beta channel updates breakage due to
34+ browser_specific_settings override
35+ x [nscl] Several content-side performance improvements
36+ x Reduce synchronous policy retrieval impact on file: and
37+ ftp: document loading performance
38+ x More commands for which a keyboard shortcut can be
39+ configured
40+ x [L10n] Updated de, fi, mk, nl, pl, ru, sq, tr, uk,
41+ pt_BR, zh_CN, zh_TW
42+ x Explicit Android compatibility declaration
4343````
4444### __ Development build__ {#devel}
4545
@@ -72,45 +72,39 @@ You're done. Happy testing!
7272
7373#### Recent development history
7474```` {.changelog}
75- v 11.4.29rc1
75+ v 11.4.30rc1
7676============================================================
77- x [nscl] Updated TLDs
78- x [L10n] Updated de, mk, nl, pl, ru, sq, tr, uk, zh_CN,
79- zh_TW
80- x Explicit Android compatibility declaration
77+ x Removed obsolete "applications" manifest.json key
8178
82- v 11.4.28rc2
79+ v 11.4.29rc5
8380============================================================
84- x Remove replaceAsync() dependency on
85- String.prototype.matchAll()
81+ x [nscl] Improved reliability of TLD updater
8682
87- v 11.4.28rc1
83+ v 11.4.29rc4
8884============================================================
89- x Prevent URL leaks from media placeholders (thanks NDevTK
90- for report)
91- x [nscl] Support for in-tree TLDs updates
85+ x [nscl] Updated TLDs
86+ x Removed theme.js console noise
9287
93- v 11.4.27rc3
88+ v 11.4.29rc3
9489============================================================
95- x [XSS] Better specificity of HTML elements preliminary
96- checks
90+ x Fix beta channel updates breakage due to
91+ browser_specific_settings override
9792
98- v 11.4.27rc2
93+ v 11.4.29rc2
9994============================================================
100- x [XSS] Better specificity of potential fragmented injection
101- through framework syntax detection (thanks Rom623, barbaz
102- et al)
103- x [nscl] RegExp.combo(): RegExp creation by combination for
104- better readability and comments
95+ x [L10n] Updated fi, pt_BR
96+ x [nscl] Several content-side performance improvements
97+ x Reduce synchronous policy retrieval impact on file: and
98+ ftp: document loading performance
99+ x More commands for which a keyboard shortcut can be
100+ configured
105101
106- v 11.4.27rc1
102+ v 11.4.29rc1
107103============================================================
108- x [nscl] Replaced lib/sha256.js with web platform native
109- implementation (thanks Martin for suggested patch)
110- x [nscl] Fixed property/function mismatch (thanks Alex)
111- x Fixed operators precedence issue #312 (thanks Alex)
112- x [nscl] Prevent dead object access on BF cache (thanks
113- jamhubub and mriehm)
104+ x [nscl] Updated TLDs
105+ x [L10n] Updated de, mk, nl, pl, ru, sq, tr, uk, zh_CN,
106+ zh_TW
107+ x Explicit Android compatibility declaration
114108````
115109
116110### Deprecated, obsolete and unsupported "Classic" versions
0 commit comments