Skip to content

Commit

Permalink
Preparing 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrodan committed Jan 9, 2020
1 parent adb749b commit f094ae8
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 33 deletions.
7 changes: 3 additions & 4 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ In folder *build* you now see two subfolders:
* dist: packages for distribution

# Prepare new release
This projects follows [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/).
The *master* branch contains the latest released version. Each released version is tagged with a version tag: this tag follows [Semantic Versioning](http://semver.org/). Ongoing development takes place in *develop* branch.
When preparing for a new release the last steps before merging *develop* to *master* is to change the version informations (e.g. 0.1.0-alpha):
Each released version is tagged with a version tag: this tag follows [Semantic Versioning](http://semver.org/).
When preparing for a new release the last steps is to change the version informations (e.g. 0.1.0-alpha):

* KeeAnywhere\Properties\AssemblyInfo.cs
* build.cmd
* CHANGELOG.md
* chocolatey\keepass-plugin-keeanywhere.nuspec
* version_manifest.txt (change only for production releases)

After merging *develop* to *master* change version in *develop* to **next** unstable version (e. g. 0.2.0-unstable) - just to make clear ths is a development snapshot and generally not released to public.
After having pushed and tagged the current version, then change version to **next** unstable version (e. g. 0.2.0-unstable) - just to make clear ths is a development snapshot and generally not released to public.

# Version examples
Versions are always counted upwards. Each version is unique.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.6.0 (unreleased)
## 1.6.0 (2020-01-08)

KeePass 2.43 or newer is required now (was 2.40).

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.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]
[assembly: AssemblyInformationalVersion("1.6.0-unstable")]
[assembly: AssemblyInformationalVersion("1.6.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=1.6.0-unstable
set version=1.6.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
38 changes: 13 additions & 25 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.1</version>
<version>1.6.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,41 +28,29 @@ 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-2019 Daniel Bölts</copyright>
<copyright>© 2015-2020 Daniel Bölts</copyright>
<licenseUrl>https://github.com/Kyrodan/KeeAnywhere/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>## 1.5.1 (2018-10-19)
<releaseNotes>## 1.6.0 (2020-01-08)

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

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


## 1.5.0 (2018-09-20)

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

Noteworthy:
Default Storage Location for settings is now in User's Roaming AppData instead of User's Local AppData.
- \#116 KeeAnywhere not works with Temporary Access and Secret Keys (PR \#182)

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

### Improved

- Updated Dependencies (AWS, Box, Dropbox, Google Drive, OneDrive)
- \#99 About the beer message
- \#190 Improve Menu Creation for KeePass >= 2.41
- Updated Dependencies (KeePass)


[Full Changelog](https://github.com/Kyrodan/KeeAnywhere/blob/master/CHANGELOG.md)
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.1.0
KeeAnywhere:1.6.0.0
:

0 comments on commit f094ae8

Please sign in to comment.