Skip to content

Commit

Permalink
Preparing 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed Jun 17, 2024
1 parent bbd185a commit 88e7137
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 49 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## 2.1.0 (unreleased)
## 2.1.0 (2024-06-17)

### New

- \#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

- \#327 Remote backup doesn't work on google drive in the root path

### Improved

- XXX Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive)
- Using KeePass 2.57.0 now


Expand Down
6 changes: 3 additions & 3 deletions KeeAnywhere/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
50 changes: 11 additions & 39 deletions chocolatey/keepass-plugin-keeanywhere.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>keepass-plugin-keeanywhere</id>
<title>KeePass Plugin KeeAnywhere</title>
<version>2.0.3</version>
<version>2.1.0</version>
<authors>Daniel Bölts</authors>
<owners>Kyrodan</owners>
<summary>Plugin for KeePass 2.x to to add support for cloud storage providers</summary>
Expand All @@ -17,8 +17,8 @@ Supported providers:
* Box
* Dropbox
* Google Drive
* Google Cloud Storage
* HiDrive
* hubiC
* OneDrive
</description>
<packageSourceUrl>https://github.com/kyrodan/keeanywhere/tree/master/chocolatey</packageSourceUrl>
Expand All @@ -31,57 +31,29 @@ Supported providers:
<copyright>© 2015-2021 Daniel Bölts</copyright>
<licenseUrl>https://github.com/Kyrodan/KeeAnywhere/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>## 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)
<releaseNotes>## 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)
</releaseNotes>
<dependencies>
<dependency id="keepass" version="[2.48.1, 3.0)" />
<dependency id="keepass" version="[2.57.0, 3.0)" />
<dependency id="dotnet4.6.1" />
</dependencies>
</metadata>
Expand Down
3 changes: 2 additions & 1 deletion docs/_use/url_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version_manifest.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
KeeAnywhere:2.0.3.0
KeeAnywhere:2.1.0.0
:

0 comments on commit 88e7137

Please sign in to comment.