Release version 0.4
[platform/upstream/libsecret.git] / NEWS
1 0.4
2  * Implement per collection search
3  * Register secret service errors as GDBus errors
4  * Cache default SecretService object, and provide a way to
5    'disconnect' it. Also 'disconnect' if service goes away.
6  * Better use of aliases when storing passwords
7  * Rename functions that operate on a dbus object path
8  * Accept NULL as a SecretService parameter for many methods
9  * Make loading items for a collection optional
10  * More consistent use of schemas
11  * Able to unlock and load secrets while searching for items
12  * Cache the secret value on SecretItem
13  * Add vala bindings and tests
14  * Remove most varargs other than the simple password functions
15  * Add SECRET_SCHEMA_NOTE schema
16  * Lots of bug fixes
17  * Documentation fixes
18  * Testing fixes
19  * Build fixes
20
21 0.3
22  * Add methods to get services from collections, items
23  * Add methods to read and set aliases
24  * Add methods which handle prompts for a DBus object path
25  * Header path fix
26  * Documentation fixes
27
28 0.2
29  * Fix header copyright issues
30  * Build fixes
31  * Add missing 'authtype' attribute to the 'network' schema
32  * Add secret-schemas.h to the 'stable' API
33
34 0.1
35  * Initial release, not yet stable