hoard icon indicating copy to clipboard operation
hoard copied to clipboard

Results 51 hoard issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio](https://tokio.rs) ([source](https://togithub.com/tokio-rs/tokio)) | dev-dependencies | minor | `1.18` -> `1.20` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [windows](https://togithub.com/microsoft/windows-rs) | dependencies | minor | `0.36` -> `0.38` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uuid](https://togithub.com/uuid-rs/uuid) | dependencies | minor | `1.0` -> `1.1` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | minor | `3.1` -> `3.2` | ---...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Shadow53/hoard). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [regex](https://togithub.com/rust-lang/regex) | dependencies | minor | `1.5` -> `1.6` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [once_cell](https://togithub.com/matklad/once_cell) | dependencies | minor | `1.10` -> `1.13` | ---...

According to the documentation, the config file in Windows should be at `%APPDATA%\shadow53\hoard\config.toml`, but the actual location is `%APPDATA%\shadow53\hoard\config\config.toml`.

There is a little bit of configuration support for this already, but no actual support. Essentially, backed up files will get encrypted using a given password, and restored files will...

enhancement

Should probably happen after #13. Encryption using public/private key pairs. Probably PGP. I'll need to do some investigation into the best ways to implement this in Rust.

enhancement