From cd83a47baa3b3b3ed930051fb2a98b25d3ce77cf Mon Sep 17 00:00:00 2001 From: juanii Date: Mon, 7 Jan 2019 11:31:30 -0300 Subject: [PATCH] Update version to 0.3.3. --- CHANGELOG.md | 8 +++++++- OnePIF/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ac93f..3d599f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/OnePIF/Properties/AssemblyInfo.cs b/OnePIF/Properties/AssemblyInfo.cs index 71bc379..85e2704 100644 --- a/OnePIF/Properties/AssemblyInfo.cs +++ b/OnePIF/Properties/AssemblyInfo.cs @@ -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)] \ No newline at end of file