Skip to content

Commit cb515ec

Browse files
committed
Update 11.4.29
1 parent 01a7900 commit cb515ec

3 files changed

Lines changed: 84 additions & 44 deletions

File tree

content/_data/ver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"stable": "11.4.28",
3-
"dev": "11.4.29rc1"
2+
"stable": "11.4.29",
3+
"dev": "11.4.30rc1"
44
}

content/changelog.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,52 @@ title: Changelog
33
---
44
[+] new feature, [x] bug fix, [-] removed feature, [=] repackaging or cosmetic change
55
```{.changelog}
6+
v 11.4.29
7+
============================================================
8+
x [nscl] Updated TLDs
9+
x [nscl] Improved reliability of TLD updater
10+
x Removed theme.js console noise
11+
x Fix beta channel updates breakage due to
12+
browser_specific_settings override
13+
x [nscl] Several content-side performance improvements
14+
x Reduce synchronous policy retrieval impact on file: and
15+
ftp: document loading performance
16+
x More commands for which a keyboard shortcut can be
17+
configured
18+
x [L10n] Updated de, fi, mk, nl, pl, ru, sq, tr, uk,
19+
pt_BR, zh_CN, zh_TW
20+
x Explicit Android compatibility declaration
21+
22+
v 11.4.29rc5
23+
============================================================
24+
x [nscl] Improved reliability of TLD updater
25+
26+
v 11.4.29rc4
27+
============================================================
28+
x [nscl] Updated TLDs
29+
x Removed theme.js console noise
30+
31+
v 11.4.29rc3
32+
============================================================
33+
x Fix beta channel updates breakage due to
34+
browser_specific_settings override
35+
36+
v 11.4.29rc2
37+
============================================================
38+
x [L10n] Updated fi, pt_BR
39+
x [nscl] Several content-side performance improvements
40+
x Reduce synchronous policy retrieval impact on file: and
41+
ftp: document loading performance
42+
x More commands for which a keyboard shortcut can be
43+
configured
44+
45+
v 11.4.29rc1
46+
============================================================
47+
x [nscl] Updated TLDs
48+
x [L10n] Updated de, mk, nl, pl, ru, sq, tr, uk, zh_CN,
49+
zh_TW
50+
x Explicit Android compatibility declaration
51+
652
v 11.4.28
753
============================================================
854
x Prevent URL leaks from media placeholders (thanks NDevTK

content/getit.md

Lines changed: 36 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ nav: 2
2525
You 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).
2626
To 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

Comments
 (0)