Skip to content

Commit

Permalink
Preparing 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed Oct 19, 2018
1 parent 288a014 commit 59b030f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1 (unreleased)
## 1.5.1 (2018-10-19)

This is a bug-fixing release only.

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("1.5.1.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]
[assembly: AssemblyInformationalVersion("1.5.1-unstable")]
[assembly: AssemblyInformationalVersion("1.5.1")]
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=1.5.1-unstable
set version=1.5.1
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
47 changes: 29 additions & 18 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.5.0</version>
<version>1.5.1</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,33 +28,44 @@ Supported providers:
<docsUrl>https://github.com/Kyrodan/KeeAnywhere/wiki/</docsUrl>
<iconUrl>https://cdn.rawgit.com/Kyrodan/KeeAnywhere/95b05e59b80690037bfb1952715d5104fbf99b71/KeeAnywhere/Resources/KeeAnywhere_48x48.png</iconUrl>
<tags>keepass plugin backup sync cloud</tags>
<copyright>© 2015-2017 Daniel Bölts</copyright>
<copyright>© 2015-2018 Daniel Bölts</copyright>
<licenseUrl>https://github.com/Kyrodan/KeeAnywhere/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>## 1.5.0 (2018-09-20)
<releaseNotes>## 1.5.1 (2018-10-19)

This is mainly a bug-fixing release.
KeePass 2.40 or newer is required now (was 2.35).
This is a bug-fixing release only.

Noteworthy:
Default Storage Location for settings is now in User's Roaming AppData instead of User's Local AppData.
### Fixed
- \#139 Fails to save big DB to remote [tested on GDrive &amp; OneDrive]
- \#147 KeeAnywhere-1.5.0 plugin incompatible with Keepass 2.40 (Improved Library Loading)
- \#148 KeeAnywhere Offline Cache path (Improved determination of portability)
- \#152 Box: Enable TLS 1.1+

### Fixed

- \#90 Update OnHelpMeChooseAccountStorage uri
- \#96 default folder did not create automatically
- \#103 Caching database makes KeePass non-portable
- \#113 Adjust account storage location
- \#122 Fixes syntax in donation text
- \#138 Simple Spelling Correction
- \#141 Incompatible with KeePass 2.40
## 1.5.0 (2018-09-20)

### Improved
This is mainly a bug-fixing release.
KeePass 2.40 or newer is required now (was 2.35).

- Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive)
Noteworthy:
Default Storage Location for settings is now in User's Roaming AppData instead of User's Local AppData.

### Fixed

[Full Changelog](https://github.com/Kyrodan/KeeAnywhere/blob/master/CHANGELOG.md)
- \#90 Update OnHelpMeChooseAccountStorage uri
- \#96 default folder did not create automatically
- \#103 Caching database makes KeePass non-portable
- \#113 Adjust account storage location
- \#122 Fixes syntax in donation text
- \#138 Simple Spelling Correction
- \#141 Incompatible with KeePass 2.40

### Improved

- Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive)


[Full Changelog](https://github.com/Kyrodan/KeeAnywhere/blob/master/CHANGELOG.md)
</releaseNotes>
<dependencies>
<dependency id="keepass" version="[2.40, 3.0)" />
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.5.0.0
KeeAnywhere:1.5.1.0
:

0 comments on commit 59b030f

Please sign in to comment.