summaryrefslogtreecommitdiff
path: root/NEWS
blob: 81dcb658f9b7bddb9143d79cb469ce8f6ea3d4f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
0.5
 * secret_service_remove() removes all unlocked matching items
 * Make sure that we have some attributes when searching
 * Add flags for item and collection creation
 * Add way to get schema name from a SecretItem
 * Rename secret_service_read_alias() to
   secret_collection_for_alias()
 * Split the stable and unstable APIs into separate 
   pkg-config files, girs and vapis
 * Bump the library major version number to 1
 * Document how to migrate from libgnome-keyring
 * Document how to use libsecret from C, js, python, vala
 * Documentation fixes

0.4
 * Implement per collection search
 * Register secret service errors as GDBus errors
 * Cache default SecretService object, and provide a way to
   'disconnect' it. Also 'disconnect' if service goes away.
 * Better use of aliases when storing passwords
 * Rename functions that operate on a dbus object path
 * Accept NULL as a SecretService parameter for many methods
 * Make loading items for a collection optional
 * More consistent use of schemas
 * Able to unlock and load secrets while searching for items
 * Cache the secret value on SecretItem
 * Add vala bindings and tests
 * Remove most varargs other than the simple password functions
 * Add SECRET_SCHEMA_NOTE schema
 * Lots of bug fixes
 * Documentation fixes
 * Testing fixes
 * Build fixes

0.3
 * Add methods to get services from collections, items
 * Add methods to read and set aliases
 * Add methods which handle prompts for a DBus object path
 * Header path fix
 * Documentation fixes

0.2
 * Fix header copyright issues
 * Build fixes
 * Add missing 'authtype' attribute to the 'network' schema
 * Add secret-schemas.h to the 'stable' API

0.1
 * Initial release, not yet stable