diff --git a/.gitignore b/.gitignore index 271fd25..fd57963 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ aula-fixer_v1-2.zip web-ext-artifacts src.pem +dev \ No newline at end of file diff --git a/build_scripts/build_ff_listed.sh b/build_scripts/build_ff_listed.sh index 5afc6a1..8490eee 100755 --- a/build_scripts/build_ff_listed.sh +++ b/build_scripts/build_ff_listed.sh @@ -6,6 +6,6 @@ echo "Building/signing listed firefox extension" mv src/manifest.json src/manifest_temp.json mv src/manifest_ff.json src/manifest.json echo "manifest_ff > manifest" -web-ext sign --channel=unlisted --api-key=user:$API_KEY --api-secret=$API_SECRET --source-dir=./src --artifacts-dir=./builds +web-ext sign --channel=listed --api-key=user:$API_KEY --api-secret=$API_SECRET --source-dir=./src --artifacts-dir=./builds mv src/manifest.json src/manifest_ff.json mv src/manifest_temp.json src/manifest.json \ No newline at end of file diff --git a/builds/aula_fixer-1.4.2.xpi b/builds/aula_fixer-1.4.2.xpi new file mode 100644 index 0000000..361a287 Binary files /dev/null and b/builds/aula_fixer-1.4.2.xpi differ diff --git a/builds/aula_fixer-1.4.3.xpi b/builds/aula_fixer-1.4.3.xpi new file mode 100644 index 0000000..17a0124 Binary files /dev/null and b/builds/aula_fixer-1.4.3.xpi differ diff --git a/builds/aula_fixer-1.4.3.zip b/builds/aula_fixer-1.4.3.zip new file mode 100644 index 0000000..0198c4f Binary files /dev/null and b/builds/aula_fixer-1.4.3.zip differ diff --git a/src/manifest.json b/src/manifest.json index 074b3db..95a5b67 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Aula Fixer", - "version": "1.4", + "version": "1.4.3", "description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.", "background": { diff --git a/src/manifest_ff.json b/src/manifest_ff.json index 3db4e3b..6b7f82e 100644 --- a/src/manifest_ff.json +++ b/src/manifest_ff.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Aula Fixer", - "version": "1.4.1", + "version": "1.4.3", "description": "Removes all notifications about rooms for rent etc. on Aula and changes styling so that less screen space is wasted.", "background": {