Skip to content

Commit

Permalink
Update version to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanii committed Jan 27, 2019
1 parent 77ae265 commit 59ff48c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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

### Added

* Support for older 1pif file format without sections.

### Fixed

* Some misspelled field names.

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

### Added
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.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]

[assembly: NeutralResourcesLanguage("en", UltimateResourceFallbackLocation.MainAssembly)]
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin was made using Dmitry Wolf's [1P2KeePass](https://github.com/diimdee
### Brief list of features

* The plugin imports:
- Most item types available in 1Password 6: Logins, Secure Notes, Credit Cards, Identities, Passwords, Bank Accounts, Databases, Driver Licenses, Email Accounts, Memberships, Outdoor Licenses, Passports, Reward Programs, Servers, Social Security Numbers, Software Licenses, Wireless Routers, User-defined Folders.<sup id="a1">[1](#f1)</sup>
- Most item types available in 1Password 6 and 7: Logins, Secure Notes, Credit Cards, Identities, Passwords, Bank Accounts, Databases, Driver Licenses, Email Accounts, Memberships, Outdoor Licenses, Passports, Reward Programs, Servers, Social Security Numbers, Software Licenses, Wireless Routers, User-defined Folders.<sup id="a1">[1](#f1)</sup>
- Legacy item types from 1Password 3: Email Account (v1), iTunes, MySQL Database, FTP Account, iCloud (a.k.a. MobileMe), Generic Account, Instant Messenger, Internet Provider, Amazon S3 (a.k.a. Amazon Web Services).
- All template fields, web form fields and user-defined fields.
- Previously used passwords list.
Expand All @@ -26,17 +26,17 @@ This plugin was made using Dmitry Wolf's [1P2KeePass](https://github.com/diimdee

### (Un)tested and (un)supported file formats and platforms

* The plugin was tested using files created in 1Password 3 and 6 for macOS and 1Password 4 for Windows and exported by 1Password 6 and 7 for macOS as well as 1Password 4 for Windows. All item types (from the above list in previous section) and template fields were tested. Nevertheless the number of combinations for creating, updating, migrating and exporting items in different versions of 1Password creates a whole universe of possibilities, so you might still find errors while importing a file.
* The plugin was tested using files created in, and exported from, 1Password 3, 6 and 7 for macOS and 1Password 4 for Windows. Nevertheless the number of combinations for creating, updating, migrating and exporting vaults in different versions of 1Password derives in a whole universe of possibilities, so you might still find errors while importing a file.
- Very limited testing was performed with 1Password for Families/Teams/Businesses vaults.<sup id="a3">[3](#f3)</sup>
* All item types (from the above list in previous section) and template fields were tested.
* The plugin was tested with KeePass 2.40+ running on Windows and KeePass 2.38 running on Ubuntu.

### What's next

I expect to keep fixing bugs, adding some features and broadening support for more variants of 1pif files. Here are some of the plans, in no particular order:
I expect to keep fixing bugs and adding some features. Here are some of the plans, in no particular order:

* General error handling.
* Log/summary of import errors.
* Support for older 1pif formats (without sections).

## Download and installation

Expand Down

0 comments on commit 59ff48c

Please sign in to comment.