Document recent changes, remove pref that is now default

This commit is contained in:
fxbrit 2023-03-20 12:03:49 +01:00
parent e97fcae43f
commit 1829a66295
2 changed files with 29 additions and 4 deletions

View file

@ -1,11 +1,37 @@
This changelog will be used from now on to document changes in a precise manner, with a list of changes for each setting version.
Setting versions are documented using the pref `librewolf.cfg.version`, available in about:config.
# 7.6
**base librewolf version**: 111.x
**References**:
- the prefs added in the `LOGGING` section are off by default in the official Mozilla builds, so we are just acting like Firefox here;
#### Removed preferences
```
defaultPref("browser.contentblocking.report.monitor.enabled", false); // default
```
#### Changed preferences
```
defaultPref("app.support.baseURL", "https://support.librewolf.net/");
```
#### Added preferences
```
pref("browser.dom.window.dump.enabled", false);
pref("devtools.console.stdout.chrome", false);
```
# 7.5
**target commit**:
**target commit**: from 71a20c6fff90e7fbcb216f1d644ca1b40b32b8e2 to 6fe09c63cbfb83ebfb6a17f5e624248f2501b97e
**base librewolf version**: 109.x
**base librewolf version**: 109.x and 110.x
**References**:

View file

@ -6,7 +6,7 @@
*
* WARNING: make sure the first line of this file is empty. this is a known bug.
*/
lockPref("librewolf.cfg.version", "7.5");
lockPref("librewolf.cfg.version", "7.6");
/** INDEX
@ -423,7 +423,6 @@ lockPref("browser.newtabpage.activity-stream.default.sites", "");
* remove annoying ui elements from the about pages, including about:protections
*/
defaultPref("browser.contentblocking.report.lockwise.enabled", false);
defaultPref("browser.contentblocking.report.monitor.enabled", false);
lockPref("browser.contentblocking.report.hide_vpn_banner", true);
lockPref("browser.contentblocking.report.vpn.enabled", false);
lockPref("browser.contentblocking.report.show_mobile_app", false);