Releases: bilelmoussaoui/oo7
Releases · bilelmoussaoui/oo7
0.3.3
0.3.2
Kévin Commaille:
0.3.1
0.3.0
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 asHashMap<&str, &str>
, making it possible to passVec<(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
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
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
What's Changed
- keyring: Fix fallback to plain keyring by @bilelmoussaoui in #36
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- keyring: Fallback to plain algorithm by @bilelmoussaoui in #35
Full Changelog: 0.1.0...0.1.1
0.1.0
First release of oo7 🎉
Thanks to all the contributors for helping shaping up the library!