diff --git a/CHANGELOG.md b/CHANGELOG.md index 47020f4..c250984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ![Logo](https://github.com/WebTools-NG/WebTools-NG/blob/master/src/assets/WebTools-48x48.png) WebTools-ng Change log +## V0.1.12 + +**Note**: This version is an Alpha version, that is not made public + +* [#213 AutoUpdate Notification Ignore](https://github.com/WebTools-NG/WebTools-NG/issues/213) + ## V0.1.11 **Note**: This version is an Alpha version, that is not made public diff --git a/package.json b/package.json index 490a21f..d5784d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webtools-ng", "productName": "WebTools-NG", - "version": "0.1.11", + "version": "0.1.12", "description": "WebTools Next Generation 4 Plex", "author": "dane22 & CPSO", "license": "MPL-2.0", diff --git a/public/locales/en.json b/public/locales/en.json index 26d511c..7bc6c1c 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -119,7 +119,8 @@ "Update" : { "Title": "Update detected", "Body": "{0} was released on Github on: {1}.", - "Body2": "Click here for more info" + "Body2": "Click here for more info", + "Skip": "Don't show notification for this version anymore" } }, "Modules": { @@ -257,9 +258,12 @@ "RestartNeeded": "When changing this setting, a restart is needed", "FactoryReset": "Factory Reset", "FactoryResetWarning": "Factory Reset will reset this app towards how it was when first installed", - "BetaTester": "Subscribe to Beta updates" - - + "BetaTester": "Subscribe to Beta updates", + "TTBetaTester": "When selected, you'll be notified when a new beta version is available", + "Update": "Subscribe to updates (If false, beta updates will also be disabled)", + "TTUpdate": "When selected, you'll be notified when a new update is available", + "True": "True", + "False": "False" } } } \ No newline at end of file diff --git a/src/components/modules/Main/About.vue b/src/components/modules/Main/About.vue index 735bf56..d1cdec7 100644 --- a/src/components/modules/Main/About.vue +++ b/src/components/modules/Main/About.vue @@ -12,30 +12,33 @@