Releases: keemobile/kotpass
Releases · keemobile/kotpass
0.4.9
New features
• Added modifyGroups
helper
• Added customIconUuid
field to DatabaseElement
Bug fixes
• Make sure modifyCustomIcons
cleans up references in Groups
0.4.8
New features
• Added modifyEntries
helper function
• Added modifyCustomIcons
helper function
0.4.7
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
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
Refinements
• modifyCredentials
should update masterKeyChanged
field in Meta
when passphrase is changed
0.4.4
New features
• Added modifyCredentials
helper function
0.4.3
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
Bug fixes
• Fixed mismatched 'Password' and 'Url' placeholders
0.4.1
Bug fixes
• Fixed regexp patterns which caused crash on android
0.4.0
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 ⚠️