Skip to content

Releases: bilelmoussaoui/oo7

0.3.2

0.3.1

03 May 21:07
Compare
Choose a tag to compare

0.3.0

18 Feb 15:27
Compare
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

0.2.2

06 Jan 21:01
Compare
Choose a tag to compare

Kévin Commaille

  • portal: Fix concurrent calls to Keyring::write

Maximiliano Sandoval

  • Add created, modified methods for items
  • cargo: Set msrv to 1.66

Sophie Herold:

  • client/dbus: Add public interface for item
  • Stop using the async-std crate

0.2.0

10 Aug 13:13
Compare
Choose a tag to compare

What's Changed

  • portal api: Fix deosn't typo by @A6GibKm in #38
  • Return a stream for signals by @bilelmoussaoui in #40
  • migration: Fallback to plain secret service
  • Expose Item::lock/Item::unlock from the generic API

Full Changelog: 0.1.2...0.2.0

0.1.2

16 Apr 17:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

16 Apr 13:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

24 Mar 22:02
Compare
Choose a tag to compare

First release of oo7 🎉

Thanks to all the contributors for helping shaping up the library!