Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Jul 17, 2022
1 parent 4d29054 commit 97532ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Unreleased
----------
v0.13.1 (2022-07-17)
--------------------
* Update help URLs
* Bumped minimum required .NET version to 4.6.2.
* Added support for PuTTY Private Key (.ppk) v3 file format (thanks ezekielnewren).
* Added support for WSL compatible ssh-agent socket (thanks mehrdadn).
* Improved user interface for managing key files.
* Bump minimum required .NET version to 4.6.2.
* Add support for PuTTY Private Key (.ppk) v3 file format (thanks ezekielnewren).
* Add support for WSL compatible ssh-agent socket (thanks mehrdadn).
* Improve user interface for managing key files.
* Fix multiple requests received when database is locked (thanks archimed7592).
* Fix blocking UI when decrypting keys with CPU intensive KDF.

v0.12.1 (2020-08-31)
--------------------
Expand Down
4 changes: 2 additions & 2 deletions KeeAgent/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.13.0.*")]
[assembly: AssemblyFileVersion("0.13.0.0")]
[assembly: AssemblyVersion("0.13.1.0")]
[assembly: AssemblyFileVersion("0.13.1.0")]

0 comments on commit 97532ce

Please sign in to comment.