Skip to content

Commit

Permalink
Update version to 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanii committed Dec 26, 2018
1 parent 7206d6f commit 501ac90
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.2](https://github.com/juanii/OnePIF/releases/0.3.2) - 2018-12-25

### Changed

* Previously used passwords are handled the KeePass way: each history entry is fully populated (using main entry data).

* The main concealed field of each item type is set as the entry password, and the original field contains a placeholder to the entry password.

### Fixed

* The main item URL was also being added as a secondary URL.

## [0.3.1](https://github.com/juanii/OnePIF/releases/0.3.1) - 2018-12-22

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions OnePIF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// 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.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]

[assembly: NeutralResourcesLanguage("en", UltimateResourceFallbackLocation.MainAssembly)]

0 comments on commit 501ac90

Please sign in to comment.