14 Achegas ce3b269e35 ... e5dfe67d48

Autor SHA1 Mensaxe Data
  TotallyLeGIT e5dfe67d48 Fix wrong function return code with -q %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT e583bb96d8 Update CHANGELOG %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT 7cb45fa596 Reintroduce different error handling at user.js DL %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT b45fe99c38 Fix failing HorlogeSkynet update %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT 3721ee08d5 Print global overrides just once %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT ebe0359ad5 Fix -i – user.js deleted before opened %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT 3b7c8315cc Add arkenfox and HorlogeSkynet CONFIGs %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT a3dc11485c Rephrase usage text %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT e1342788a9 Fix global override printing wrong info label %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT 77b9f3a039 Fix -r %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT 0766094a43 Prettify; Change spaces to tabs %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT 94ec466e61 Restructure the process of adding operrides %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT c6ad43702d Implement global user-overrides option %!s(int64=2) %!d(string=hai) anos
  TotallyLeGIT 37f17b4737 Add config 'empty' %!s(int64=2) %!d(string=hai) anos
Modificáronse 2 ficheiros con 724 adicións e 653 borrados
  1. 5 0
      CHANGELOG.md
  2. 719 653
      updater

+ 5 - 0
CHANGELOG.md

@@ -15,10 +15,15 @@ These are not completely removed yet, but will be in version 2.0.0.
 
 ## [Unreleased]
 ### Added
+* `-g` option: You can now specify a path to a user overrides file or directory which will be applied to every profile. If it's a directory every file in it that ends on `.js` will be applied. If you use the default path `~/.mozilla/firefox/global-user-overrides.js` you don't even need to use this option explicitly.
+* `empty` config: You may now specify `-c empty` on a profile which creates a basically empty `user.js`. User overrides are still appended so you can solely apply your (global) user overrides to a profile – without a `user.js` template from anywhere.
+* `-c` otion: `arkenfox` (Firefox) and `HorlogeSkynet` (Thunderbird) are now available
 ### Changed
 ### Deprecated
 ### Removed
 ### Fixed
+* `-r` failing because some other, in that case not even needed function failed early
+* `-i` opening an empty file because the script exited and deleted the `user.js` faster than the system open command opened it
 ### Security
 
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 719 - 653
updater