From 1f6a46ed491957e3a8bf727b2c35ef0a04d67fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=B6lts?= Date: Tue, 18 May 2021 10:48:21 +0200 Subject: [PATCH] Preparing 2.0.0 --- CHANGELOG.md | 4 +- KeeAnywhere/Properties/AssemblyInfo.cs | 2 +- build.cmd | 2 +- chocolatey/keepass-plugin-keeanywhere.nuspec | 40 ++++++++++++-------- version_manifest.txt | 2 +- 5 files changed, 30 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2e8f6..a69fb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0 (unpublished) +## 2.0.0 (2021-05-18) KeePass 2.48.1 or newer is required now (was 2.43). Micrososft .Net 4.6.1 is required now (was 4.5.2). @@ -26,7 +26,7 @@ Amazon S3: S3-Compatible providers can be used now (e. g. Wasabi, HiDrive S3, Io ### Improved - Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive) -- Using KeePass 2.47 now +- Using KeePass 2.48.1 now - Using .Net 4.6.1 now diff --git a/KeeAnywhere/Properties/AssemblyInfo.cs b/KeeAnywhere/Properties/AssemblyInfo.cs index 12a4578..12f0bf5 100644 --- a/KeeAnywhere/Properties/AssemblyInfo.cs +++ b/KeeAnywhere/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ //[assembly: AssemblyVersion("0.1.0.0")] [assembly: AssemblyVersion("2.0.0.0")] [assembly: AssemblyFileVersion("2.0.0.0")] -[assembly: AssemblyInformationalVersion("2.0.0-unstable")] +[assembly: AssemblyInformationalVersion("2.0.0")] diff --git a/build.cmd b/build.cmd index 85b73bf..905bf8f 100644 --- a/build.cmd +++ b/build.cmd @@ -1,5 +1,5 @@ @echo off -set version=2.0.0-unstable +set version=2.0.0 set zip="packages\7-Zip.CommandLine.9.20.0\tools\7za.exe" set msbuildcmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat" diff --git a/chocolatey/keepass-plugin-keeanywhere.nuspec b/chocolatey/keepass-plugin-keeanywhere.nuspec index 577cda3..1d63da5 100644 --- a/chocolatey/keepass-plugin-keeanywhere.nuspec +++ b/chocolatey/keepass-plugin-keeanywhere.nuspec @@ -3,7 +3,7 @@ keepass-plugin-keeanywhere KeePass Plugin KeeAnywhere - 1.6.0 + 2.0.0 Daniel Bölts Kyrodan Plugin for KeePass 2.x to to add support for cloud storage providers @@ -28,36 +28,46 @@ Supported providers: https://keeanywhere.de/use/start https://cdn.rawgit.com/Kyrodan/KeeAnywhere/95b05e59b80690037bfb1952715d5104fbf99b71/KeeAnywhere/Resources/KeeAnywhere_48x48.png keepass plugin backup sync cloud - © 2015-2020 Daniel Bölts + © 2015-2021 Daniel Bölts https://github.com/Kyrodan/KeeAnywhere/blob/master/LICENSE false - ## 1.6.0 (2020-01-08) + ## 2.0.0 (2021-05-18) -KeePass 2.43 or newer is required now (was 2.40). +KeePass 2.48.1 or newer is required now (was 2.43). +Micrososft .Net 4.6.1 is required now (was 4.5.2). +Amazon Drive support has been dropped. +New Provider: Azure Blob and File storage - thanks to J. Peitsch (@spacedee) +Amazon S3: S3-Compatible providers can be used now (e. g. Wasabi, HiDrive S3, Ionos S3, Backblaze B2, MinIO) ### New -- \#116 KeeAnywhere not works with Temporary Access and Secret Keys (PR \#182) +- \#244 Feature Request: nonAWS S3 +- \#203 Adding Azure blob and file storage +- \#154 New Provider: BackBlaze B2 +- \#130 Add Support to Provider Wasabi (would be included as S3 Compatible) ### Fixed -- \#123 KeeAnywhere ignore KeePass Proxy configuration (PR \#163) -- \#169 KeeAnywhere.dll v1.5.1 plugin incompatible with Keepass 2.41 -- \#184 KeeAnywhere 1.5.1 doesn't work with KeePass 2.43 -- \#189 Adjust links to new Homepage +- \#246 Remove Amazon Drive support +- \#241 \[Google Drive\] Cannot Authorize (browser not supported) bug +- \#227 "Couldn't sign you in" GDrive error bug +- \#212 Can't connect to google drive account +- \#179 \[Dropbox\] \[Google Drive\] Open from Cloud Drive only list partial content +- \#196 HiDrive: Saving to root folder throws exception +- \#89 Reimplement Account Authentication not using internal Web Browser ### Improved -- \#99 About the beer message -- \#190 Improve Menu Creation for KeePass >= 2.41 -- Updated Dependencies (KeePass) +- Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive) +- Using KeePass 2.48.1 now +- Using .Net 4.6.1 now -[Full Changelog](https://github.com/Kyrodan/KeeAnywhere/blob/master/CHANGELOG.md) + [Full Changelog](https://github.com/Kyrodan/KeeAnywhere/blob/master/CHANGELOG.md) - - + + diff --git a/version_manifest.txt b/version_manifest.txt index c3a7d75..f416806 100644 --- a/version_manifest.txt +++ b/version_manifest.txt @@ -1,3 +1,3 @@ : -KeeAnywhere:1.6.0.0 +KeeAnywhere:2.0.0.0 : \ No newline at end of file