Skip to content

Commit

Permalink
Updated CHANGELOG.md and README.md files.
Browse files Browse the repository at this point in the history
Incremented version to 0.4.3.
  • Loading branch information
cristianst85 committed Mar 31, 2018
1 parent 383e3e6 commit 225f608
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.4.3

Bug fix: Password changing for Linux hosts for non-root users was not working.
Bug fix: Shell output is included in the error message when changing the password for Linux hosts fails (was always null).
Other code optimizations and improvements.

0.4.2

Bug fix: Passwords are enclosed in double quotes with WinSCP. Fixes an issue with passwords that contain special characters.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2016-2017, Cristian Stoica.
# Copyright (C) 2016-2018, Cristian Stoica.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion QuickConnectPlugin/FormAbout.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions QuickConnectPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Cristian Stoica")]
[assembly: AssemblyProduct("KeePass Plugin")]
[assembly: AssemblyCopyright("Copyright © 2016-2017 Cristian Stoica")]
[assembly: AssemblyCopyright("Copyright © 2016-2018 Cristian Stoica")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.2.*")]
[assembly: AssemblyFileVersion("0.4.2.0")]
[assembly: AssemblyVersion("0.4.3.*")]
[assembly: AssemblyFileVersion("0.4.3.0")]
[assembly: InternalsVisibleTo("QuickConnectPlugin.Tests")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ QuickConnect is a plugin for [KeePass](http://keepass.info) password manager tha

## Requirements

- Microsoft Windows XP/7 with .NET Framework 3.5;
- Microsoft Windows XP/7/10 with .NET Framework 3.5;
- [KeePass](http://keepass.info) version 2.31 or newer.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
QuickConnectPlugin:0.4.1
QuickConnectPlugin:0.4.3
:

0 comments on commit 225f608

Please sign in to comment.