Commits:
-
fc6a9c48
by Morgan at 2024-09-25T17:37:07+00:00
Fix bug in relprep.py where mullvad browser was enabled even if no --mullvad-browser command given
-
583571d0
by Morgan at 2024-09-25T17:51:02+00:00
Bug 41240: Prepare Tor Browser 13.5.5 (Desktop-only)
7 changed files:
Changes:
projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
|
1
|
+Tor Browser 13.5.5 - September 25 2024
|
|
2
|
+ * Windows + macOS
|
|
3
|
+ * Bug 43125: Update message for legacy OS (windows ≤8.1, macOS ≤10.14) users [tor-browser]
|
|
4
|
+ * Linux
|
|
5
|
+ * Bug 334: When set as default browser on Linux in standard mode, links don't open correctly [mullvad-browser]
|
|
6
|
+
|
|
7
|
+Tor Browser 14.0a6 - September 19 2024
|
|
8
|
+ * All Platforms
|
|
9
|
+ * Bug 42831: Remove the shopping components [tor-browser]
|
|
10
|
+ * Bug 43144: Ensure non-privacy browsing also sets the GPC header [tor-browser]
|
|
11
|
+ * Windows + macOS + Linux
|
|
12
|
+ * Bug 42698: Bridge card background contrast is low for bridge-moji [tor-browser]
|
|
13
|
+ * Bug 42718: Remove the firefox-view button from UI, even when always-on private-browsing mode is disabled [tor-browser]
|
|
14
|
+ * Bug 42740: Stop trying to hide "Restore previous session" [tor-browser]
|
|
15
|
+ * Bug 43072: moz-message-bar does not get announced on Orca screen-reader [tor-browser]
|
|
16
|
+ * Bug 43083: Backport fix for Mozilla 1436462 [tor-browser]
|
|
17
|
+ * Linux
|
|
18
|
+ * Bug 43141: Hardcode Arimo as a system-ui font [tor-browser]
|
|
19
|
+ * Bug 41237: Add some aliases to our Linux font config for compatibility [tor-browser-build]
|
|
20
|
+ * Android
|
|
21
|
+ * Bug 41550: Remove unused extensions from Tor Browser for Android [tor-browser]
|
|
22
|
+ * Bug 43052: Remove non private tabs icon and "other device tabs" from tab view [tor-browser]
|
|
23
|
+ * Bug 43129: about:neterror cannot display SVG on Android with Security Level Safest [tor-browser]
|
|
24
|
+ * Bug 43145: Backport Android security fix from 130.0.1 [tor-browser]
|
|
25
|
+ * Bug 43146: Update the icon of DuckDuckGo onion search engine on Android [tor-browser]
|
|
26
|
+ * Bug 43147: Remove unused search plugins from the apk files [tor-browser]
|
|
27
|
+
|
1
|
28
|
Tor Browser 13.5.4 - September 16 2024
|
2
|
29
|
* All Platforms
|
3
|
30
|
* Updated NoScript to 11.4.37
|
projects/browser/allowed_addons.json
... |
... |
@@ -17,7 +17,7 @@ |
17
|
17
|
"picture_url": "https://addons.mozilla.org/user-media/userpics/34/9734/13299734/13299734.png?modified=1709053095"
|
18
|
18
|
}
|
19
|
19
|
],
|
20
|
|
- "average_daily_users": 1193962,
|
|
20
|
+ "average_daily_users": 1198801,
|
21
|
21
|
"categories": {
|
22
|
22
|
"firefox": [
|
23
|
23
|
"web-development",
|
... |
... |
@@ -47,7 +47,7 @@ |
47
|
47
|
"name": {
|
48
|
48
|
"en-US": "The MIT License"
|
49
|
49
|
},
|
50
|
|
- "url": "http://www.opensource.org/license/mit"
|
|
50
|
+ "url": "https://www.opensource.org/license/mit"
|
51
|
51
|
},
|
52
|
52
|
"release_notes": {
|
53
|
53
|
"en-US": "- Detect website's dark theme by default.\n- Use Filter mode for particular websites by default (Google Docs, Microsoft Office).\n- Fixed breaking on default selection color.\n- Users' fixes for websites."
|
... |
... |
@@ -218,10 +218,10 @@ |
218
|
218
|
"category": "recommended"
|
219
|
219
|
},
|
220
|
220
|
"ratings": {
|
221
|
|
- "average": 4.5273,
|
222
|
|
- "bayesian_average": 4.526224812542353,
|
223
|
|
- "count": 5845,
|
224
|
|
- "text_count": 1836
|
|
221
|
+ "average": 4.5264,
|
|
222
|
+ "bayesian_average": 4.525326004974587,
|
|
223
|
+ "count": 5857,
|
|
224
|
+ "text_count": 1842
|
225
|
225
|
},
|
226
|
226
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/reviews/",
|
227
|
227
|
"requires_payment": false,
|
... |
... |
@@ -318,7 +318,7 @@ |
318
|
318
|
"type": "extension",
|
319
|
319
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/",
|
320
|
320
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/darkreader/versions/",
|
321
|
|
- "weekly_downloads": 28283
|
|
321
|
+ "weekly_downloads": 27576
|
322
|
322
|
},
|
323
|
323
|
"notes": null
|
324
|
324
|
},
|
... |
... |
@@ -334,7 +334,7 @@ |
334
|
334
|
"picture_url": "https://addons.mozilla.org/user-media/userpics/56/7656/6937656/6937656.png?modified=1550343990"
|
335
|
335
|
}
|
336
|
336
|
],
|
337
|
|
- "average_daily_users": 256725,
|
|
337
|
+ "average_daily_users": 256931,
|
338
|
338
|
"categories": {
|
339
|
339
|
"firefox": [
|
340
|
340
|
"privacy-security"
|
... |
... |
@@ -362,7 +362,7 @@ |
362
|
362
|
"name": {
|
363
|
363
|
"en-US": "Mozilla Public License 2.0"
|
364
|
364
|
},
|
365
|
|
- "url": "http://www.mozilla.org/MPL/2.0/"
|
|
365
|
+ "url": "https://www.mozilla.org/MPL/2.0/"
|
366
|
366
|
},
|
367
|
367
|
"release_notes": {
|
368
|
368
|
"en-US": "<i>Enhancements:</i>\n\n- Added additional resources to the staging environment.\n\n<i>Other changes:</i>\n\n- Implemented mobile extension signing-related changes.\n- Improved and extended the resource audit tool."
|
... |
... |
@@ -547,9 +547,9 @@ |
547
|
547
|
"category": "recommended"
|
548
|
548
|
},
|
549
|
549
|
"ratings": {
|
550
|
|
- "average": 4.7945,
|
551
|
|
- "bayesian_average": 4.789878349264025,
|
552
|
|
- "count": 1455,
|
|
550
|
+ "average": 4.7942,
|
|
551
|
+ "bayesian_average": 4.789582900272357,
|
|
552
|
+ "count": 1458,
|
553
|
553
|
"text_count": 263
|
554
|
554
|
},
|
555
|
555
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/reviews/",
|
... |
... |
@@ -635,7 +635,7 @@ |
635
|
635
|
"type": "extension",
|
636
|
636
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/",
|
637
|
637
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions/",
|
638
|
|
- "weekly_downloads": 3102
|
|
638
|
+ "weekly_downloads": 2895
|
639
|
639
|
},
|
640
|
640
|
"notes": null
|
641
|
641
|
},
|
... |
... |
@@ -651,7 +651,7 @@ |
651
|
651
|
"picture_url": "https://addons.mozilla.org/user-media/userpics/73/4073/5474073/5474073.png?modified=1469820907"
|
652
|
652
|
}
|
653
|
653
|
],
|
654
|
|
- "average_daily_users": 1263479,
|
|
654
|
+ "average_daily_users": 1266195,
|
655
|
655
|
"categories": {
|
656
|
656
|
"firefox": [
|
657
|
657
|
"privacy-security"
|
... |
... |
@@ -679,7 +679,7 @@ |
679
|
679
|
"name": {
|
680
|
680
|
"en-US": "GNU General Public License v3.0"
|
681
|
681
|
},
|
682
|
|
- "url": "http://www.gnu.org/licenses/gpl-3.0.html"
|
|
682
|
+ "url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
683
|
683
|
},
|
684
|
684
|
"release_notes": {
|
685
|
685
|
"en-US": "<ul><li>Disabled Google's \"Privacy Sandbox\" ad tracking by default. We previously disabled Google's Topics API; we now also disable \"site-suggested ads\" (ad targeting) and \"ad measurement\" (ad attribution reporting) APIs.</li><li>Improved widget replacement for Spotify, SoundCloud, Twitch and YouTube embeds. To try out our widget replacement for YouTube embeds, move the toggle for <code><a href="" rel=\"nofollow\">youtube.com</a></code> to red (full blocking).</li><li>Updated the new user welcome page to ask Chrome users to pin Privacy Badger to the browser toolbar</li><li>Fixed various site breakages</li><li>Improved Esperanto, Greek, Polish, Russian and Swedish translations. Removed Arabic and Bulgarian translations due to lack of updates.</li></ul>"
|
... |
... |
@@ -1170,10 +1170,10 @@ |
1170
|
1170
|
"category": "recommended"
|
1171
|
1171
|
},
|
1172
|
1172
|
"ratings": {
|
1173
|
|
- "average": 4.803,
|
1174
|
|
- "bayesian_average": 4.800311779877251,
|
1175
|
|
- "count": 2508,
|
1176
|
|
- "text_count": 473
|
|
1173
|
+ "average": 4.8028,
|
|
1174
|
+ "bayesian_average": 4.800114682839264,
|
|
1175
|
+ "count": 2515,
|
|
1176
|
+ "text_count": 474
|
1177
|
1177
|
},
|
1178
|
1178
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/reviews/",
|
1179
|
1179
|
"requires_payment": false,
|
... |
... |
@@ -1197,7 +1197,7 @@ |
1197
|
1197
|
"type": "extension",
|
1198
|
1198
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/",
|
1199
|
1199
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/versions/",
|
1200
|
|
- "weekly_downloads": 23724
|
|
1200
|
+ "weekly_downloads": 23651
|
1201
|
1201
|
},
|
1202
|
1202
|
"notes": null
|
1203
|
1203
|
},
|
... |
... |
@@ -1213,7 +1213,7 @@ |
1213
|
1213
|
"picture_url": null
|
1214
|
1214
|
}
|
1215
|
1215
|
],
|
1216
|
|
- "average_daily_users": 8309629,
|
|
1216
|
+ "average_daily_users": 8366519,
|
1217
|
1217
|
"categories": {
|
1218
|
1218
|
"firefox": [
|
1219
|
1219
|
"privacy-security"
|
... |
... |
@@ -1241,7 +1241,7 @@ |
1241
|
1241
|
"name": {
|
1242
|
1242
|
"en-US": "GNU General Public License v3.0"
|
1243
|
1243
|
},
|
1244
|
|
- "url": "http://www.gnu.org/licenses/gpl-3.0.html"
|
|
1244
|
+ "url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
1245
|
1245
|
},
|
1246
|
1246
|
"release_notes": {
|
1247
|
1247
|
"en-US": "See complete release notes for <a href="" rel=\"nofollow\">1.59.0</a>.\n\n<b>Fixes / changes</b>\n\n<ul><li><a href="" rel=\"nofollow\">Improve <code>href-sanitizer</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Improve <code>trusted-replace-node-text</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Improve <code>set-constant</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Improve <code>prevent-fetch</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Improve <code>href-sanitizer</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Fix CSP/PP header injection in non-document resources</a></li><li><a href="" rel=\"nofollow\">Add <code>trusted-suppress-native-method</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Add support for <code>$currentISODate$</code> in <code>trusted-set-cookie</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Add <code>essential</code> and <code>nonessential</code> to set-cookie</a> (by @ryanbr)</li><li><a href="" rel=\"nofollow\">Fix distance calculation in picker</a></li><li><a href="" rel=\"nofollow\">Fix bad serialization of Date objects</a></li><li><a href="" rel=\"nofollow\">Fix race condition when loading redirect/scriptlet resources</a></li><li><a href="" rel=\"nofollow\">Improve logging in <code>prevent-addEventListener</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Add <code>:matches-prop()</code> pseudo CSS operator</a></li><li><a href="" rel=\"nofollow\">Improve <code>set-cookie</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Improve <code>trusted-replace-node-text</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Improve <code>trusted-replace-(fetch|xhr)-response</code> scriptlets</a></li><li><a href="" rel=\"nofollow\">Improve <code>prevent-addEventListener</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Add <code>isodate</code> as available placeholder for auto-comment</a></li><li><a href="" rel=\"nofollow\">Improve <code>trusted-replace-outbound-text</code> scriptlet</a></li><li><a href="" rel=\"nofollow\">Classify generic cosmetic filters with comma as highly generic</a></li><li>...</li></ul>\n<a href="" rel=\"nofollow\">Commits history since last version</a>"
|
... |
... |
@@ -1378,7 +1378,7 @@ |
1378
|
1378
|
},
|
1379
|
1379
|
"is_disabled": false,
|
1380
|
1380
|
"is_experimental": false,
|
1381
|
|
- "last_updated": "2024-09-15T13:50:37Z",
|
|
1381
|
+ "last_updated": "2024-09-22T16:00:37Z",
|
1382
|
1382
|
"name": {
|
1383
|
1383
|
"ar": "uBlock Origin",
|
1384
|
1384
|
"bg": "uBlock Origin",
|
... |
... |
@@ -1523,10 +1523,10 @@ |
1523
|
1523
|
"category": "recommended"
|
1524
|
1524
|
},
|
1525
|
1525
|
"ratings": {
|
1526
|
|
- "average": 4.7905,
|
1527
|
|
- "bayesian_average": 4.790134246767273,
|
1528
|
|
- "count": 18397,
|
1529
|
|
- "text_count": 4805
|
|
1526
|
+ "average": 4.7907,
|
|
1527
|
+ "bayesian_average": 4.79033490555104,
|
|
1528
|
+ "count": 18453,
|
|
1529
|
+ "text_count": 4820
|
1530
|
1530
|
},
|
1531
|
1531
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/",
|
1532
|
1532
|
"requires_payment": false,
|
... |
... |
@@ -1589,7 +1589,7 @@ |
1589
|
1589
|
"type": "extension",
|
1590
|
1590
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/",
|
1591
|
1591
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/",
|
1592
|
|
- "weekly_downloads": 193086
|
|
1592
|
+ "weekly_downloads": 200561
|
1593
|
1593
|
},
|
1594
|
1594
|
"notes": null
|
1595
|
1595
|
},
|
... |
... |
@@ -1605,7 +1605,7 @@ |
1605
|
1605
|
"picture_url": null
|
1606
|
1606
|
}
|
1607
|
1607
|
],
|
1608
|
|
- "average_daily_users": 184356,
|
|
1608
|
+ "average_daily_users": 185437,
|
1609
|
1609
|
"categories": {
|
1610
|
1610
|
"firefox": [
|
1611
|
1611
|
"photos-music-videos",
|
... |
... |
@@ -1634,7 +1634,7 @@ |
1634
|
1634
|
"name": {
|
1635
|
1635
|
"en-US": "The MIT License"
|
1636
|
1636
|
},
|
1637
|
|
- "url": "http://www.opensource.org/license/mit"
|
|
1637
|
+ "url": "https://www.opensource.org/license/mit"
|
1638
|
1638
|
},
|
1639
|
1639
|
"release_notes": {
|
1640
|
1640
|
"de": "Neue \u00dcbersetzungen erg\u00e4nzt",
|
... |
... |
@@ -1701,10 +1701,10 @@ |
1701
|
1701
|
"category": "recommended"
|
1702
|
1702
|
},
|
1703
|
1703
|
"ratings": {
|
1704
|
|
- "average": 4.4561,
|
1705
|
|
- "bayesian_average": 4.451276485748058,
|
1706
|
|
- "count": 1276,
|
1707
|
|
- "text_count": 494
|
|
1704
|
+ "average": 4.4547,
|
|
1705
|
+ "bayesian_average": 4.449884980099753,
|
|
1706
|
+ "count": 1280,
|
|
1707
|
+ "text_count": 495
|
1708
|
1708
|
},
|
1709
|
1709
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/reviews/",
|
1710
|
1710
|
"requires_payment": false,
|
... |
... |
@@ -1726,7 +1726,7 @@ |
1726
|
1726
|
"type": "extension",
|
1727
|
1727
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/",
|
1728
|
1728
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/versions/",
|
1729
|
|
- "weekly_downloads": 348
|
|
1729
|
+ "weekly_downloads": 383
|
1730
|
1730
|
},
|
1731
|
1731
|
"notes": null
|
1732
|
1732
|
},
|
... |
... |
@@ -1742,7 +1742,7 @@ |
1742
|
1742
|
"picture_url": null
|
1743
|
1743
|
}
|
1744
|
1744
|
],
|
1745
|
|
- "average_daily_users": 63521,
|
|
1745
|
+ "average_daily_users": 63093,
|
1746
|
1746
|
"categories": {
|
1747
|
1747
|
"firefox": [
|
1748
|
1748
|
"privacy-security",
|
... |
... |
@@ -1771,7 +1771,7 @@ |
1771
|
1771
|
"name": {
|
1772
|
1772
|
"en-US": "GNU General Public License v3.0"
|
1773
|
1773
|
},
|
1774
|
|
- "url": "http://www.gnu.org/licenses/gpl-3.0.html"
|
|
1774
|
+ "url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
1775
|
1775
|
},
|
1776
|
1776
|
"release_notes": {
|
1777
|
1777
|
"en-US": "First update in a while! Sorry, having a full-time job does that. I welcome all the help I can get at <a href="" rel=\"nofollow\">https://github.com/cowlicks/privacypossum</a>\n\nI'm always happy to help folk contribute at any skill level. There is always some way to help.\n\nThis is mostly a release that improves testing and developer workflow stuff, which should help me make more frequent releases in the future.\n\nThere are also several minor bugfixes and updates."
|
... |
... |
@@ -1877,7 +1877,7 @@ |
1877
|
1877
|
"type": "extension",
|
1878
|
1878
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/",
|
1879
|
1879
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions/",
|
1880
|
|
- "weekly_downloads": 303
|
|
1880
|
+ "weekly_downloads": 315
|
1881
|
1881
|
},
|
1882
|
1882
|
"notes": null
|
1883
|
1883
|
},
|
... |
... |
@@ -1893,7 +1893,7 @@ |
1893
|
1893
|
"picture_url": "https://addons.mozilla.org/user-media/userpics/64/9064/12929064/12929064.png?modified=1651263207"
|
1894
|
1894
|
}
|
1895
|
1895
|
],
|
1896
|
|
- "average_daily_users": 361067,
|
|
1896
|
+ "average_daily_users": 362010,
|
1897
|
1897
|
"categories": {
|
1898
|
1898
|
"firefox": [
|
1899
|
1899
|
"search-tools",
|
... |
... |
@@ -1923,7 +1923,7 @@ |
1923
|
1923
|
"name": {
|
1924
|
1924
|
"en-US": "GNU General Public License v3.0"
|
1925
|
1925
|
},
|
1926
|
|
- "url": "http://www.gnu.org/licenses/gpl-3.0.html"
|
|
1926
|
+ "url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
1927
|
1927
|
},
|
1928
|
1928
|
"release_notes": {
|
1929
|
1929
|
"en-US": "Learn more about this release from the <a href="" rel=\"nofollow\">changelog</a>."
|
... |
... |
@@ -2110,10 +2110,10 @@ |
2110
|
2110
|
"category": "recommended"
|
2111
|
2111
|
},
|
2112
|
2112
|
"ratings": {
|
2113
|
|
- "average": 4.6204,
|
2114
|
|
- "bayesian_average": 4.616225871818597,
|
2115
|
|
- "count": 1541,
|
2116
|
|
- "text_count": 308
|
|
2113
|
+ "average": 4.6193,
|
|
2114
|
+ "bayesian_average": 4.615135958292723,
|
|
2115
|
+ "count": 1547,
|
|
2116
|
+ "text_count": 309
|
2117
|
2117
|
},
|
2118
|
2118
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/reviews/",
|
2119
|
2119
|
"requires_payment": false,
|
... |
... |
@@ -2136,7 +2136,7 @@ |
2136
|
2136
|
"type": "extension",
|
2137
|
2137
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/",
|
2138
|
2138
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/versions/",
|
2139
|
|
- "weekly_downloads": 5811
|
|
2139
|
+ "weekly_downloads": 5685
|
2140
|
2140
|
},
|
2141
|
2141
|
"notes": null
|
2142
|
2142
|
},
|
... |
... |
@@ -2159,7 +2159,7 @@ |
2159
|
2159
|
"picture_url": null
|
2160
|
2160
|
}
|
2161
|
2161
|
],
|
2162
|
|
- "average_daily_users": 121865,
|
|
2162
|
+ "average_daily_users": 122255,
|
2163
|
2163
|
"categories": {
|
2164
|
2164
|
"firefox": [
|
2165
|
2165
|
"search-tools",
|
... |
... |
@@ -2184,7 +2184,7 @@ |
2184
|
2184
|
"name": {
|
2185
|
2185
|
"en-US": "Mozilla Public License 2.0"
|
2186
|
2186
|
},
|
2187
|
|
- "url": "http://www.mozilla.org/MPL/2.0/"
|
|
2187
|
+ "url": "https://www.mozilla.org/MPL/2.0/"
|
2188
|
2188
|
},
|
2189
|
2189
|
"release_notes": {
|
2190
|
2190
|
"en-US": "This version features improves the performance and reliability of the add-on,\nand allows the Desktop mode to behave as intended."
|
... |
... |
@@ -2440,9 +2440,9 @@ |
2440
|
2440
|
"category": "recommended"
|
2441
|
2441
|
},
|
2442
|
2442
|
"ratings": {
|
2443
|
|
- "average": 4.3853,
|
2444
|
|
- "bayesian_average": 4.3809603183078645,
|
2445
|
|
- "count": 1391,
|
|
2443
|
+ "average": 4.3811,
|
|
2444
|
+ "bayesian_average": 4.3767733606543135,
|
|
2445
|
+ "count": 1396,
|
2446
|
2446
|
"text_count": 392
|
2447
|
2447
|
},
|
2448
|
2448
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/reviews/",
|
... |
... |
@@ -2463,7 +2463,7 @@ |
2463
|
2463
|
"type": "extension",
|
2464
|
2464
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/",
|
2465
|
2465
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/versions/",
|
2466
|
|
- "weekly_downloads": 17
|
|
2466
|
+ "weekly_downloads": 35
|
2467
|
2467
|
},
|
2468
|
2468
|
"notes": null
|
2469
|
2469
|
},
|
... |
... |
@@ -2479,7 +2479,7 @@ |
2479
|
2479
|
"picture_url": "https://addons.mozilla.org/user-media/userpics/43/0143/143/143.png?modified=1506804587"
|
2480
|
2480
|
}
|
2481
|
2481
|
],
|
2482
|
|
- "average_daily_users": 290230,
|
|
2482
|
+ "average_daily_users": 289757,
|
2483
|
2483
|
"categories": {
|
2484
|
2484
|
"firefox": [
|
2485
|
2485
|
"privacy-security",
|
... |
... |
@@ -2508,7 +2508,7 @@ |
2508
|
2508
|
"name": {
|
2509
|
2509
|
"en-US": "GNU General Public License v2.0"
|
2510
|
2510
|
},
|
2511
|
|
- "url": "http://www.gnu.org/licenses/gpl-2.0.html"
|
|
2511
|
+ "url": "https://www.gnu.org/licenses/gpl-2.0.html"
|
2512
|
2512
|
},
|
2513
|
2513
|
"release_notes": {
|
2514
|
2514
|
"en-US": "v 11.4.37\n============================================================\nx [nscl] Do not patch windows with WebGLHook if webgl is\n globally disabled\nx [nscl] Do not patch workers if webgl is globally disabled\nx [L10n] Updated uk\nx [nscl] Workers-aware WebGL Hook"
|
... |
... |
@@ -2593,7 +2593,7 @@ |
2593
|
2593
|
},
|
2594
|
2594
|
"is_disabled": false,
|
2595
|
2595
|
"is_experimental": false,
|
2596
|
|
- "last_updated": "2024-09-11T21:25:21Z",
|
|
2596
|
+ "last_updated": "2024-09-21T23:20:33Z",
|
2597
|
2597
|
"name": {
|
2598
|
2598
|
"de": "NoScript",
|
2599
|
2599
|
"el": "NoScript",
|
... |
... |
@@ -2665,10 +2665,10 @@ |
2665
|
2665
|
"category": "recommended"
|
2666
|
2666
|
},
|
2667
|
2667
|
"ratings": {
|
2668
|
|
- "average": 4.4081,
|
2669
|
|
- "bayesian_average": 4.405428009528521,
|
2670
|
|
- "count": 2274,
|
2671
|
|
- "text_count": 866
|
|
2668
|
+ "average": 4.409,
|
|
2669
|
+ "bayesian_average": 4.406329174495118,
|
|
2670
|
+ "count": 2279,
|
|
2671
|
+ "text_count": 867
|
2672
|
2672
|
},
|
2673
|
2673
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/reviews/",
|
2674
|
2674
|
"requires_payment": false,
|
... |
... |
@@ -2712,7 +2712,7 @@ |
2712
|
2712
|
"type": "extension",
|
2713
|
2713
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/",
|
2714
|
2714
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/versions/",
|
2715
|
|
- "weekly_downloads": 7945
|
|
2715
|
+ "weekly_downloads": 7547
|
2716
|
2716
|
},
|
2717
|
2717
|
"notes": null
|
2718
|
2718
|
},
|
... |
... |
@@ -2728,7 +2728,7 @@ |
2728
|
2728
|
"picture_url": null
|
2729
|
2729
|
}
|
2730
|
2730
|
],
|
2731
|
|
- "average_daily_users": 162749,
|
|
2731
|
+ "average_daily_users": 163291,
|
2732
|
2732
|
"categories": {
|
2733
|
2733
|
"firefox": [
|
2734
|
2734
|
"photos-music-videos",
|
... |
... |
@@ -2756,9 +2756,9 @@ |
2756
|
2756
|
"id": 12,
|
2757
|
2757
|
"is_custom": false,
|
2758
|
2758
|
"name": {
|
2759
|
|
- "en-US": "GNU Library General Public License v3.0"
|
|
2759
|
+ "en-US": "GNU Lesser General Public License v3.0"
|
2760
|
2760
|
},
|
2761
|
|
- "url": "http://www.gnu.org/licenses/lgpl-3.0.html"
|
|
2761
|
+ "url": "https://www.gnu.org/licenses/lgpl-3.0.html"
|
2762
|
2762
|
},
|
2763
|
2763
|
"release_notes": {
|
2764
|
2764
|
"en-US": "Manifest V3 Support"
|
... |
... |
@@ -2838,10 +2838,10 @@ |
2838
|
2838
|
"category": "recommended"
|
2839
|
2839
|
},
|
2840
|
2840
|
"ratings": {
|
2841
|
|
- "average": 3.8384,
|
2842
|
|
- "bayesian_average": 3.834405527869751,
|
2843
|
|
- "count": 1281,
|
2844
|
|
- "text_count": 463
|
|
2841
|
+ "average": 3.8362,
|
|
2842
|
+ "bayesian_average": 3.832209285841853,
|
|
2843
|
+ "count": 1282,
|
|
2844
|
+ "text_count": 464
|
2845
|
2845
|
},
|
2846
|
2846
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/reviews/",
|
2847
|
2847
|
"requires_payment": false,
|
... |
... |
@@ -2860,7 +2860,7 @@ |
2860
|
2860
|
"type": "extension",
|
2861
|
2861
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/",
|
2862
|
2862
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/versions/",
|
2863
|
|
- "weekly_downloads": 1750
|
|
2863
|
+ "weekly_downloads": 1740
|
2864
|
2864
|
},
|
2865
|
2865
|
"notes": null
|
2866
|
2866
|
}
|
projects/firefox/config
... |
... |
@@ -19,7 +19,7 @@ var: |
19
|
19
|
browser_series: '13.5'
|
20
|
20
|
browser_rebase: 1
|
21
|
21
|
browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
22
|
|
- browser_build: 4
|
|
22
|
+ browser_build: 5
|
23
|
23
|
branding_directory_prefix: 'tb'
|
24
|
24
|
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
25
|
25
|
nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
projects/geckoview/config
... |
... |
@@ -16,7 +16,7 @@ container: |
16
|
16
|
var:
|
17
|
17
|
geckoview_version: 115.15.0esr
|
18
|
18
|
browser_branch: 13.5-1
|
19
|
|
- browser_build: 4
|
|
19
|
+ browser_build: 5
|
20
|
20
|
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
21
|
21
|
gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
22
|
22
|
git_commit: '[% exec("git rev-parse HEAD") %]'
|
projects/translation/config
... |
... |
@@ -12,19 +12,19 @@ compress_tar: 'gz' |
12
|
12
|
steps:
|
13
|
13
|
base-browser:
|
14
|
14
|
base-browser: '[% INCLUDE build %]'
|
15
|
|
- git_hash: d69ac083437e60d681fdefce6aa1fde96e2f1eaf
|
|
15
|
+ git_hash: 16446c485b3be4198a7e79bfcac6510784a18506
|
16
|
16
|
targets:
|
17
|
17
|
nightly:
|
18
|
18
|
git_hash: 'base-browser'
|
19
|
19
|
tor-browser:
|
20
|
20
|
tor-browser: '[% INCLUDE build %]'
|
21
|
|
- git_hash: 022b7eea73017cd3a1fae66b8c4bd8d7b867107f
|
|
21
|
+ git_hash: a2bf4c2f45736958ac99f60e60b9f6d0e94454c3
|
22
|
22
|
targets:
|
23
|
23
|
nightly:
|
24
|
24
|
git_hash: 'tor-browser'
|
25
|
25
|
mullvad-browser:
|
26
|
26
|
mullvad-browser: '[% INCLUDE build %]'
|
27
|
|
- git_hash: bff8092bbe5ae93b2c162ade300d739b2cd9e92d
|
|
27
|
+ git_hash: 78212a3da2439e436ac5f73d8e3eb908145c3ece
|
28
|
28
|
targets:
|
29
|
29
|
nightly:
|
30
|
30
|
git_hash: 'mullvad-browser'
|
... |
... |
@@ -32,7 +32,7 @@ steps: |
32
|
32
|
fenix: '[% INCLUDE build %]'
|
33
|
33
|
# We need to bump the commit before releasing but just pointing to a branch
|
34
|
34
|
# might cause too much rebuidling of the Firefox part.
|
35
|
|
- git_hash: 2a9884fadf15e57f6a661f12ede1312cc71602c1
|
|
35
|
+ git_hash: 12b033e4192448315794f5fe8203fe91dcc29a8c
|
36
|
36
|
compress_tar: 'zst'
|
37
|
37
|
targets:
|
38
|
38
|
nightly:
|
rbm.conf
... |
... |
@@ -73,18 +73,19 @@ buildconf: |
73
|
73
|
git_signtag_opt: '-s'
|
74
|
74
|
|
75
|
75
|
var:
|
76
|
|
- torbrowser_version: '13.5.4'
|
|
76
|
+ torbrowser_version: '13.5.5'
|
77
|
77
|
torbrowser_build: 'build1'
|
78
|
78
|
# This should be the date of when the build is started. For the build
|
79
|
79
|
# to be reproducible, browser_release_date should always be in the past.
|
80
|
|
- browser_release_date: '2024/09/16 20:57:05'
|
|
80
|
+ browser_release_date: '2024/09/25 17:40:27'
|
81
|
81
|
browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
82
|
82
|
updater_enabled: 1
|
83
|
83
|
build_mar: 1
|
84
|
84
|
torbrowser_incremental_from:
|
|
85
|
+ - '[% IF c("var/tor-browser") %]13.5.4[% END %]'
|
85
|
86
|
- 13.5.3
|
86
|
87
|
- 13.5.2
|
87
|
|
- - 13.5.1
|
|
88
|
+ - '[% IF c("var/mullvad-browser") %]13.5.1[% END %]'
|
88
|
89
|
mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
89
|
90
|
|
90
|
91
|
# By default, we sort the list of installed packages. This allows sharing
|
tools/relprep.py
... |
... |
@@ -94,7 +94,7 @@ class ReleasePreparation: |
94
|
94
|
self.repo = Repo(self.base_path)
|
95
|
95
|
|
96
|
96
|
self.tor_browser = bool(kwargs.get("tor_browser", True))
|
97
|
|
- self.mullvad_browser = bool(kwargs.get("tor_browser", True))
|
|
97
|
+ self.mullvad_browser = bool(kwargs.get("mullvad_browser", True))
|
98
|
98
|
if not self.tor_browser and not self.mullvad_browser:
|
99
|
99
|
raise ValueError("Nothing to do")
|
100
|
100
|
self.android = kwargs.get("android", self.tor_browser)
|
|