diff --git a/assets/texts/de/Changelog/1.2.html b/assets/texts/de/Changelog/1.2.html new file mode 100644 index 0000000..944a1f1 --- /dev/null +++ b/assets/texts/de/Changelog/1.2.html @@ -0,0 +1,9 @@ +
Hinweis: Da eine Fehlerbenachrichtigung eingeführt wurde, fordert das Add-on eine neue Berechtigung zum Zeigen ebendieser Benachrichtigungen an. Siehe https://github.com/rugk/mastodon-simplified-federation/blob/master/assets/texts/de/permissions.md für eine Erklärung aller Berechtigungen.
+ +Mehr Informationen auf GitHub. diff --git a/assets/texts/de/Changelog/1.1.md b/assets/texts/de/Changelog/1.2.md similarity index 100% rename from assets/texts/de/Changelog/1.1.md rename to assets/texts/de/Changelog/1.2.md diff --git a/assets/texts/en/Changelog/1.2.html b/assets/texts/en/Changelog/1.2.html new file mode 100644 index 0000000..a3527c5 --- /dev/null +++ b/assets/texts/en/Changelog/1.2.html @@ -0,0 +1,9 @@ +Note: Due to the introduction of error notifications, the add-on requests a new permission to show these notifications. See https://github.com/rugk/mastodon-simplified-federation/blob/master/assets/texts/en/permissions.md for an explanation of all permissions.
+ +More information on GitHub. diff --git a/assets/texts/en/Changelog/1.1.md b/assets/texts/en/Changelog/1.2.md similarity index 100% rename from assets/texts/en/Changelog/1.1.md rename to assets/texts/en/Changelog/1.2.md diff --git a/scripts/manifests/dev.json b/scripts/manifests/dev.json index 11eee9b..d24f1f5 100644 --- a/scripts/manifests/dev.json +++ b/scripts/manifests/dev.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionNameShort__", - "version": "1.1", + "version": "1.2", "author": "rugk", "description": "__MSG_extensionDescription__", diff --git a/scripts/manifests/firefox.json b/scripts/manifests/firefox.json index 2625858..6c18a4b 100644 --- a/scripts/manifests/firefox.json +++ b/scripts/manifests/firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionNameShort__", - "version": "1.1", + "version": "1.2", "author": "rugk", "description": "__MSG_extensionDescription__", diff --git a/src/manifest.json b/src/manifest.json index 11eee9b..d24f1f5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionNameShort__", - "version": "1.1", + "version": "1.2", "author": "rugk", "description": "__MSG_extensionDescription__",