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>2020-11-21 17:42:06 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-11-21 17:42:06 +0300
commitc744d99771dc9ba6e1353a066086d0b0c8ad46f3 (patch)
treeb5372082daab75dc6d7847d5e3397a8f0f396b19
parent5d09524078ecff22328c2cbe9eba9011084cff91 (diff)
Release new version1.10.0.0
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
-rw-r--r--Changelog.md4
-rw-r--r--package-lock.json8
-rw-r--r--package.json4
-rw-r--r--src/platform/chrome/manifest.json4
-rw-r--r--src/platform/firefox/manifest.json2
5 files changed, 13 insertions, 9 deletions
diff --git a/Changelog.md b/Changelog.md
index 8e5d15e..5b69f4f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+#### Version 1.10.0 / 26.05.2019
+ - Added drag and drop for passwords
+ - Fixed issue with "-" in Nextcloud domain name
+
#### Version 1.9.1 / 26.05.2019
- Fixed improper autofill field selection
- Fixed issues title overflow
diff --git a/package-lock.json b/package-lock.json
index 7f19893..4a0181e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "passwords-webextension",
- "version": "1.9.0",
+ "version": "1.9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -3199,9 +3199,9 @@
"dev": true
},
"js-base64": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.5.1.tgz",
- "integrity": "sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw==",
+ "version": "2.6.4",
+ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
+ "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
"dev": true
},
"js-tokens": {
diff --git a/package.json b/package.json
index 895f44e..af2328e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "passwords-webextension",
- "version": "1.9.1",
+ "version": "1.10.0",
"description": "A simple client for the Nextcloud Passwords app",
"private": true,
"scripts": {
@@ -17,7 +17,7 @@
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
- "js-base64": "^2.5.1",
+ "js-base64": "^2.6.4",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"progress-bar-webpack-plugin": "^1.12.1",
diff --git a/src/platform/chrome/manifest.json b/src/platform/chrome/manifest.json
index 6dd9ae6..c65df87 100644
--- a/src/platform/chrome/manifest.json
+++ b/src/platform/chrome/manifest.json
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name" : "__MSG_extensionName__",
- "version" : "1.9.1.0",
- "version_name" : "1.9.1",
+ "version" : "1.10.0.0",
+ "version_name" : "1.10.0",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",
diff --git a/src/platform/firefox/manifest.json b/src/platform/firefox/manifest.json
index c354272..3ee4eea 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.9.1.0",
+ "version" : "1.10.0.0",
"description" : "__MSG_extensionDescription__",
"author" : "Marius Wieschollek",
"default_locale" : "en",