Skip to content

Releases: keemobile/kotpass

0.4.9

25 Jun 13:33
Compare
Choose a tag to compare

New features

• Added modifyGroups helper
• Added customIconUuid field to DatabaseElement

Bug fixes

• Make sure modifyCustomIcons cleans up references in Groups

0.4.8

20 Jun 10:07
Compare
Choose a tag to compare

New features

• Added modifyEntries helper function
• Added modifyCustomIcons helper function

0.4.7

21 May 22:14
Compare
Choose a tag to compare

Refinements

• Explicitly separate get and find methods in database for Entries/Groups, where find methods respect groups search overrides and ignore items in recycle bin
• Added createRecycleBin factory
• New recycle bin is created with search and auto type overrides set to disabled

0.4.6

09 Apr 20:27
Compare
Choose a tag to compare

Refinements

• Provide Meta instead of databaseName in create database
• Changed Argon2 defaults to 8 iterations and 32 MB of memory
• Updated to Kotlin 1.6.10

0.4.5

04 Apr 23:00
Compare
Choose a tag to compare

Refinements

modifyCredentials should update masterKeyChanged field in Meta when passphrase is changed

0.4.4

04 Apr 20:42
Compare
Choose a tag to compare

New features

• Added modifyCredentials helper function

0.4.3

02 Apr 18:46
Compare
Choose a tag to compare

New features

• Update timestamps when modifyMeta is used
• Added KDoc to Meta

Bug fixes

• Skip SettingsChanged field from Meta for versions lower than 4.x when encoding XML

0.4.2

20 Feb 21:15
Compare
Choose a tag to compare

Bug fixes

• Fixed mismatched 'Password' and 'Url' placeholders

0.4.1

20 Feb 21:11
Compare
Choose a tag to compare

Bug fixes

• Fixed regexp patterns which caused crash on android

0.4.0

19 Feb 23:20
Compare
Choose a tag to compare

New features

• Added helper functions to resolve basic placeholders and field references 🎉
• Simplified retrieving basic fields from Entry with get operator
• Added findEntryBy and findGroupBy shorthand functions
• Added keys property to BasicField
• Added UUID to hex string conversion helper

Bug fixes

• Fixed naming of enum classes ⚠️