Skip to content

Commit

Permalink
Preparing 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed May 18, 2021
1 parent 76b504d commit 1f6a46e
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 20 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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


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

Expand Down
40 changes: 25 additions & 15 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>1.6.0</version>
<version>2.0.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 @@ -28,36 +28,46 @@ Supported providers:
<docsUrl>https://keeanywhere.de/use/start</docsUrl>
<iconUrl>https://cdn.rawgit.com/Kyrodan/KeeAnywhere/95b05e59b80690037bfb1952715d5104fbf99b71/KeeAnywhere/Resources/KeeAnywhere_48x48.png</iconUrl>
<tags>keepass plugin backup sync cloud</tags>
<copyright>© 2015-2020 Daniel Bölts</copyright>
<copyright>© 2015-2021 Daniel Bölts</copyright>
<licenseUrl>https://github.com/Kyrodan/KeeAnywhere/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>## 1.6.0 (2020-01-08)
<releaseNotes>## 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)
</releaseNotes>
<dependencies>
<dependency id="keepass" version="[2.43, 3.0)" />
<dependency id="dotnet4.5.2" />
<dependency id="keepass" version="[2.48.1, 3.0)" />
<dependency id="dotnet4.6.1" />
</dependencies>
</metadata>
<files>
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:1.6.0.0
KeeAnywhere:2.0.0.0
:

0 comments on commit 1f6a46e

Please sign in to comment.