Release version 0.14
[platform/upstream/libsecret.git] / NEWS
1 0.14
2  * Add a 'search' command to the tool for looking up items [#693881]
3  * Try to unlock locked collection when storing an item [#693723]
4  * Improve validation of the attributes table [#694107]
5  * Allow empty SecretValue contents [#694787]
6  * Introspection fixes [#694448]
7  * Updated translations
8
9 0.13
10  * Updated translations
11  * Build fixes
12
13 0.12
14  * When storing a secret, create default keyring if necessary
15  * Share the memory pool with the gcr or libgnome-keyring library.
16  * Testing and other fixes
17  * Build fixes
18
19 0.11
20  * Better critical preconditions for invalid attributes
21
22 0.10
23  * Updated translations
24
25 0.9
26  * Add a manual page for secret-tool
27  * Fix up libsecret licensing
28  * Build and testing fixes
29
30 0.8
31  * Fix up libsecret licensing
32  * Initialize gettext correctly
33  * Fix crash in secret-tool
34  * Build and testing fixes
35
36 0.7
37  * Match schema names for notes and network passwords
38  * Add flags argument to secret_collection_for_alias()
39  * Correct flags behavior for SecretCollection
40  * Build fixes
41
42 0.6
43  * Rename secret_password_remove() to secret_password_clear()
44    and similar names for related functions.
45  * The secret_attribute_build() functions are stable
46  * The predefined secret schemas are stable
47  * Build fixes
48
49 0.5
50  * secret_service_remove() removes all unlocked matching items
51  * Make sure that we have some attributes when searching
52  * Add flags for item and collection creation
53  * Add way to get schema name from a SecretItem
54  * Rename secret_service_read_alias() to
55    secret_collection_for_alias()
56  * Split the stable and unstable APIs into separate 
57    pkg-config files, girs and vapis
58  * Bump the library major version number to 1
59  * Document how to migrate from libgnome-keyring
60  * Document how to use libsecret from C, js, python, vala
61  * Documentation fixes
62
63 0.4
64  * Implement per collection search
65  * Register secret service errors as GDBus errors
66  * Cache default SecretService object, and provide a way to
67    'disconnect' it. Also 'disconnect' if service goes away.
68  * Better use of aliases when storing passwords
69  * Rename functions that operate on a dbus object path
70  * Accept NULL as a SecretService parameter for many methods
71  * Make loading items for a collection optional
72  * More consistent use of schemas
73  * Able to unlock and load secrets while searching for items
74  * Cache the secret value on SecretItem
75  * Add vala bindings and tests
76  * Remove most varargs other than the simple password functions
77  * Add SECRET_SCHEMA_NOTE schema
78  * Lots of bug fixes
79  * Documentation fixes
80  * Testing fixes
81  * Build fixes
82
83 0.3
84  * Add methods to get services from collections, items
85  * Add methods to read and set aliases
86  * Add methods which handle prompts for a DBus object path
87  * Header path fix
88  * Documentation fixes
89
90 0.2
91  * Fix header copyright issues
92  * Build fixes
93  * Add missing 'authtype' attribute to the 'network' schema
94  * Add secret-schemas.h to the 'stable' API
95
96 0.1
97  * Initial release, not yet stable