Skip to content

Commit

Permalink
Update version to 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanii committed Jan 7, 2019
1 parent 62c4910 commit cd83a47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

## [0.3.3](https://github.com/juanii/OnePIF/releases/0.3.3) - 2019-01-07

### Fixed

* Crash when importing sections with no fields.
* Password data was overwritten with a placeholder if the password field title in the 1pif file collides with KeePass password field name.

## [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
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.2.0")]
[assembly: AssemblyFileVersion("0.3.2.0")]
[assembly: AssemblyVersion("0.3.3.0")]
[assembly: AssemblyFileVersion("0.3.3.0")]

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

0 comments on commit cd83a47

Please sign in to comment.