Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2018-01-21 16:26:45 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2018-01-21 16:26:45 +0300
commitb49b1cda1b4b44dd9f1f15129bf567430b0d317e (patch)
tree1c436831f5712a158bc9f275069bea2cb851dae1
parent60da2a70a5ff40a8ea2122f4d28d602e6be2fa7f (diff)
Set version and update changelog1.4.1
-rw-r--r--Changelog.md4
-rw-r--r--package-lock.json14
-rw-r--r--package.json4
-rw-r--r--src/platform/chrome/manifest.json2
-rw-r--r--src/platform/firefox/manifest.json2
5 files changed, 15 insertions, 11 deletions
diff --git a/Changelog.md b/Changelog.md
index 9c49d3f..7901327 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+#### Version 1.4.1 / 21.01.2018
+- Improved polish translation (thanks to [Pafcioooo](https://github.com/pafcioooo))
+- Fixed account suggestion not working if no url specified
+
#### Version 1.4.0 / 18.01.2018
- Support API level 21
- Added polish translation
diff --git a/package-lock.json b/package-lock.json
index fa91dcc..d44f287 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3224,9 +3224,9 @@
"dev": true
},
"jquery": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
- "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=",
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
+ "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==",
"dev": true
},
"js-base64": {
@@ -5769,9 +5769,9 @@
"dev": true
},
"uglify-es": {
- "version": "3.3.7",
- "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.7.tgz",
- "integrity": "sha512-fGMnE6SsDRsCjxm78C+lv7MuXsse/dtF7QuTUT43BYf4jlxPjd+XTnGB8YjaCQJ3sv2LT4zk0mwpp9+QJocU6g==",
+ "version": "3.3.8",
+ "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.8.tgz",
+ "integrity": "sha512-j8li0jWcAN6yBuAVYFZEFyYINZAm4WEdMwkA6qXFi4TLrze3Mp0Le7QjW6LR9HQjQJ2zRa9VgnFLs3PatijWOw==",
"dev": true,
"requires": {
"commander": "2.13.0",
@@ -5810,7 +5810,7 @@
"schema-utils": "0.4.3",
"serialize-javascript": "1.4.0",
"source-map": "0.6.1",
- "uglify-es": "3.3.7",
+ "uglify-es": "3.3.8",
"webpack-sources": "1.1.0",
"worker-farm": "1.5.2"
},
diff --git a/package.json b/package.json
index 3d52d51..b790722 100644
--- a/package.json
+++ b/package.json
@@ -17,13 +17,13 @@
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
- "jquery": "^3.2.1",
+ "jquery": "^3.3.1",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"progress-bar-webpack-plugin": "^1.10.0",
"sass-loader": "^5.0.1",
"sass-resources-loader": "^1.3.1",
- "uglify-es": "^3.3.7",
+ "uglify-es": "^3.3.8",
"uglifyjs-webpack-plugin": "^1.1.6",
"url-loader": "^0.5.9",
"vue": "^2.5.13",
diff --git a/src/platform/chrome/manifest.json b/src/platform/chrome/manifest.json
index 60dcd70..ec4c383 100644
--- a/src/platform/chrome/manifest.json
+++ b/src/platform/chrome/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name" : "__MSG_extensionName__",
- "version" : "1.4.0",
+ "version" : "1.4.1",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",
diff --git a/src/platform/firefox/manifest.json b/src/platform/firefox/manifest.json
index bfad795..060568c 100644
--- a/src/platform/firefox/manifest.json
+++ b/src/platform/firefox/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name" : "__MSG_extensionName__",
- "version" : "1.4.0",
+ "version" : "1.4.1",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",