diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2bfa0..91bafcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.0 (unreleased) +## 2.1.0 (2024-06-17) ### New @@ -6,6 +6,7 @@ - \#377 Gdrive shortcuts - \#398 Limit access to KeeAnywhere files only and not the whole drive (like Dropbox-restricted) - \#261 Added support for OneDrive shared folders +- \#369 Remove support for hubiC ### Fixed @@ -13,7 +14,6 @@ ### Improved -- XXX Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive) - Using KeePass 2.57.0 now diff --git a/KeeAnywhere/Properties/AssemblyInfo.cs b/KeeAnywhere/Properties/AssemblyInfo.cs index d4b65c0..8787800 100644 --- a/KeeAnywhere/Properties/AssemblyInfo.cs +++ b/KeeAnywhere/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: //[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyVersion("2.0.3.0")] -[assembly: AssemblyFileVersion("2.0.3.0")] -[assembly: AssemblyInformationalVersion("2.0.3")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] +[assembly: AssemblyInformationalVersion("2.1.0")] diff --git a/README.md b/README.md index 782d559..66075ba 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Supported providers (in alphabetical order): * Box * Dropbox * Google Drive +* Google Cloud Storage * HiDrive -* hubiC * OneDrive ![KeeAnywhere in Action](docs/assets/images/KeeAnywhere_Teaser.png) diff --git a/build.cmd b/build.cmd index 172b593..1d5a53e 100644 --- a/build.cmd +++ b/build.cmd @@ -1,5 +1,5 @@ @echo off -set version=2.0.3 +set version=2.1.0 set zip="packages\7-Zip.CommandLine.9.20.0\tools\7za.exe" set msbuildcmd="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsMSBuildCmd.bat" diff --git a/chocolatey/keepass-plugin-keeanywhere.nuspec b/chocolatey/keepass-plugin-keeanywhere.nuspec index 0bb5507..dead8eb 100644 --- a/chocolatey/keepass-plugin-keeanywhere.nuspec +++ b/chocolatey/keepass-plugin-keeanywhere.nuspec @@ -3,7 +3,7 @@ keepass-plugin-keeanywhere KeePass Plugin KeeAnywhere - 2.0.3 + 2.1.0 Daniel Bölts Kyrodan Plugin for KeePass 2.x to to add support for cloud storage providers @@ -17,8 +17,8 @@ Supported providers: * Box * Dropbox * Google Drive +* Google Cloud Storage * HiDrive -* hubiC * OneDrive https://github.com/kyrodan/keeanywhere/tree/master/chocolatey @@ -31,57 +31,29 @@ Supported providers: © 2015-2021 Daniel Bölts https://github.com/Kyrodan/KeeAnywhere/blob/master/LICENSE false - ## 2.0.3 (2021-05-21) - -### Fixed - -- \#283 Port range for redirect URI calculated wrong - - -## 2.0.2 (2021-05-21) - -### Fixed - -- \#281 OneDrive cannot be accessed anymore -- \#280 Exception: Proxy Authentication required - - -## 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). -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) + ## 2.1.0 (2024-06-17) ### New -- \#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) +- \#269 New storage provider: Google Cloud Storage +- \#377 Gdrive shortcuts +- \#398 Limit access to KeeAnywhere files only and not the whole drive (like Dropbox-restricted) +- \#261 Added support for OneDrive shared folders +- \#369 Remove support for hubiC ### Fixed -- \#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 +- \#327 Remote backup doesn't work on google drive in the root path ### Improved -- Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive) -- Using KeePass 2.48.1 now -- Using .Net 4.6.1 now +- Using KeePass 2.57.0 now [Full Changelog](https://github.com/Kyrodan/KeeAnywhere/blob/master/CHANGELOG.md) - + diff --git a/docs/_use/url_specification.md b/docs/_use/url_specification.md index 115bbee..fb513fe 100644 --- a/docs/_use/url_specification.md +++ b/docs/_use/url_specification.md @@ -13,8 +13,9 @@ Valid values for `{provider}` are: * dropbox * dropbox-r * gdrive +* gdrive-r +* gs * hidrive -* hubic * onedrive The `{accountname}` is the name of the account you can see in KeeAnywhere Settings` account list. diff --git a/docs/index.md b/docs/index.md index a143186..6e63cd6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,8 +18,8 @@ KeeAnywhere is a [KeePass Password Safe](http://keepass.info) plugin that provid * Box * Dropbox * Google Drive +* Google Cloud Storage * HiDrive -* hubiC * OneDrive # Key features diff --git a/version_manifest.txt b/version_manifest.txt index 574d66f..d6f7031 100644 --- a/version_manifest.txt +++ b/version_manifest.txt @@ -1,3 +1,3 @@ : -KeeAnywhere:2.0.3.0 +KeeAnywhere:2.1.0.0 : \ No newline at end of file