diff --git a/assets/texts/de/Changelog/1.4.html b/assets/texts/de/Changelog/1.4.html new file mode 100644 index 00000000..ebd1155c --- /dev/null +++ b/assets/texts/de/Changelog/1.4.html @@ -0,0 +1,9 @@ + + +Mehr Informationen auf GitHub. diff --git a/assets/texts/de/Changelog/1.4.md b/assets/texts/de/Changelog/1.4.md new file mode 100644 index 00000000..706cae83 --- /dev/null +++ b/assets/texts/de/Changelog/1.4.md @@ -0,0 +1,5 @@ +* **Neu:** Die FAQ und anderen Wiki-Seiten sind nur auch übersetzt. +* **Behoben:** Einige Bugs auf Android wurden behoben. +* **Behoben:** Die Lokalisierung der „quiet zone”-Einstellung wurde verbessert. +* **Behoben:** Andere kleine Fehler wurden behoben. +* **Intern:** Die Module wurden nun wirklich in git Submodule gesplittet. diff --git a/assets/texts/en/Changelog/1.4.html b/assets/texts/en/Changelog/1.4.html new file mode 100644 index 00000000..958b113a --- /dev/null +++ b/assets/texts/en/Changelog/1.4.html @@ -0,0 +1,9 @@ + + +More information on GitHub. diff --git a/assets/texts/en/Changelog/1.4.md b/assets/texts/en/Changelog/1.4.md new file mode 100644 index 00000000..a9a32d55 --- /dev/null +++ b/assets/texts/en/Changelog/1.4.md @@ -0,0 +1,5 @@ +* **New:** FAQ and other wiki pages are now translated too. +* **Fixed:** Some bugs on Android have been resolved. +* **Fixed:** The localization of the “quiet zone” option has been improved. +* **Fixed:** Other minor bug have been fixed. +* **Internal:** Modules have finally been really split into git submodules. diff --git a/scripts/manifests/dev.json b/scripts/manifests/dev.json index 48616c95..31d7145c 100644 --- a/scripts/manifests/dev.json +++ b/scripts/manifests/dev.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "OfflineQr DEV VERSION", "short_name": "__MSG_extensionNameShort__", - "version": "1.3", + "version": "1.4", "author": "rugk", "description": "__MSG_extensionDescription__", diff --git a/scripts/manifests/firefox.json b/scripts/manifests/firefox.json index 3b9c9826..36f68c2f 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.3", + "version": "1.4", "author": "rugk", "description": "__MSG_extensionDescription__", diff --git a/src/manifest.json b/src/manifest.json index 48616c95..31d7145c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "OfflineQr DEV VERSION", "short_name": "__MSG_extensionNameShort__", - "version": "1.3", + "version": "1.4", "author": "rugk", "description": "__MSG_extensionDescription__",