Skip to content

Releases: linux-credentials/oo7

0.6.0

21 Feb 16:47

Choose a tag to compare

What's Changed

  • server: kde plasma prompter support
  • cli: Add json output format support

v0.6.0-alpha

21 Jan 08:15

Choose a tag to compare

v0.6.0-alpha Pre-release
Pre-release

This is the first release of the three following components:

  • oo7-daemon, a replacement of gnome-keyring-daemon or kwallet. It has support for both KDE and GNOME prompting mechanism, used to ask the user to type the password to unlock their keyring. Note that this is an alpha release so bugs are expected.
  • oo7-python, python bindings of oo7 making it possibly to use the library from Python.
  • oo7-macros, provides schemas support to oo7

The release also comes with various fixes, reduced dependencies and a much better test coverage than the previous release. Enjoy

0.5.0

23 Aug 18:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.3...0.5.0

0.4.3

22 Mar 20:07

Choose a tag to compare

0.4.2

20 Mar 15:46

Choose a tag to compare

What's Changed

Relax the condition when validating the file backend keyring secret and provide various APIs to allow the developer to recover the non-broken items in a keyring or delete the broken ones.

The root cause of the issue has not been identified but at least apps will continue to work as normal if the developer uses Keyring::with_broken_item_cleanup instead of Keyring::new.

More details can be found in #207

0.4.0

15 Feb 15:35

Choose a tag to compare

What's Changed

The server side implementation is still WIP. On the other hand, the secret portal implementation is ready 🎉.

0.3.3

18 Jun 11:58

Choose a tag to compare

Bilal Elmoussaoui:

  • client/item: Force tuple usage when serializing
  • client: Use async UnixStream

0.3.2

05 May 11:34

Choose a tag to compare

0.3.1

03 May 21:07

Choose a tag to compare

0.3.0

18 Feb 15:27

Choose a tag to compare

What's Changed

  • Bump zbus to 4.0
  • Bump MSRV to 1.75, as required by zbus 4.0
  • Introduce AsAttributes traits, used instead of passing attributes as HashMap<&str, &str> , making it possible to pass Vec<(K, V)>, BTreeMap<K,V> or even a struct that would implement the trait
  • Expose more internals as part of the unstable feature, for the work-in-progress to provide a server side implementation of the secret service specification
  • Release oo7-cli, a secret-tool replacement