Daniel Brotsky
Daniel Brotsky
OK, sorry for the delay in replying, but I've been doing a lot of testing and a lot of thinking and I think I have a fairly elegant solution. We...
Thanks for the feedback, I really appreciate it. Let me respond in inverse order: * The problem with adding a `target` attribute in set-password even with `search-all=false` is that it...
So I have figured out a much, much simpler approach to all this: 1. We always use service-level search. So no options are needed to turn it on or off....
> Maybe it should also add the target attribute to that item, if it doesn't has one yet? I don't think there's any way to do that short of deleting...
I've published [v2 alpha 4](https://github.com/hwchen/keyring-rs/releases/tag/v2.0.0-alpha.4) that uses secret service v3.
OK, with the release of secret service v3 I have cut an [RC of v2](https://github.com/hwchen/keyring-rs/releases/tag/v2.0.0-rc.1) and published it to crates.io. Please try it out!
The [rc.3 build of v2](https://github.com/hwchen/keyring-rs/releases/tag/v2.0.0-rc.3) has been published to [crates.io](https://crates.io/crates/keyring/2.0.0-rc.3). This one is fully backward compatible with v1, and the docs are updated. Please try it out ASAP, because I...
Sorry, but I'm not a secret-service maintainer, so I can't help you with this. I see you've also filed a bug with secret-service about this; hopefully they will get to...
The tracking bug is hwchen/secret-service-rs#71, which was closed before the release was made. Hoping to see a release soon.
The secret-service release has been made, and I'll get it integrated in the next week or two. I'm leaning towards making this a minor release, since the API for this...