Commits:
-
0d915f56
by Richard Pospesel at 2024-02-22T13:42:40+00:00
More minor updates to Mullvad and Tor Browser Release Prep issue templates
-
96db74ad
by Richard Pospesel at 2024-02-22T16:52:49+00:00
Bug 41074,41075: Tor,Mullvad Browser 13.5a5 Release Prep
15 changed files:
Changes:
.gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md
... |
... |
@@ -66,14 +66,14 @@ Mullvad Browser Alpha (and Nightly) are on the `main` branch |
66
|
66
|
- [ ] Update `ChangeLog-MB.txt`
|
67
|
67
|
- [ ] Ensure `ChangeLog-MB.txt` is sync'd between alpha and stable branches
|
68
|
68
|
- [ ] Check the linked issues: ask people to check if any are missing, remove the not fixed ones
|
69
|
|
- - [ ] Run `tools/fetch-changelogs.py $(ISSUE_NUMBER) --date $date $updateArgs`
|
|
69
|
+ - [ ] Run `./tools/fetch-changelogs.py $(ISSUE_NUMBER) --date $date $updateArgs`
|
70
|
70
|
- Make sure you have `requests` installed (e.g., `apt install python3-requests`)
|
71
|
71
|
- The first time you run this script you will need to generate an access token; the script will guide you
|
72
|
72
|
- `$updateArgs` should be these arguments, depending on what you actually updated:
|
73
|
73
|
- [ ] `--firefox` (be sure to include esr at the end if needed, which is usually the case)
|
74
|
74
|
- [ ] `--no-script`
|
75
|
75
|
- [ ] `--ublock`
|
76
|
|
- - E.g., `tools/fetch-changelogs.py 41029 --date 'December 19 2023' --firefox 115.6.0esr --no-script 11.4.29 --ublock 1.54.0`
|
|
76
|
+ - E.g., `./tools/fetch-changelogs.py 41029 --date 'December 19 2023' --firefox 115.6.0esr --no-script 11.4.29 --ublock 1.54.0`
|
77
|
77
|
- `--date $date` is optional, if omitted it will be the date on which you run the command
|
78
|
78
|
- [ ] Copy the output of the script to the beginning of `ChangeLog-MB.txt` and adjust its output
|
79
|
79
|
- [ ] Open MR with above changes, using the template for release preparations
|
.gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md
... |
... |
@@ -66,14 +66,14 @@ Mullvad Browser Stable lives in the various `maint-$(MULLVAD_BROWSER_MAJOR).$(MU |
66
|
66
|
- [ ] Update `ChangeLog-MB.txt`
|
67
|
67
|
- [ ] Ensure `ChangeLog-MB.txt` is sync'd between alpha and stable branches
|
68
|
68
|
- [ ] Check the linked issues: ask people to check if any are missing, remove the not fixed ones
|
69
|
|
- - [ ] Run `tools/fetch-changelogs.py $(ISSUE_NUMBER) --date $date $updateArgs`
|
|
69
|
+ - [ ] Run `./tools/fetch-changelogs.py $(ISSUE_NUMBER) --date $date $updateArgs`
|
70
|
70
|
- Make sure you have `requests` installed (e.g., `apt install python3-requests`)
|
71
|
71
|
- The first time you run this script you will need to generate an access token; the script will guide you
|
72
|
72
|
- `$updateArgs` should be these arguments, depending on what you actually updated:
|
73
|
73
|
- [ ] `--firefox` (be sure to include esr at the end if needed, which is usually the case)
|
74
|
74
|
- [ ] `--no-script`
|
75
|
75
|
- [ ] `--ublock`
|
76
|
|
- - E.g., `tools/fetch-changelogs.py 41029 --date 'December 19 2023' --firefox 115.6.0esr --no-script 11.4.29 --ublock 1.54.0`
|
|
76
|
+ - E.g., `./tools/fetch-changelogs.py 41029 --date 'December 19 2023' --firefox 115.6.0esr --no-script 11.4.29 --ublock 1.54.0`
|
77
|
77
|
- `--date $date` is optional, if omitted it will be the date on which you run the command
|
78
|
78
|
- [ ] Copy the output of the script to the beginning of `ChangeLog-MB.txt` and adjust its output
|
79
|
79
|
- [ ] Open MR with above changes, using the template for release preparations
|
.gitlab/issue_templates/Release Prep - Tor Browser Alpha.md
... |
... |
@@ -57,6 +57,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch |
57
|
57
|
- [ ] ***(Optional)*** Update `projects/firefox-android/config`:
|
58
|
58
|
- [ ] `fenix_version` : update to match alpha `firefox-android` build tag
|
59
|
59
|
- [ ] `browser_branch` : update to match alpha `firefox-android` build tag
|
|
60
|
+ - [ ] `browser_build` : update to match alpha `firefox-android` build tag
|
60
|
61
|
- [ ] Update allowed_addons.json by running (from `tor-browser-build` root):
|
61
|
62
|
- `./tools/fetch_allowed_addons.py > projects/browser/allowed_addons.json`
|
62
|
63
|
- [ ] Update `projects/translation/config`:
|
... |
... |
@@ -95,7 +96,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch |
95
|
96
|
- [ ] Update `ChangeLog-TBB.txt`
|
96
|
97
|
- [ ] Ensure `ChangeLog-TBB.txt` is sync'd between alpha and stable branches
|
97
|
98
|
- [ ] Check the linked issues: ask people to check if any are missing, remove the not fixed ones
|
98
|
|
- - [ ] Run `tools/fetch-changelogs.py $(ISSUE_NUMBER) --date $date $updateArgs`
|
|
99
|
+ - [ ] Run `./tools/fetch-changelogs.py $(ISSUE_NUMBER) --date $date $updateArgs`
|
99
|
100
|
- Make sure you have `requests` installed (e.g., `apt install python3-requests`)
|
100
|
101
|
- The first time you run this script you will need to generate an access token; the script will guide you
|
101
|
102
|
- `$updateArgs` should be these arguments, depending on what you actually updated:
|
... |
... |
@@ -105,7 +106,7 @@ Tor Browser Alpha (and Nightly) are on the `main` branch |
105
|
106
|
- [ ] `--openssl`
|
106
|
107
|
- [ ] `--zlib`
|
107
|
108
|
- [ ] `--go`
|
108
|
|
- - E.g., `tools/fetch-changelogs.py 41028 --date 'December 19 2023' --firefox 115.6.0esr --tor 0.4.8.10 --no-script 11.4.29 --zlib 1.3 --go 1.21.5 --openssl 3.0.12`
|
|
109
|
+ - E.g., `./tools/fetch-changelogs.py 41028 --date 'December 19 2023' --firefox 115.6.0esr --tor 0.4.8.10 --no-script 11.4.29 --zlib 1.3 --go 1.21.5 --openssl 3.0.12`
|
109
|
110
|
- `--date $date` is optional, if omitted it will be the date on which you run the command
|
110
|
111
|
- [ ] Copy the output of the script to the beginning of `ChangeLog-TBB.txt` and adjust its output
|
111
|
112
|
- [ ] Open MR with above changes, using the template for release preparations
|
.gitlab/issue_templates/Release Prep - Tor Browser Stable.md
... |
... |
@@ -55,8 +55,10 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE |
55
|
55
|
**NOTE** we don't currently have any of our own patches for this project
|
56
|
56
|
- [ ] `git_hash` : update to appropriate git commit associated with `$(ESR_VERSION)`
|
57
|
57
|
- [ ] ***(Optional)*** Update `projects/firefox-android/config`:
|
58
|
|
- - [ ] `fenix_version` : update to match alpha `firefox-android` build tag
|
59
|
|
- - [ ] `browser_branch` : update to match alpha `firefox-android` build tag
|
|
58
|
+ - [ ] `fenix_version` : update to match stable `firefox-android` build tag
|
|
59
|
+ - [ ] `browser_branch` : update to match stable `firefox-android` build tag
|
|
60
|
+ - [ ] `browser_build` : update to match stable `firefox-android` build tag
|
|
61
|
+ variant: Beta
|
60
|
62
|
- [ ] Update allowed_addons.json by running (from `tor-browser-build` root):
|
61
|
63
|
- `./tools/fetch_allowed_addons.py > projects/browser/allowed_addons.json`
|
62
|
64
|
- [ ] Update `projects/translation/config`:
|
... |
... |
@@ -95,7 +97,7 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE |
95
|
97
|
- [ ] Update `ChangeLog-TBB.txt`
|
96
|
98
|
- [ ] Ensure `ChangeLog-TBB.txt` is sync'd between alpha and stable branches
|
97
|
99
|
- [ ] Check the linked issues: ask people to check if any are missing, remove the not fixed ones
|
98
|
|
- - [ ] Run `tools/fetch-changelogs.py $(ISSUE_NUMBER) --date $date $updateArgs`
|
|
100
|
+ - [ ] Run `./tools/fetch-changelogs.py $(ISSUE_NUMBER) --date $date $updateArgs`
|
99
|
101
|
- Make sure you have `requests` installed (e.g., `apt install python3-requests`)
|
100
|
102
|
- The first time you run this script you will need to generate an access token; the script will guide you
|
101
|
103
|
- `$updateArgs` should be these arguments, depending on what you actually updated:
|
... |
... |
@@ -105,7 +107,7 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE |
105
|
107
|
- [ ] `--openssl`
|
106
|
108
|
- [ ] `--zlib`
|
107
|
109
|
- [ ] `--go`
|
108
|
|
- - E.g., `tools/fetch-changelogs.py 41028 --date 'December 19 2023' --firefox 115.6.0esr --tor 0.4.8.10 --no-script 11.4.29 --zlib 1.3 --go 1.21.5 --openssl 3.0.12`
|
|
110
|
+ - E.g., `./tools/fetch-changelogs.py 41028 --date 'December 19 2023' --firefox 115.6.0esr --tor 0.4.8.10 --no-script 11.4.29 --zlib 1.3 --go 1.21.5 --openssl 3.0.12`
|
109
|
111
|
- `--date $date` is optional, if omitted it will be the date on which you run the command
|
110
|
112
|
- [ ] Copy the output of the script to the beginning of `ChangeLog-TBB.txt` and adjust its output
|
111
|
113
|
- [ ] Open MR with above changes, using the template for release preparations
|
projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
|
1
|
+Mullvad Browser 13.5a5 - February 27 2024
|
|
2
|
+ * All Platforms
|
|
3
|
+ * Updated Firefox to 115.8.0esr
|
|
4
|
+ * Updated uBlock Origin to 1.56.0
|
|
5
|
+ * Updated mullvad-browser-extension to 0.8.5
|
|
6
|
+ * Bug 262: Mouse-over long links causes the browser element to re-center relative to width of status tooltip [mullvad-browser]
|
|
7
|
+ * Bug 268: Rebase Mullvad Browser Alpha onto 115.8.0esr [mullvad-browser]
|
|
8
|
+ * Bug 42376: The placeholder of datetime inputs keeps being localized when spoof English is on [tor-browser]
|
|
9
|
+ * Bug 42378: spoof english + htmlform <details> can leak app language [tor-browser]
|
|
10
|
+ * Bug 42387: Visual noise in 13.5a4 letterboxing [tor-browser]
|
|
11
|
+ * Bug 42389: Betterboxing: gradient is never shown [tor-browser]
|
|
12
|
+ * Bug 42390: Betterboxing: make the decorator border disappear when the corners are flat [tor-browser]
|
|
13
|
+ * Bug 42397: Change RFP-spoofed Timezone from UTC to a real-world, less discriminable one [tor-browser]
|
|
14
|
+ * Bug 42398: Include Alpha and Nightly in MOZ_APP_DISPLAYNAME (and possibly in other places) [tor-browser]
|
|
15
|
+ * Bug 42423: Move temporary Lox Fluent strings to new file [tor-browser]
|
|
16
|
+ * macOS
|
|
17
|
+ * Bug 40569: Create build-specific installer for macOS [tor-browser-build]
|
|
18
|
+ * Build System
|
|
19
|
+ * All Platforms
|
|
20
|
+ * Bug 41038: Add RPM dependencies to README [tor-browser-build]
|
|
21
|
+ * Bug 41067: Use Capture::Tiny instead of IO::CaptureOutput [tor-browser-build]
|
|
22
|
+ * Bug 41072: Set correct updater_url for Mullvad Browser nightly builds [tor-browser-build]
|
|
23
|
+ * Bug 41081: Update detailsURL in tools/signing/nightly/update-responses-base-config.yml [tor-browser-build]
|
|
24
|
+ * Bug 41085: kick_devmole_build script prints wrong URL for Mullvad's build hashes [tor-browser-build]
|
|
25
|
+ * Bug 40068: Switch from IO::CaptureOutput to Capture::Tiny [rbm]
|
|
26
|
+ * Bug 40069: Make stdout and stderr utf8 [rbm]
|
|
27
|
+ * Bug 40071: Add an option to create zip files using 7z [rbm]
|
|
28
|
+ * Bug 40072: Move capture_exec to a separate module [rbm]
|
|
29
|
+ * Windows
|
|
30
|
+ * Bug 41076: Include the ShellLink plugin in NSIS [tor-browser-build]
|
|
31
|
+ * Bug 41077: Draft the new installer for Mullvad Browser [tor-browser-build]
|
|
32
|
+ * macOS
|
|
33
|
+ * Bug 41084: $app_bundle is missing the final .app in projects/firefox/build [tor-browser-build]
|
|
34
|
+
|
|
35
|
+Mullvad Browser 13.0.10 - February 20 2024
|
|
36
|
+ * All Platforms
|
|
37
|
+ * Updated Firefox to 115.8.0esr
|
|
38
|
+ * Updated mullvad-browser-extension to 0.8.5
|
|
39
|
+ * Bug 267: Rebase Mullvad Browser Stable onto Firefox 115.8.0esr [mullvad-browser]
|
|
40
|
+ * Bug 42374: spoof english leaks via numberingSystem: numbers (non-latn) or decimal separator (latn) [tor-browser]
|
|
41
|
+ * Build System
|
|
42
|
+ * All Platforms
|
|
43
|
+ * Bug 41037: Set time on signing machine before starting signing [tor-browser-build]
|
|
44
|
+ * Bug 41067: Use Capture::Tiny instead of IO::CaptureOutput [tor-browser-build]
|
|
45
|
+ * Bug 40068: Switch from IO::CaptureOutput to Capture::Tiny [rbm]
|
|
46
|
+ * Bug 40069: Make stdout and stderr utf8 [rbm]
|
|
47
|
+
|
1
|
48
|
Mullvad Browser 13.5a4 - January 29 2024
|
2
|
49
|
* All Platforms
|
3
|
50
|
* Updated Firefox to 115.7.0esr
|
projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
|
1
|
+Tor Browser 13.5a5 - February 27 2024
|
|
2
|
+ * All Platforms
|
|
3
|
+ * Updated OpenSSL to 3.0.13
|
|
4
|
+ * Updated Snowflake to 2.9.0
|
|
5
|
+ * Bug 42376: The placeholder of datetime inputs keeps being localized when spoof English is on [tor-browser]
|
|
6
|
+ * Bug 42378: spoof english + htmlform <details> can leak app language [tor-browser]
|
|
7
|
+ * Bug 42390: Betterboxing: make the decorator border disappear when the corners are flat [tor-browser]
|
|
8
|
+ * Bug 42397: Change RFP-spoofed Timezone from UTC to a real-world, less discriminable one [tor-browser]
|
|
9
|
+ * Bug 42412: Rebase Tor Browser Alpha onto 115.8.0esr [tor-browser]
|
|
10
|
+ * Bug 41079: Bump version of Snowflake to v2.9.0 [tor-browser-build]
|
|
11
|
+ * Windows + macOS + Linux
|
|
12
|
+ * Updated Firefox to 115.8.0esr
|
|
13
|
+ * Bug 41814: Change "vanilla bridge:" to "Tor bridge:" in bridge cards [tor-browser]
|
|
14
|
+ * Bug 42270: Implement design changes to QR code dialog [tor-browser]
|
|
15
|
+ * Bug 42389: Betterboxing: gradient is never shown [tor-browser]
|
|
16
|
+ * Bug 42398: Include Alpha and Nightly in MOZ_APP_DISPLAYNAME (and possibly in other places) [tor-browser]
|
|
17
|
+ * Bug 42414: Show ellipsis when the tor bridge address overflows [tor-browser]
|
|
18
|
+ * Bug 42415: Improve focus styling for forced focus in bridge settings [tor-browser]
|
|
19
|
+ * Bug 42421: Remove bridge option should be hidden for Lox bridges [tor-browser]
|
|
20
|
+ * Bug 42423: Move temporary Lox Fluent strings to new file [tor-browser]
|
|
21
|
+ * Bug 42425: Improve accessibility of the bridge emoji cells [tor-browser]
|
|
22
|
+ * Android
|
|
23
|
+ * Updated GeckoView to 115.8.0esr
|
|
24
|
+ * Bug 42253: Remove "New private tab" action and widget [tor-browser]
|
|
25
|
+ * Bug 42402: Remove Android YEC strings [tor-browser]
|
|
26
|
+ * Bug 42407: TTP-03-010 WP3: Potential phishing [tor-browser]
|
|
27
|
+ * Bug 42416: Backport Android security fixes from Firefox 123 [tor-browser]
|
|
28
|
+ * macOS
|
|
29
|
+ * Bug 40569: Create build-specific installer for macOS [tor-browser-build]
|
|
30
|
+ * Build System
|
|
31
|
+ * All Platforms
|
|
32
|
+ * Updated Go to 1.20.14 and 1.21.7
|
|
33
|
+ * Bug 41081: Update detailsURL in tools/signing/nightly/update-responses-base-config.yml [tor-browser-build]
|
|
34
|
+ * Bug 41085: kick_devmole_build script prints wrong URL for Mullvad's build hashes [tor-browser-build]
|
|
35
|
+ * Bug 40068: Switch from IO::CaptureOutput to Capture::Tiny [rbm]
|
|
36
|
+ * Bug 40069: Make stdout and stderr utf8 [rbm]
|
|
37
|
+ * Bug 40071: Add an option to create zip files using 7z [rbm]
|
|
38
|
+ * Bug 40072: Move capture_exec to a separate module [rbm]
|
|
39
|
+ * Windows
|
|
40
|
+ * Bug 41076: Include the ShellLink plugin in NSIS [tor-browser-build]
|
|
41
|
+ * macOS
|
|
42
|
+ * Bug 41084: $app_bundle is missing the final .app in projects/firefox/build [tor-browser-build]
|
|
43
|
+ * Android
|
|
44
|
+ * Bug 42399: Re-enable minimization of JS for Android [tor-browser]
|
|
45
|
+ * Bug 41080: Re-pack omni.ja with 7-zip on Android [tor-browser-build]
|
|
46
|
+
|
|
47
|
+Tor Browser 13.0.10 - February 20 2024
|
|
48
|
+ * All Platforms
|
|
49
|
+ * Updated OpenSSL to 3.0.13
|
|
50
|
+ * Updated zlib to 1.3.1
|
|
51
|
+ * Updated Snowflake to 2.9.0
|
|
52
|
+ * Bug 42374: spoof english leaks via numberingSystem: numbers (non-latn) or decimal separator (latn) [tor-browser]
|
|
53
|
+ * Bug 42411: Rebase Tor Browser stable onto 115.8.0esr [tor-browser]
|
|
54
|
+ * Bug 41079: Bump version of Snowflake to v2.9.0 [tor-browser-build]
|
|
55
|
+ * Windows + macOS + Linux
|
|
56
|
+ * Updated Firefox to 115.8.0esr
|
|
57
|
+ * Bug 42338: Changing circuit programmatically in Tor Browser not working anymore! [tor-browser]
|
|
58
|
+ * Android
|
|
59
|
+ * Updated GeckoView to 115.8.0esr
|
|
60
|
+ * Bug 42402: Remove Android YEC strings [tor-browser]
|
|
61
|
+ * Bug 42416: Backport Android security fixes from Firefox 123 [tor-browser]
|
|
62
|
+ * Linux
|
|
63
|
+ * Bug 42293: Updater is disabled when tor-browser is run by torbrowser-launcher flatpak [tor-browser]
|
|
64
|
+ * Build System
|
|
65
|
+ * All Platforms
|
|
66
|
+ * Updated Go to 1.20.14 and 1.21.7
|
|
67
|
+ * Bug 41067: Use Capture::Tiny instead of IO::CaptureOutput [tor-browser-build]
|
|
68
|
+ * Bug 40067: Use --no-verbose wget option when not running in a terminal [rbm]
|
|
69
|
+ * Bug 40068: Switch from IO::CaptureOutput to Capture::Tiny [rbm]
|
|
70
|
+ * Bug 40069: Make stdout and stderr utf8 [rbm]
|
|
71
|
+ * Bug 40072: Move capture_exec to a separate module [rbm]
|
|
72
|
+
|
1
|
73
|
Tor Browser 13.5a4 - January 31 2024
|
2
|
74
|
* All Platforms
|
3
|
75
|
* Updated zlib to 1.3.1
|
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=1565722641"
|
18
|
18
|
}
|
19
|
19
|
],
|
20
|
|
- "average_daily_users": 1149777,
|
|
20
|
+ "average_daily_users": 1137843,
|
21
|
21
|
"categories": {
|
22
|
22
|
"firefox": [
|
23
|
23
|
"web-development",
|
... |
... |
@@ -28,7 +28,7 @@ |
28
|
28
|
"contributions_url": "https://opencollective.com/darkreader?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org",
|
29
|
29
|
"created": "2017-09-19T07:03:00Z",
|
30
|
30
|
"current_version": {
|
31
|
|
- "id": 5678786,
|
|
31
|
+ "id": 5688757,
|
32
|
32
|
"compatibility": {
|
33
|
33
|
"firefox": {
|
34
|
34
|
"min": "54.0",
|
... |
... |
@@ -39,7 +39,7 @@ |
39
|
39
|
"max": "*"
|
40
|
40
|
}
|
41
|
41
|
},
|
42
|
|
- "edit_url": "https://addons.mozilla.org/en-US/developers/addon/darkreader/versions/5678786",
|
|
42
|
+ "edit_url": "https://addons.mozilla.org/en-US/developers/addon/darkreader/versions/5688757",
|
43
|
43
|
"is_strict_compatibility_enabled": false,
|
44
|
44
|
"license": {
|
45
|
45
|
"id": 22,
|
... |
... |
@@ -50,22 +50,22 @@ |
50
|
50
|
"url": "http://www.opensource.org/license/mit"
|
51
|
51
|
},
|
52
|
52
|
"release_notes": {
|
53
|
|
- "en-US": "- Improved dark theme detection.\n- Dynamic mode bug fixes.\n- Users' fixes for websites."
|
|
53
|
+ "en-US": "- Fixed errors when Adopted Stylesheets were not present.\n- Fixed breaking on ::view-transition selectors (Airbnb issue).\n- Users' fixes for websites."
|
54
|
54
|
},
|
55
|
|
- "reviewed": "2024-01-22T11:18:14Z",
|
56
|
|
- "version": "4.9.76",
|
|
55
|
+ "reviewed": "2024-02-08T08:33:10Z",
|
|
56
|
+ "version": "4.9.77",
|
57
|
57
|
"files": [
|
58
|
58
|
{
|
59
|
|
- "id": 4223104,
|
60
|
|
- "created": "2024-01-17T14:17:21Z",
|
61
|
|
- "hash": "sha256:d3afe139928c3c30bd11347c08a3360fa3417be4667c47f3de19fdc0ab92da9f",
|
|
59
|
+ "id": 4233074,
|
|
60
|
+ "created": "2024-02-07T11:23:55Z",
|
|
61
|
+ "hash": "sha256:931de67e9091c69edd9fd3f348a7ed1de1dce7d136017fed641bd10eb0ae8891",
|
62
|
62
|
"is_restart_required": false,
|
63
|
63
|
"is_webextension": true,
|
64
|
64
|
"is_mozilla_signed_extension": false,
|
65
|
65
|
"platform": "all",
|
66
|
|
- "size": 723386,
|
|
66
|
+ "size": 725369,
|
67
|
67
|
"status": "public",
|
68
|
|
- "url": "https://addons.mozilla.org/firefox/downloads/file/4223104/darkreader-4.9.76.xpi",
|
|
68
|
+ "url": "https://addons.mozilla.org/firefox/downloads/file/4233074/darkreader-4.9.77.xpi",
|
69
|
69
|
"permissions": [
|
70
|
70
|
"alarms",
|
71
|
71
|
"contextMenus",
|
... |
... |
@@ -143,7 +143,7 @@ |
143
|
143
|
},
|
144
|
144
|
"is_disabled": false,
|
145
|
145
|
"is_experimental": false,
|
146
|
|
- "last_updated": "2024-01-22T11:18:14Z",
|
|
146
|
+ "last_updated": "2024-02-08T08:33:10Z",
|
147
|
147
|
"name": {
|
148
|
148
|
"ar": "Dark Reader",
|
149
|
149
|
"bn": "Dark Reader",
|
... |
... |
@@ -218,10 +218,10 @@ |
218
|
218
|
"category": "recommended"
|
219
|
219
|
},
|
220
|
220
|
"ratings": {
|
221
|
|
- "average": 4.5479,
|
222
|
|
- "bayesian_average": 4.546785102314431,
|
223
|
|
- "count": 5377,
|
224
|
|
- "text_count": 1689
|
|
221
|
+ "average": 4.5407,
|
|
222
|
+ "bayesian_average": 4.539579140237365,
|
|
223
|
+ "count": 5441,
|
|
224
|
+ "text_count": 1716
|
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": 25711
|
|
321
|
+ "weekly_downloads": 24267
|
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": 267473,
|
|
337
|
+ "average_daily_users": 264838,
|
338
|
338
|
"categories": {
|
339
|
339
|
"firefox": [
|
340
|
340
|
"privacy-security"
|
... |
... |
@@ -547,10 +547,10 @@ |
547
|
547
|
"category": "recommended"
|
548
|
548
|
},
|
549
|
549
|
"ratings": {
|
550
|
|
- "average": 4.8014,
|
551
|
|
- "bayesian_average": 4.796833851849327,
|
552
|
|
- "count": 1400,
|
553
|
|
- "text_count": 250
|
|
550
|
+ "average": 4.8001,
|
|
551
|
+ "bayesian_average": 4.795468550922711,
|
|
552
|
+ "count": 1406,
|
|
553
|
+ "text_count": 252
|
554
|
554
|
},
|
555
|
555
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/reviews/",
|
556
|
556
|
"requires_payment": false,
|
... |
... |
@@ -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": 3594
|
|
638
|
+ "weekly_downloads": 3215
|
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": 1220177,
|
|
654
|
+ "average_daily_users": 1223061,
|
655
|
655
|
"categories": {
|
656
|
656
|
"firefox": [
|
657
|
657
|
"privacy-security"
|
... |
... |
@@ -660,7 +660,7 @@ |
660
|
660
|
"contributions_url": "https://paypal.me/SupportEFF?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org",
|
661
|
661
|
"created": "2014-05-01T18:23:16Z",
|
662
|
662
|
"current_version": {
|
663
|
|
- "id": 5659023,
|
|
663
|
+ "id": 5688386,
|
664
|
664
|
"compatibility": {
|
665
|
665
|
"firefox": {
|
666
|
666
|
"min": "78.0",
|
... |
... |
@@ -671,7 +671,7 @@ |
671
|
671
|
"max": "*"
|
672
|
672
|
}
|
673
|
673
|
},
|
674
|
|
- "edit_url": "https://addons.mozilla.org/en-US/developers/addon/privacy-badger17/versions/5659023",
|
|
674
|
+ "edit_url": "https://addons.mozilla.org/en-US/developers/addon/privacy-badger17/versions/5688386",
|
675
|
675
|
"is_strict_compatibility_enabled": false,
|
676
|
676
|
"license": {
|
677
|
677
|
"id": 6,
|
... |
... |
@@ -682,22 +682,22 @@ |
682
|
682
|
"url": "http://www.gnu.org/licenses/gpl-3.0.html"
|
683
|
683
|
},
|
684
|
684
|
"release_notes": {
|
685
|
|
- "en-US": "<ul><li>Improved widget replacement for embedded Tweets</li><li>Fixed blocking WebSocket connections to blocked domains</li><li>Fixed various site breakages</li><li>Added Galician translations in Firefox</li><li>Improved translations (Traditional Chinese, Greek, Japanese)</li></ul>"
|
|
685
|
+ "en-US": "<ul><li>Fixed timing issue that could lead to incomplete or empty tracker data on installation in Firefox</li><li>Fixed various UI display issues</li><li>Fixed various site breakages</li><li>Improved translations (Hebrew, Brazilian Portuguese, Swedish, Ukrainian)</li></ul>"
|
686
|
686
|
},
|
687
|
|
- "reviewed": "2023-12-07T09:09:12Z",
|
688
|
|
- "version": "2023.12.1",
|
|
687
|
+ "reviewed": "2024-02-08T18:59:58Z",
|
|
688
|
+ "version": "2024.2.6",
|
689
|
689
|
"files": [
|
690
|
690
|
{
|
691
|
|
- "id": 4203344,
|
692
|
|
- "created": "2023-12-01T19:02:57Z",
|
693
|
|
- "hash": "sha256:aacac794c211fc6ea7dc51529883fd3e477aff37441d29ae7f576ab0f8c737b7",
|
|
691
|
+ "id": 4232703,
|
|
692
|
+ "created": "2024-02-06T15:04:35Z",
|
|
693
|
+ "hash": "sha256:81d80bff29b6209aa444713bc548a3d06fd5bde208c9c3c596dba81cc97add02",
|
694
|
694
|
"is_restart_required": false,
|
695
|
695
|
"is_webextension": true,
|
696
|
696
|
"is_mozilla_signed_extension": false,
|
697
|
697
|
"platform": "all",
|
698
|
|
- "size": 1893319,
|
|
698
|
+ "size": 1892384,
|
699
|
699
|
"status": "public",
|
700
|
|
- "url": "https://addons.mozilla.org/firefox/downloads/file/4203344/privacy_badger17-2023.12.1.xpi",
|
|
700
|
+ "url": "https://addons.mozilla.org/firefox/downloads/file/4232703/privacy_badger17-2024.2.6.xpi",
|
701
|
701
|
"permissions": [
|
702
|
702
|
"<all_urls>",
|
703
|
703
|
"alarms",
|
... |
... |
@@ -1124,7 +1124,7 @@ |
1124
|
1124
|
},
|
1125
|
1125
|
"is_disabled": false,
|
1126
|
1126
|
"is_experimental": false,
|
1127
|
|
- "last_updated": "2023-12-07T09:09:12Z",
|
|
1127
|
+ "last_updated": "2024-02-08T18:59:58Z",
|
1128
|
1128
|
"name": {
|
1129
|
1129
|
"en-US": "Privacy Badger"
|
1130
|
1130
|
},
|
... |
... |
@@ -1170,10 +1170,10 @@ |
1170
|
1170
|
"category": "recommended"
|
1171
|
1171
|
},
|
1172
|
1172
|
"ratings": {
|
1173
|
|
- "average": 4.796,
|
1174
|
|
- "bayesian_average": 4.793312997020196,
|
1175
|
|
- "count": 2377,
|
1176
|
|
- "text_count": 449
|
|
1173
|
+ "average": 4.7952,
|
|
1174
|
+ "bayesian_average": 4.7924799598835,
|
|
1175
|
+ "count": 2393,
|
|
1176
|
+ "text_count": 455
|
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": 25171
|
|
1200
|
+ "weekly_downloads": 21906
|
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": 7634996,
|
|
1216
|
+ "average_daily_users": 7691950,
|
1217
|
1217
|
"categories": {
|
1218
|
1218
|
"firefox": [
|
1219
|
1219
|
"privacy-security"
|
... |
... |
@@ -1222,7 +1222,7 @@ |
1222
|
1222
|
"contributions_url": "",
|
1223
|
1223
|
"created": "2015-04-25T07:26:22Z",
|
1224
|
1224
|
"current_version": {
|
1225
|
|
- "id": 5672315,
|
|
1225
|
+ "id": 5693353,
|
1226
|
1226
|
"compatibility": {
|
1227
|
1227
|
"firefox": {
|
1228
|
1228
|
"min": "78.0",
|
... |
... |
@@ -1233,7 +1233,7 @@ |
1233
|
1233
|
"max": "*"
|
1234
|
1234
|
}
|
1235
|
1235
|
},
|
1236
|
|
- "edit_url": "https://addons.mozilla.org/en-US/developers/addon/ublock-origin/versions/5672315",
|
|
1236
|
+ "edit_url": "https://addons.mozilla.org/en-US/developers/addon/ublock-origin/versions/5693353",
|
1237
|
1237
|
"is_strict_compatibility_enabled": false,
|
1238
|
1238
|
"license": {
|
1239
|
1239
|
"id": 6,
|
... |
... |
@@ -1244,22 +1244,22 @@ |
1244
|
1244
|
"url": "http://www.gnu.org/licenses/gpl-3.0.html"
|
1245
|
1245
|
},
|
1246
|
1246
|
"release_notes": {
|
1247
|
|
- "en-US": "See complete release notes for <a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/514b85ddd154153a63fe9cad6e47b0dde362b3390028a01ae888299309b29f19/https%3A//github.com/gorhill/uBlock/releases/tag/1.55.0\" rel=\"nofollow\">1.55.0</a>.\n\n<b>Fixes / changes</b>\n\n<ul><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/1e03af965f6b7a76aa94f61cb56680667b89d9fb6a73387d97ad555da654291b/https%3A//github.com/gorhill/uBlock/commit/c8b7d1a526\" rel=\"nofollow\">Mind drop events in filter _expression_ field of logger</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/e018352ca30c61b4a80c2afc9223bc4d5ea6728bddb3acfeb89c19e51fc9f57d/https%3A//github.com/gorhill/uBlock/commit/d7063a052f\" rel=\"nofollow\">Improve <code>xml-prune</code> scriptlet</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/ec6b213ac8c38077b676e1317f9b5bd45162b49e3b23ef363acbf5e6f71d38be/https%3A//github.com/gorhill/uBlock/commit/49c8310e22\" rel=\"nofollow\">Fix message entries overflowing in logger</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/a6311ada7aec5e36a802c2a7728c73f2cd1b4ee9e025e1f00550c2c98642814a/https%3A//github.com/gorhill/uBlock/commit/abeadf18eb\" rel=\"nofollow\">Add support for <code>application/x-_javascript_</code> in <code>replace=</code> option</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/8b0f4ac6d1a68a10f0736aaad83d4839a0f9963a5b170cdbf4b5a7eea55f2f03/https%3A//github.com/gorhill/uBlock/commit/443c1f81e1\" rel=\"nofollow\">Extend support for differential updates to imported lists</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/5e2218ad38a67bad16b5a216e47aa391fd4825c612404c6ca387afc6e9913aea/https%3A//github.com/gorhill/uBlock/commit/9f4b31a96f\" rel=\"nofollow\">Add detection of mismatched <code>!#if</code>-<code>!#endif</code> in linter</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/d3d5708132bbca2b9b3232ada3f9767787201f717ca9b32a6a9daa74a97a49a0/https%3A//github.com/gorhill/uBlock/commit/5e3f9695b4\" rel=\"nofollow\">Support links to update lists which are differential update-friendly</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/5da8dae3bfc5fd15895013d5005ffb11d854ce8a1fe72204579183810e429242/https%3A//github.com/gorhill/uBlock/commit/bd7ce41224\" rel=\"nofollow\">Remove \"Purge all caches\" button from \"Filter lists\" pane</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/f9bd0d08194525f2457cf567a6c717e3f1946f9496fd40c766b6636384309810/https%3A//github.com/gorhill/uBlock/commit/14926913f7\" rel=\"nofollow\">Add support for <code>all</code> list token in updater-link feature</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/f266c7ca3a6228a20999be8e7272c3c3d8cfce1af3b2eea94dd05f45dc027ac4/https%3A//github.com/gorhill/uBlock/commit/4305ea9c0c\" rel=\"nofollow\">Fix logging of broad exception filter <code>#@#+js()</code></a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/444dcf1f11a8dacef0553e6bc5d24886627ee7b83ca376bd8f7ffbbf1e89bded/https%3A//github.com/gorhill/uBlock/commit/d01ad24291\" rel=\"nofollow\">Improve <code>no-xhr-if</code> scriptlet</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/5f699ca11537ba17c330a8af034485eab1abd9aea0b3ca78fda201697f4f66a3/https%3A//github.com/gorhill/uBlock/commit/bfa28b960e\" rel=\"nofollow\">Ensure cache storage backend is selected before access</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/983fbc3b50419c274040d977bd01fb686c63cdafd9bcfca82302f207cd1e1e68/https%3A//github.com/gorhill/uBlock/commit/4183ce477a\" rel=\"nofollow\">Fix popup panel rendering when embedded in logger</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/2f972ff52f4edc3dc9908459d2e0a48bc7e11dadf59914689e3fc1808b0d4be2/https%3A//github.com/gorhill/uBlock/commit/7e44db763e\" rel=\"nofollow\">Add visual hint in support information re. differential update</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/75541b4012443bd5602cc01fb64f7b602eb32da07df0ca5aeb99cc7b5b092114/https%3A//github.com/gorhill/uBlock/commit/310bfec6a1\" rel=\"nofollow\">Remove obsolete web accessible resources</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/8eb76fbc2577032e63698efd5906fc902fc6ea77e5447ee46b1c568b893aa6f1/https%3A//github.com/gorhill/uBlock/commit/cdc5e89f52\" rel=\"nofollow\">Rename <code>urltransform</code> to <code>uritransform</code></a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/43e266ca8d07228388c2a607537be725324924b7d087c8980416a45444bd312f/https%3A//github.com/gorhill/uBlock/commit/885bc3875b\" rel=\"nofollow\">Vertically expand/collapse in steps in dom inspector</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/d1f0669c5cf9357a9528d866b9282826990b46de4bcf038c1397489efa935f60/https%3A//github.com/gorhill/uBlock/commit/c744c87607\" rel=\"nofollow\">Reset the DOM inspector when URL in top context changes</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/d2f70a310ccc2ce2b2c97c65e433784231303493b0745ae50028eebe023f121d/https%3A//github.com/gorhill/uBlock/commit/941077a25c\" rel=\"nofollow\">Support shadow-piercing combinator <code>>>></code> in <code>trusted-click-element</code></a></li><li>[...]</li></ul>\n<a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/7d13ab8046ad75d1230ea59d94ba72aeb21890ef1ebf70d2c4b4c3a40ec51d1c/https%3A//github.com/gorhill/uBlock/compare/1.54.0...1.55.0\" rel=\"nofollow\">Commits history since last version</a>"
|
|
1247
|
+ "en-US": "See complete release notes for <a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/d2b406aad3a1689d93242d841355ff70cc8bad0caa470153d0020e98b5547472/https%3A//github.com/gorhill/uBlock/releases/tag/1.56.0\" rel=\"nofollow\">1.56.0</a>.\n\n<b>Fixes / changes</b>\n\n<ul><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/39dfcbf564824557b9576b8ab90f8b3bf9b6a00796694276f49ffccd1f883691/https%3A//github.com/gorhill/uBlock/commit/2a5a444482\" rel=\"nofollow\">Mind that multiple <code>uritransform</code> may apply to a single request</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/a81992f7ab9a23a438d94b1936b9612cabf9e665d9db49a1a6fed0835bee73fa/https%3A//github.com/gorhill/uBlock/commit/9bff0c2f94\" rel=\"nofollow\">Fix incorrect built-in filtering _expression_ in logger</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/e88d43f67c0962312b76d6d06af26de5de0006954c70568e488f1567269b9288/https%3A//github.com/gorhill/uBlock/commit/21ec5a277c\" rel=\"nofollow\">Fix improper invalidation of valid <code>uritransform</code> exception filters</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/0f3549a7d85e6616619d00126a8ff97508acb67c4d6a8be80bc128c304889a7b/https%3A//github.com/gorhill/uBlock/commit/b22b3d729b\" rel=\"nofollow\">Improve <code>prevent-addEventListener</code> scriptlet</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/378d2611f7de534428615ac9418e10ec3f21533992611f8067c17be97fea704f/https%3A//github.com/gorhill/uBlock/commit/397d6d47b9\" rel=\"nofollow\">Fix Chartbeat flicker control <code>div</code>'s</a> (by @ryanbr)</li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/bbf6c43dcdb62ea74fd182f6c14e982561410421c4ece87fe2287a9be7122b8d/https%3A//github.com/gorhill/uBlock/commit/7b138b58c6\" rel=\"nofollow\">Fix potential exfiltration of browsing history by a rogue list author through <code>permissions=</code></a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/93a9a64cf8ec890f9a478cf32179abeb3392c2b0e00eaabdaae18767df4c6fd8/https%3A//github.com/gorhill/uBlock/commit/3037ae5f04\" rel=\"nofollow\">Ignore event handler-related attributes in <code>set-attr</code> scriptlet</a> (suggested by @distinctmondaylilac)</li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/4ed2b2948421552ce1c1706bddc2e1d7e140ea318c342ac62425de7247245b93/https%3A//github.com/gorhill/uBlock/commit/db5656f607\" rel=\"nofollow\">Fix potential exfiltration of browsing history by a rogue list author through <code>csp=</code></a> (reported by @distinctmondaylilac)</li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/0fc7f9c779a1eb0dde44e6a9cce8c1d1eb82d03b869d06379c98ac2385c5f57a/https%3A//github.com/gorhill/uBlock/commit/869a653fdf\" rel=\"nofollow\">Output scriptlet logging information to the logger</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/0dc5f09464b305050627d6fe2d78c2542b033c5e4bea6c5b753395f8c4a2ef9c/https%3A//github.com/gorhill/uBlock/commit/49dd68ef3d\" rel=\"nofollow\">Fix decompiling of scriptlet parameters</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/5a4d736ff47d1505619f0b2875e2844a6517ae724da6087c4358a1c27723aba2/https%3A//github.com/gorhill/uBlock/commit/45e62c939f\" rel=\"nofollow\">Add support for <code>extraMatch</code> in <code>trusted-click-element</code> scriptlet</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/439735e662e837889e0dbe7125bdfaa00456c0b435fe56c67d76a29021c82464/https%3A//github.com/gorhill/uBlock/commit/f624c835c2\" rel=\"nofollow\">Remove minimum height constraint from \"My filters\" pane</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/ef423b580af2dea4a9a044064326e60a7b1837990f0f4ceb83c319d13816449b/https%3A//github.com/gorhill/uBlock/commit/13dcd844a7\" rel=\"nofollow\">Unregister all scriptlets when disabling uBO on a specific site</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/e06c923bfb016c184026f7d1e9b2341d3d547d2afe5b8f1f4309ba5a2d70384d/https%3A//github.com/gorhill/uBlock/commit/b19094339f\" rel=\"nofollow\">Allow <code>uritransform</code> to process the hash part of a URL</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/3e0f743a60bf78bced858027f356d13fcb916fcc1cff9149d5fd1b738753f1ac/https%3A//github.com/gorhill/uBlock/commit/3d1b100646\" rel=\"nofollow\">Remember presentation state of \"My rules\" pane</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/819053ea32148fd9ad7c6ce5e1e67a5d2e98fb589d58d66d5cef20f53c6740b3/https%3A//github.com/gorhill/uBlock/commit/0e00010b91\" rel=\"nofollow\">Fix improperly assembled <code>!#include</code> sublists</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/9506d56abc46f95d7412b99505eb28ad87762987a4892e8c2b63d164a3032844/https%3A//github.com/gorhill/uBlock/commit/757b8be9cd\" rel=\"nofollow\">Mark procedural filters with pseudo-elements selector as invalid</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/9b18234e17c6871170acd1d510f4746b9b055de1ed04a73c26982e71e6a3ff48/https%3A//github.com/gorhill/uBlock/commit/bc641fc024\" rel=\"nofollow\">Prevent access to picker when \"My filters\" is not enabled</a></li><li><a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/f990e686b6eacbbd0bd43a18048c60e6771a538fd2ca663db22bb9096ff37134/https%3A//github.com/gorhill/uBlock/commit/c4bb8a0f64\" rel=\"nofollow\">Provide visual feedback when applying changes in \"Filter lists\" pane</a></li><li>[...]</li></ul>\n<a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/738859f7b07778caaaa18298773a617906b1e10d8d43c5f34902c5d63aef885b/https%3A//github.com/gorhill/uBlock/compare/1.55.0...1.56.0\" rel=\"nofollow\">Commits history since last version</a>"
|
1248
|
1248
|
},
|
1249
|
|
- "reviewed": "2024-01-08T10:26:54Z",
|
1250
|
|
- "version": "1.55.0",
|
|
1249
|
+ "reviewed": "2024-02-20T18:51:52Z",
|
|
1250
|
+ "version": "1.56.0",
|
1251
|
1251
|
"files": [
|
1252
|
1252
|
{
|
1253
|
|
- "id": 4216633,
|
1254
|
|
- "created": "2024-01-03T20:24:50Z",
|
1255
|
|
- "hash": "sha256:a02ca1d32737c3437f97553e5caaead6479a66ac1f8ff3b84a06cfa6bb0c7647",
|
|
1253
|
+ "id": 4237670,
|
|
1254
|
+ "created": "2024-02-17T14:54:31Z",
|
|
1255
|
+ "hash": "sha256:f5fbeeac511ca4e10a74723413727fda8e6f9236c726d16eb54ade1fbe7be5be",
|
1256
|
1256
|
"is_restart_required": false,
|
1257
|
1257
|
"is_webextension": true,
|
1258
|
1258
|
"is_mozilla_signed_extension": false,
|
1259
|
1259
|
"platform": "all",
|
1260
|
|
- "size": 3647341,
|
|
1260
|
+ "size": 3819727,
|
1261
|
1261
|
"status": "public",
|
1262
|
|
- "url": "https://addons.mozilla.org/firefox/downloads/file/4216633/ublock_origin-1.55.0.xpi",
|
|
1262
|
+ "url": "https://addons.mozilla.org/firefox/downloads/file/4237670/ublock_origin-1.56.0.xpi",
|
1263
|
1263
|
"permissions": [
|
1264
|
1264
|
"alarms",
|
1265
|
1265
|
"dns",
|
... |
... |
@@ -1379,7 +1379,7 @@ |
1379
|
1379
|
},
|
1380
|
1380
|
"is_disabled": false,
|
1381
|
1381
|
"is_experimental": false,
|
1382
|
|
- "last_updated": "2024-01-21T19:40:21Z",
|
|
1382
|
+ "last_updated": "2024-02-20T18:51:52Z",
|
1383
|
1383
|
"name": {
|
1384
|
1384
|
"ar": "uBlock Origin",
|
1385
|
1385
|
"bg": "uBlock Origin",
|
... |
... |
@@ -1524,10 +1524,10 @@ |
1524
|
1524
|
"category": "recommended"
|
1525
|
1525
|
},
|
1526
|
1526
|
"ratings": {
|
1527
|
|
- "average": 4.7869,
|
1528
|
|
- "bayesian_average": 4.786526880140991,
|
1529
|
|
- "count": 17099,
|
1530
|
|
- "text_count": 4466
|
|
1527
|
+ "average": 4.7887,
|
|
1528
|
+ "bayesian_average": 4.788323774199536,
|
|
1529
|
+ "count": 17283,
|
|
1530
|
+ "text_count": 4511
|
1531
|
1531
|
},
|
1532
|
1532
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/",
|
1533
|
1533
|
"requires_payment": false,
|
... |
... |
@@ -1590,7 +1590,7 @@ |
1590
|
1590
|
"type": "extension",
|
1591
|
1591
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/",
|
1592
|
1592
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/",
|
1593
|
|
- "weekly_downloads": 191212
|
|
1593
|
+ "weekly_downloads": 170114
|
1594
|
1594
|
},
|
1595
|
1595
|
"notes": null
|
1596
|
1596
|
},
|
... |
... |
@@ -1606,7 +1606,7 @@ |
1606
|
1606
|
"picture_url": null
|
1607
|
1607
|
}
|
1608
|
1608
|
],
|
1609
|
|
- "average_daily_users": 177037,
|
|
1609
|
+ "average_daily_users": 177359,
|
1610
|
1610
|
"categories": {
|
1611
|
1611
|
"firefox": [
|
1612
|
1612
|
"photos-music-videos",
|
... |
... |
@@ -1702,10 +1702,10 @@ |
1702
|
1702
|
"category": "recommended"
|
1703
|
1703
|
},
|
1704
|
1704
|
"ratings": {
|
1705
|
|
- "average": 4.4783,
|
1706
|
|
- "bayesian_average": 4.473306026343802,
|
1707
|
|
- "count": 1177,
|
1708
|
|
- "text_count": 445
|
|
1705
|
+ "average": 4.4571,
|
|
1706
|
+ "bayesian_average": 4.452141766560867,
|
|
1707
|
+ "count": 1201,
|
|
1708
|
+ "text_count": 460
|
1709
|
1709
|
},
|
1710
|
1710
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/reviews/",
|
1711
|
1711
|
"requires_payment": false,
|
... |
... |
@@ -1727,7 +1727,7 @@ |
1727
|
1727
|
"type": "extension",
|
1728
|
1728
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/",
|
1729
|
1729
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/video-background-play-fix/versions/",
|
1730
|
|
- "weekly_downloads": 433
|
|
1730
|
+ "weekly_downloads": 466
|
1731
|
1731
|
},
|
1732
|
1732
|
"notes": null
|
1733
|
1733
|
},
|
... |
... |
@@ -1743,7 +1743,7 @@ |
1743
|
1743
|
"picture_url": null
|
1744
|
1744
|
}
|
1745
|
1745
|
],
|
1746
|
|
- "average_daily_users": 81898,
|
|
1746
|
+ "average_daily_users": 79283,
|
1747
|
1747
|
"categories": {
|
1748
|
1748
|
"firefox": [
|
1749
|
1749
|
"privacy-security",
|
... |
... |
@@ -1853,9 +1853,9 @@ |
1853
|
1853
|
],
|
1854
|
1854
|
"promoted": null,
|
1855
|
1855
|
"ratings": {
|
1856
|
|
- "average": 4.3802,
|
1857
|
|
- "bayesian_average": 4.366169675126323,
|
1858
|
|
- "count": 405,
|
|
1856
|
+ "average": 4.3787,
|
|
1857
|
+ "bayesian_average": 4.364570736907983,
|
|
1858
|
+ "count": 404,
|
1859
|
1859
|
"text_count": 113
|
1860
|
1860
|
},
|
1861
|
1861
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/reviews/",
|
... |
... |
@@ -1878,7 +1878,7 @@ |
1878
|
1878
|
"type": "extension",
|
1879
|
1879
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/",
|
1880
|
1880
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions/",
|
1881
|
|
- "weekly_downloads": 1389
|
|
1881
|
+ "weekly_downloads": 1367
|
1882
|
1882
|
},
|
1883
|
1883
|
"notes": null
|
1884
|
1884
|
},
|
... |
... |
@@ -1894,7 +1894,7 @@ |
1894
|
1894
|
"picture_url": "https://addons.mozilla.org/user-media/userpics/64/9064/12929064/12929064.png?modified=1651263207"
|
1895
|
1895
|
}
|
1896
|
1896
|
],
|
1897
|
|
- "average_daily_users": 299174,
|
|
1897
|
+ "average_daily_users": 302489,
|
1898
|
1898
|
"categories": {
|
1899
|
1899
|
"firefox": [
|
1900
|
1900
|
"search-tools",
|
... |
... |
@@ -1905,7 +1905,7 @@ |
1905
|
1905
|
"contributions_url": "https://www.paypal.com/donate?hosted_button_id=GLL4UNSNU6SQN&utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org",
|
1906
|
1906
|
"created": "2017-06-17T15:23:33Z",
|
1907
|
1907
|
"current_version": {
|
1908
|
|
- "id": 5665608,
|
|
1908
|
+ "id": 5683352,
|
1909
|
1909
|
"compatibility": {
|
1910
|
1910
|
"firefox": {
|
1911
|
1911
|
"min": "115.0",
|
... |
... |
@@ -1916,7 +1916,7 @@ |
1916
|
1916
|
"max": "*"
|
1917
|
1917
|
}
|
1918
|
1918
|
},
|
1919
|
|
- "edit_url": "https://addons.mozilla.org/en-US/developers/addon/search_by_image/versions/5665608",
|
|
1919
|
+ "edit_url": "https://addons.mozilla.org/en-US/developers/addon/search_by_image/versions/5683352",
|
1920
|
1920
|
"is_strict_compatibility_enabled": false,
|
1921
|
1921
|
"license": {
|
1922
|
1922
|
"id": 6,
|
... |
... |
@@ -1929,20 +1929,20 @@ |
1929
|
1929
|
"release_notes": {
|
1930
|
1930
|
"en-US": "Learn more about this release from the <a href="">\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/d50855f24f77fa6f2614b934add0a44304bfd2b5df2850f5046f560b080ee6df/https%3A//github.com/dessant/search-by-image/blob/main/CHANGELOG.md\" rel=\"nofollow\">changelog</a>."
|
1931
|
1931
|
},
|
1932
|
|
- "reviewed": "2023-12-19T14:03:13Z",
|
1933
|
|
- "version": "6.1.1",
|
|
1932
|
+ "reviewed": "2024-01-31T11:30:38Z",
|
|
1933
|
+ "version": "6.1.2",
|
1934
|
1934
|
"files": [
|
1935
|
1935
|
{
|
1936
|
|
- "id": 4209928,
|
1937
|
|
- "created": "2023-12-17T01:28:51Z",
|
1938
|
|
- "hash": "sha256:254d78084e332190a2b6ccb1959a42257bdc287addc0685419fcde7df1a52e76",
|
|
1936
|
+ "id": 4227669,
|
|
1937
|
+ "created": "2024-01-27T08:06:28Z",
|
|
1938
|
+ "hash": "sha256:fed46723702c79d0d2dcd2132901402b6c391f9fef8efbb58635b5ea9e47476f",
|
1939
|
1939
|
"is_restart_required": false,
|
1940
|
1940
|
"is_webextension": true,
|
1941
|
1941
|
"is_mozilla_signed_extension": false,
|
1942
|
1942
|
"platform": "all",
|
1943
|
|
- "size": 1165289,
|
|
1943
|
+ "size": 1165290,
|
1944
|
1944
|
"status": "public",
|
1945
|
|
- "url": "https://addons.mozilla.org/firefox/downloads/file/4209928/search_by_image-6.1.1.xpi",
|
|
1945
|
+ "url": "https://addons.mozilla.org/firefox/downloads/file/4227669/search_by_image-6.1.2.xpi",
|
1946
|
1946
|
"permissions": [
|
1947
|
1947
|
"alarms",
|
1948
|
1948
|
"contextMenus",
|
... |
... |
@@ -1985,7 +1985,7 @@ |
1985
|
1985
|
},
|
1986
|
1986
|
"is_disabled": false,
|
1987
|
1987
|
"is_experimental": false,
|
1988
|
|
- "last_updated": "2023-12-19T14:03:13Z",
|
|
1988
|
+ "last_updated": "2024-01-31T11:30:38Z",
|
1989
|
1989
|
"name": {
|
1990
|
1990
|
"en-US": "Search by Image"
|
1991
|
1991
|
},
|
... |
... |
@@ -2111,10 +2111,10 @@ |
2111
|
2111
|
"category": "recommended"
|
2112
|
2112
|
},
|
2113
|
2113
|
"ratings": {
|
2114
|
|
- "average": 4.6458,
|
2115
|
|
- "bayesian_average": 4.641373152099238,
|
2116
|
|
- "count": 1389,
|
2117
|
|
- "text_count": 269
|
|
2114
|
+ "average": 4.6464,
|
|
2115
|
+ "bayesian_average": 4.641961457940663,
|
|
2116
|
+ "count": 1411,
|
|
2117
|
+ "text_count": 273
|
2118
|
2118
|
},
|
2119
|
2119
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/reviews/",
|
2120
|
2120
|
"requires_payment": false,
|
... |
... |
@@ -2129,13 +2129,15 @@ |
2129
|
2129
|
"en-US": "https://github.com/dessant/search-by-image/issues"
|
2130
|
2130
|
},
|
2131
|
2131
|
"tags": [
|
|
2132
|
+ "google",
|
2132
|
2133
|
"image search",
|
|
2134
|
+ "pinterest",
|
2133
|
2135
|
"search"
|
2134
|
2136
|
],
|
2135
|
2137
|
"type": "extension",
|
2136
|
2138
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/",
|
2137
|
2139
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/search_by_image/versions/",
|
2138
|
|
- "weekly_downloads": 6874
|
|
2140
|
+ "weekly_downloads": 5867
|
2139
|
2141
|
},
|
2140
|
2142
|
"notes": null
|
2141
|
2143
|
},
|
... |
... |
@@ -2158,7 +2160,7 @@ |
2158
|
2160
|
"picture_url": null
|
2159
|
2161
|
}
|
2160
|
2162
|
],
|
2161
|
|
- "average_daily_users": 123628,
|
|
2163
|
+ "average_daily_users": 124312,
|
2162
|
2164
|
"categories": {
|
2163
|
2165
|
"firefox": [
|
2164
|
2166
|
"search-tools",
|
... |
... |
@@ -2439,10 +2441,10 @@ |
2439
|
2441
|
"category": "recommended"
|
2440
|
2442
|
},
|
2441
|
2443
|
"ratings": {
|
2442
|
|
- "average": 4.3745,
|
2443
|
|
- "bayesian_average": 4.37014166071391,
|
2444
|
|
- "count": 1311,
|
2445
|
|
- "text_count": 371
|
|
2444
|
+ "average": 4.3717,
|
|
2445
|
+ "bayesian_average": 4.36732284678191,
|
|
2446
|
+ "count": 1329,
|
|
2447
|
+ "text_count": 376
|
2446
|
2448
|
},
|
2447
|
2449
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/reviews/",
|
2448
|
2450
|
"requires_payment": false,
|
... |
... |
@@ -2462,7 +2464,7 @@ |
2462
|
2464
|
"type": "extension",
|
2463
|
2465
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/",
|
2464
|
2466
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/google-search-fixer/versions/",
|
2465
|
|
- "weekly_downloads": 52
|
|
2467
|
+ "weekly_downloads": 37
|
2466
|
2468
|
},
|
2467
|
2469
|
"notes": null
|
2468
|
2470
|
},
|
... |
... |
@@ -2478,7 +2480,7 @@ |
2478
|
2480
|
"picture_url": "https://addons.mozilla.org/user-media/userpics/43/0143/143/143.png?modified=1506804587"
|
2479
|
2481
|
}
|
2480
|
2482
|
],
|
2481
|
|
- "average_daily_users": 313064,
|
|
2483
|
+ "average_daily_users": 308206,
|
2482
|
2484
|
"categories": {
|
2483
|
2485
|
"firefox": [
|
2484
|
2486
|
"web-development",
|
... |
... |
@@ -2665,9 +2667,9 @@ |
2665
|
2667
|
"category": "recommended"
|
2666
|
2668
|
},
|
2667
|
2669
|
"ratings": {
|
2668
|
|
- "average": 4.3947,
|
2669
|
|
- "bayesian_average": 4.3920505434632835,
|
2670
|
|
- "count": 2171,
|
|
2670
|
+ "average": 4.3956,
|
|
2671
|
+ "bayesian_average": 4.3929050879959695,
|
|
2672
|
+ "count": 2174,
|
2671
|
2673
|
"text_count": 837
|
2672
|
2674
|
},
|
2673
|
2675
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/reviews/",
|
... |
... |
@@ -2712,7 +2714,7 @@ |
2712
|
2714
|
"type": "extension",
|
2713
|
2715
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/",
|
2714
|
2716
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/noscript/versions/",
|
2715
|
|
- "weekly_downloads": 7762
|
|
2717
|
+ "weekly_downloads": 7240
|
2716
|
2718
|
},
|
2717
|
2719
|
"notes": null
|
2718
|
2720
|
},
|
... |
... |
@@ -2728,7 +2730,7 @@ |
2728
|
2730
|
"picture_url": null
|
2729
|
2731
|
}
|
2730
|
2732
|
],
|
2731
|
|
- "average_daily_users": 162394,
|
|
2733
|
+ "average_daily_users": 161419,
|
2732
|
2734
|
"categories": {
|
2733
|
2735
|
"firefox": [
|
2734
|
2736
|
"photos-music-videos",
|
... |
... |
@@ -2838,9 +2840,9 @@ |
2838
|
2840
|
},
|
2839
|
2841
|
"ratings": {
|
2840
|
2842
|
"average": 3.8734,
|
2841
|
|
- "bayesian_average": 3.869354081107614,
|
2842
|
|
- "count": 1216,
|
2843
|
|
- "text_count": 441
|
|
2843
|
+ "bayesian_average": 3.8693074295625123,
|
|
2844
|
+ "count": 1224,
|
|
2845
|
+ "text_count": 443
|
2844
|
2846
|
},
|
2845
|
2847
|
"ratings_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/reviews/",
|
2846
|
2848
|
"requires_payment": false,
|
... |
... |
@@ -2859,7 +2861,7 @@ |
2859
|
2861
|
"type": "extension",
|
2860
|
2862
|
"url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/",
|
2861
|
2863
|
"versions_url": "https://addons.mozilla.org/en-US/firefox/addon/youtube-high-definition/versions/",
|
2862
|
|
- "weekly_downloads": 3206
|
|
2864
|
+ "weekly_downloads": 1652
|
2863
|
2865
|
},
|
2864
|
2866
|
"notes": null
|
2865
|
2867
|
}
|
projects/browser/config
... |
... |
@@ -99,13 +99,13 @@ input_files: |
99
|
99
|
- URL: https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
|
100
|
100
|
name: noscript
|
101
|
101
|
sha256sum: 05b98840b05ef2acbac333543e4b7c3d40fee2ce5fb4e29260b05e2ff6fe24cd
|
102
|
|
- - URL: https://addons.mozilla.org/firefox/downloads/file/4216633/ublock_origin-1.55.0.xpi
|
|
102
|
+ - URL: https://addons.mozilla.org/firefox/downloads/file/4237670/ublock_origin-1.56.0.xpi
|
103
|
103
|
name: ublock-origin
|
104
|
|
- sha256sum: a02ca1d32737c3437f97553e5caaead6479a66ac1f8ff3b84a06cfa6bb0c7647
|
|
104
|
+ sha256sum: f5fbeeac511ca4e10a74723413727fda8e6f9236c726d16eb54ade1fbe7be5be
|
105
|
105
|
enable: '[% c("var/mullvad-browser") %]'
|
106
|
|
- - URL: https://cdn.mullvad.net/browser-extension/0.8.4/mullvad-browser-extension-0.8.4.xpi
|
|
106
|
+ - URL: https://github.com/mullvad/browser-extension/releases/download/v0.8.5-firefox-beta/mullvad-browser-extension-0.8.5.xpi
|
107
|
107
|
name: mullvad-extension
|
108
|
|
- sha256sum: a0057a37482e178331cde7a6fd3c100315fcfc26e804aa37c9281f412d24cb79
|
|
108
|
+ sha256sum: b8208cc73d3c3c87342b25367b1a5fa330cb528f3213a4c4de30512f1662ff45
|
109
|
109
|
enable: '[% c("var/mullvad-browser") %]'
|
110
|
110
|
- filename: 'gtk3-settings.ini'
|
111
|
111
|
enable: '[% c("var/linux") %]'
|
projects/firefox-android/config
... |
... |
@@ -16,7 +16,7 @@ container: |
16
|
16
|
var:
|
17
|
17
|
fenix_version: 115.2.1
|
18
|
18
|
browser_branch: 13.5-1
|
19
|
|
- browser_build: 5
|
|
19
|
+ browser_build: 6
|
20
|
20
|
variant: Beta
|
21
|
21
|
# This should be updated when the list of gradle dependencies is changed.
|
22
|
22
|
gradle_dependencies_version: 1
|
projects/firefox/config
... |
... |
@@ -18,7 +18,7 @@ var: |
18
|
18
|
firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
19
|
19
|
browser_series: '13.5'
|
20
|
20
|
browser_branch: '[% c("var/browser_series") %]-1'
|
21
|
|
- browser_build: 1
|
|
21
|
+ browser_build: 2
|
22
|
22
|
branding_directory_prefix: 'tb'
|
23
|
23
|
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
24
|
24
|
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.8.0esr
|
18
|
18
|
browser_branch: 13.5-1
|
19
|
|
- browser_build: 1
|
|
19
|
+ browser_build: 2
|
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/go/config
1
|
1
|
# vim: filetype=yaml sw=2
|
2
|
|
-version: '[% IF c("var/use_go_1_20") %]1.20.13[% ELSE %]1.21.6[% END %]'
|
|
2
|
+version: '[% IF c("var/use_go_1_20") %]1.20.14[% ELSE %]1.21.7[% END %]'
|
3
|
3
|
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
4
|
4
|
container:
|
5
|
5
|
use_container: 1
|
... |
... |
@@ -121,11 +121,11 @@ input_files: |
121
|
121
|
enable: '[% ! c("var/linux") %]'
|
122
|
122
|
- URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz'
|
123
|
123
|
name: go
|
124
|
|
- sha256sum: 124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248
|
|
124
|
+ sha256sum: 00197ab20f33813832bff62fd93cca1c42a08cc689a32a6672ca49591959bff6
|
125
|
125
|
enable: '[% !c("var/use_go_1_20") %]'
|
126
|
126
|
- URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz'
|
127
|
127
|
name: go
|
128
|
|
- sha256sum: 0fe745c530f2f1d67193af3c5ea25246be077989ec5178df266e975f3532449e
|
|
128
|
+ sha256sum: 1aef321a0e3e38b7e91d2d7eb64040666cabdcc77d383de3c9522d0d69b67f4e
|
129
|
129
|
enable: '[% c("var/use_go_1_20") %]'
|
130
|
130
|
- project: go-bootstrap
|
131
|
131
|
name: go-bootstrap
|
projects/openssl/config
1
|
1
|
# vim: filetype=yaml sw=2
|
2
|
|
-version: 3.0.12
|
|
2
|
+version: 3.0.13
|
3
|
3
|
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
4
|
4
|
container:
|
5
|
5
|
use_container: 1
|
... |
... |
@@ -33,4 +33,4 @@ input_files: |
33
|
33
|
- name: '[% c("var/compiler") %]'
|
34
|
34
|
project: '[% c("var/compiler") %]'
|
35
|
35
|
- URL: 'https://www.openssl.org/source/openssl-[% c("version") %].tar.gz'
|
36
|
|
- sha256sum: f93c9e8edde5e9166119de31755fc87b4aa34863662f67ddfcba14d0b6b69b61 |
|
36
|
+ sha256sum: 88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313 |
projects/translation/config
... |
... |
@@ -12,13 +12,13 @@ compress_tar: 'gz' |
12
|
12
|
steps:
|
13
|
13
|
base-browser:
|
14
|
14
|
base-browser: '[% INCLUDE build %]'
|
15
|
|
- git_hash: cbd9b6c415ec2edb99237ef67ccd4f033a7b9c2a
|
|
15
|
+ git_hash: 3215fb9ae37cb115b607647122f0984a8a428b16
|
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: 799998ee13be225222afc6cfda1687cf63d6cc9e
|
|
21
|
+ git_hash: f1a4b3d9af145b062b1a5b0cf2b83bd6bfcd03bb
|
22
|
22
|
targets:
|
23
|
23
|
nightly:
|
24
|
24
|
git_hash: 'tor-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: 9622d5c3f3ffd2400fc1bbd4bb7c507f257f9bbb
|
|
35
|
+ git_hash: 44409d6f28faf0e332a00d53de67879de41bf07c
|
36
|
36
|
compress_tar: 'zst'
|
37
|
37
|
targets:
|
38
|
38
|
nightly:
|
rbm.conf
... |
... |
@@ -81,12 +81,12 @@ buildconf: |
81
|
81
|
git_signtag_opt: '-s'
|
82
|
82
|
|
83
|
83
|
var:
|
84
|
|
- torbrowser_version: '13.5a4'
|
85
|
|
- torbrowser_build: 'build2'
|
|
84
|
+ torbrowser_version: '13.5a5'
|
|
85
|
+ torbrowser_build: 'build1'
|
86
|
86
|
torbrowser_incremental_from:
|
87
|
|
- - '13.5a1'
|
88
|
|
- - '13.5a2'
|
|
87
|
+ - '13.5a4'
|
89
|
88
|
- '13.5a3'
|
|
89
|
+ - '13.5a2'
|
90
|
90
|
updater_enabled: 1
|
91
|
91
|
build_mar: 1
|
92
|
92
|
mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
|