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