Merge branch 'release/1.6.0' into develop
This commit is contained in:
commit
6d7d8718f4
34
Gemfile.lock
34
Gemfile.lock
@ -8,21 +8,21 @@ GEM
|
||||
rubyzip (~> 2.0)
|
||||
artifactory (3.0.15)
|
||||
atomos (0.1.3)
|
||||
aws-eventstream (1.1.1)
|
||||
aws-partitions (1.490.0)
|
||||
aws-sdk-core (3.119.1)
|
||||
aws-eventstream (1.2.0)
|
||||
aws-partitions (1.501.0)
|
||||
aws-sdk-core (3.121.0)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
aws-partitions (~> 1, >= 1.239.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
jmespath (~> 1.0)
|
||||
aws-sdk-kms (1.46.0)
|
||||
aws-sdk-core (~> 3, >= 3.119.0)
|
||||
aws-sdk-kms (1.48.0)
|
||||
aws-sdk-core (~> 3, >= 3.120.0)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sdk-s3 (1.99.0)
|
||||
aws-sdk-core (~> 3, >= 3.119.0)
|
||||
aws-sdk-s3 (1.102.0)
|
||||
aws-sdk-core (~> 3, >= 3.120.0)
|
||||
aws-sdk-kms (~> 1)
|
||||
aws-sigv4 (~> 1.1)
|
||||
aws-sigv4 (1.2.4)
|
||||
aws-sigv4 (~> 1.4)
|
||||
aws-sigv4 (1.4.0)
|
||||
aws-eventstream (~> 1, >= 1.0.2)
|
||||
babosa (1.0.4)
|
||||
bcrypt_pbkdf (1.1.0)
|
||||
@ -40,7 +40,7 @@ GEM
|
||||
ed25519 (1.2.4)
|
||||
emoji_regex (3.2.2)
|
||||
excon (0.85.0)
|
||||
faraday (1.7.0)
|
||||
faraday (1.7.2)
|
||||
faraday-em_http (~> 1.0)
|
||||
faraday-em_synchrony (~> 1.0)
|
||||
faraday-excon (~> 1.1)
|
||||
@ -65,7 +65,7 @@ GEM
|
||||
faraday_middleware (1.1.0)
|
||||
faraday (~> 1.0)
|
||||
fastimage (2.2.5)
|
||||
fastlane (2.192.0)
|
||||
fastlane (2.193.1)
|
||||
CFPropertyList (>= 2.3, < 4.0.0)
|
||||
addressable (>= 2.8, < 3.0.0)
|
||||
artifactory (~> 3.0)
|
||||
@ -110,7 +110,7 @@ GEM
|
||||
mime-types (~> 3.3)
|
||||
fastlane-plugin-get_version_name (0.2.2)
|
||||
gh_inspector (1.1.3)
|
||||
google-apis-androidpublisher_v3 (0.10.0)
|
||||
google-apis-androidpublisher_v3 (0.11.0)
|
||||
google-apis-core (>= 0.4, < 2.a)
|
||||
google-apis-core (0.4.1)
|
||||
addressable (~> 2.5, >= 2.5.1)
|
||||
@ -141,13 +141,13 @@ GEM
|
||||
google-cloud-core (~> 1.6)
|
||||
googleauth (>= 0.16.2, < 2.a)
|
||||
mini_mime (~> 1.0)
|
||||
googleauth (0.17.0)
|
||||
googleauth (0.17.1)
|
||||
faraday (>= 0.17.3, < 2.0)
|
||||
jwt (>= 1.4, < 3.0)
|
||||
memoist (~> 0.16)
|
||||
multi_json (~> 1.11)
|
||||
os (>= 0.9, < 2.0)
|
||||
signet (~> 0.14)
|
||||
signet (~> 0.15)
|
||||
highline (2.0.3)
|
||||
http-cookie (1.0.4)
|
||||
domain_name (~> 0.5)
|
||||
@ -183,8 +183,8 @@ GEM
|
||||
ruby2_keywords (0.0.5)
|
||||
rubyzip (2.3.2)
|
||||
security (0.1.3)
|
||||
signet (0.15.0)
|
||||
addressable (~> 2.3)
|
||||
signet (0.16.0)
|
||||
addressable (~> 2.8)
|
||||
faraday (>= 0.17.3, < 2.0)
|
||||
jwt (>= 1.5, < 3.0)
|
||||
multi_json (~> 1.10)
|
||||
@ -202,7 +202,7 @@ GEM
|
||||
uber (0.1.0)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.7)
|
||||
unf_ext (0.0.8)
|
||||
unicode-display_width (1.7.0)
|
||||
webrick (1.7.0)
|
||||
word_wrap (1.0.0)
|
||||
|
@ -1,8 +1,8 @@
|
||||
- Kompatibilität zur Tresor-Format 8 hinzugefügt
|
||||
- Google-Login in pCloud hinzugefügt
|
||||
- Geteilte Tresore in pCloud hinzugefügt
|
||||
- Eine Menge Übersetzungen hinzugefügt, ein großes Lob an die Mitwirkenden
|
||||
- Minimale Android-Version auf 7 erhöht (Anmerkung: Android 6 hat fast 2 Jahre lang keine Sicherheitsupdates erhalten)
|
||||
- Google-Login und geteilte Tresore in pCloud hinzugefügt
|
||||
- Übersetzungen hinzugefügt, ein großes Lob an die Mitwirkenden
|
||||
- Minimale Android-Version auf 7 erhöht
|
||||
- Auto-Updater des APK-Stores verbessert
|
||||
- Tresorname in S3 kann wieder umbenannt werden
|
||||
- Tresore in Google Drive können wieder auf allen Geräten erstellt/hinzugefügt werden
|
||||
- Kompatibilität für schwache biometrische Authentifikatoren eingestellt
|
@ -1,8 +1,8 @@
|
||||
- Added compatibility to vault format 8
|
||||
- Added Google login in pCloud
|
||||
- Added shared vaults in pCloud
|
||||
- Added Google login and shared vaults in pCloud
|
||||
- Added a ton of translations, kudos to our contributors
|
||||
- Enhanced auto updater of APK store
|
||||
- Increased min. Android version to 7 (Side note: Android 6 did not receive security updates for almost 2 years)
|
||||
- Fixed rename vault name in S3
|
||||
- Fixed add/create vault in Google Drive on some devices
|
||||
- Dropped support for weak biometric authenticators
|
@ -1,10 +1,10 @@
|
||||
<ul>
|
||||
<li>Added compatibility to vault format 8</li>
|
||||
<li>Added Google login in pCloud</li>
|
||||
<li>Added shared vaults in pCloud</li>
|
||||
<li>Added Google login and shared vaults in pCloud</li>
|
||||
<li>Added a ton of translations, kudos to our contributors</li>
|
||||
<li>Enhanced auto updater of APK store</li>
|
||||
<li>Increased min. Android version to 7 (Side note: Android 6 did not receive security updates for almost 2 years)</li>
|
||||
<li>Fixed rename vault name in S3</li>
|
||||
<li>Fixed add/create vault in Google Drive on some devices</li>
|
||||
<li>Dropped support for weak biometric authenticators</li>
|
||||
</ul>
|
Loading…
x
Reference in New Issue
Block a user