When I try to run the update I get the following output:
```
~/.mozilla/updater -aduy
Firefox variant: release
————————————————————————————————————————————
profile path: /home/tealk/.mozilla/firefox/u266vzsp.clean
currently using: Not detected.
Skipping profile.
————————————————————————————————————————————
profile path: /home/tealk/.mozilla/firefox/936mnxz1.default-release
currently using: moderat_19122021
Error parsing new user.js
————————————————————————————————————————————
profile path: /home/tealk/.mozilla/firefox/1tnqx9ab.Roll20
currently using: minimal_19122021
Error parsing new user.js
————————————————————————————————————————————
profile path: /home/tealk/.thunderbird/86ptrrb3.default-release
currently using: tb_24022022
available online: tb_24022022
user.js status: backed up and updated
overrides status: file appended: user-overrides.js
diff status: skipped – user.js identical
```
OS: EndeavourOS
FF: 98.0.1 (64-bit)
Update from
```
# Privacy-Handbuch, moderate user.js (vom 19.12.2021)
```
to
```
# Privacy-Handbuch, moderate user.js (vom 19.03.2022)
```
After updating it manually I get the following output
~/.mozilla/updater -aduy
Firefox variant: release
————————————————————————————————————————————
profile path: /home/tealk/.mozilla/firefox/u266vzsp.clean
currently using: Not detected.
Skipping profile.
————————————————————————————————————————————
profile path: /home/tealk/.mozilla/firefox/936mnxz1.default-release
currently using: Not detected.
Skipping profile.
————————————————————————————————————————————
profile path: /home/tealk/.mozilla/firefox/1tnqx9ab.Roll20
currently using: Not detected.
Skipping profile.
————————————————————————————————————————————
profile path: /home/tealk/.thunderbird/86ptrrb3.default-release
currently using: tb_24022022
available online: tb_24022022
user.js status: backed up and updated
overrides status: file appended: user-overrides.js
diff status: skipped – user.js identical
After updating it manually I get the following output
```
~/.mozilla/updater -aduy
Firefox variant: release
————————————————————————————————————————————
profile path: /home/tealk/.mozilla/firefox/u266vzsp.clean
currently using: Not detected.
Skipping profile.
————————————————————————————————————————————
profile path: /home/tealk/.mozilla/firefox/936mnxz1.default-release
currently using: Not detected.
Skipping profile.
————————————————————————————————————————————
profile path: /home/tealk/.mozilla/firefox/1tnqx9ab.Roll20
currently using: Not detected.
Skipping profile.
————————————————————————————————————————————
profile path: /home/tealk/.thunderbird/86ptrrb3.default-release
currently using: tb_24022022
available online: tb_24022022
user.js status: backed up and updated
overrides status: file appended: user-overrides.js
diff status: skipped – user.js identical
```
Privacy-Handbuch changed the layout of the user.js fundamentally. This broke the version parsing in the updater because it was somewhat dependent on the layout. I already had this fixed in the 1.5 branch but that's not ready for release. I want to get some features in there which takes longer than expected.
Version 1.4.3 is a bugfix release for this issue which removes the dependency on the layout (it's a tiny bit more to do for the computer now).
Thanks for reporting this.
Privacy-Handbuch changed the layout of the user.js fundamentally. This broke the version parsing in the updater because it was somewhat dependent on the layout. I already had this fixed in the 1.5 branch but that's not ready for release. I want to get some features in there which takes longer than expected.
Version 1.4.3 is a bugfix release for this issue which removes the dependency on the layout (it's a tiny bit more to do for the computer now).
When I try to run the update I get the following output:
OS: EndeavourOS
FF: 98.0.1 (64-bit)
Update from
to
After updating it manually I get the following output
Thanks for reporting this.
Privacy-Handbuch changed the layout of the user.js fundamentally. This broke the version parsing in the updater because it was somewhat dependent on the layout. I already had this fixed in the 1.5 branch but that's not ready for release. I want to get some features in there which takes longer than expected.
Version 1.4.3 is a bugfix release for this issue which removes the dependency on the layout (it's a tiny bit more to do for the computer now).