mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 11:00:19 +00:00
update changelogs
This commit is contained in:
parent
2b0f378a31
commit
43c270bd44
2 changed files with 22 additions and 7 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added 3 new cargo features:
|
||||||
|
- `cmds-pgp`: enables the commands PGP backend (enabled by default, same behaviour as before)
|
||||||
|
- `gpg`: enables the GPG backend (requires the `gpgme` lib on the system)
|
||||||
|
- `native-pgp`: enables the native PGP backend
|
||||||
|
- Added account configuration `pgp` to configure the way PGP operations are performed.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- Removed account configuration `email-writing-encrypt-cmd`.
|
||||||
|
- Removed account configuration `email-reading-decrypt-cmd`.
|
||||||
|
- Removed account configuration `email-writing-sign-cmd`.
|
||||||
|
- Removed account configuration `email-reading-verify-cmd`.
|
||||||
|
|
||||||
## [0.8.4] - 2023-07-18
|
## [0.8.4] - 2023-07-18
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -2506,7 +2506,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pimalaya-email"
|
name = "pimalaya-email"
|
||||||
version = "0.14.1-beta"
|
version = "0.14.1-beta"
|
||||||
source = "git+https://git.sr.ht/~soywod/pimalaya#8ce32f0f7dbf98aaaf7d6a69431816cfd76abb64"
|
source = "git+https://git.sr.ht/~soywod/pimalaya#b75297ae474a231eb13c9bd7c04b5dc877026948"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"advisory-lock",
|
"advisory-lock",
|
||||||
"ammonia",
|
"ammonia",
|
||||||
|
@ -2553,7 +2553,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pimalaya-email-tpl"
|
name = "pimalaya-email-tpl"
|
||||||
version = "0.3.2-beta"
|
version = "0.3.2-beta"
|
||||||
source = "git+https://git.sr.ht/~soywod/pimalaya#8ce32f0f7dbf98aaaf7d6a69431816cfd76abb64"
|
source = "git+https://git.sr.ht/~soywod/pimalaya#b75297ae474a231eb13c9bd7c04b5dc877026948"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
"chumsky 0.9.0",
|
"chumsky 0.9.0",
|
||||||
|
@ -2574,7 +2574,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pimalaya-keyring"
|
name = "pimalaya-keyring"
|
||||||
version = "0.0.6-beta"
|
version = "0.0.6-beta"
|
||||||
source = "git+https://git.sr.ht/~soywod/pimalaya#8ce32f0f7dbf98aaaf7d6a69431816cfd76abb64"
|
source = "git+https://git.sr.ht/~soywod/pimalaya#b75297ae474a231eb13c9bd7c04b5dc877026948"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"keyring",
|
"keyring",
|
||||||
"log",
|
"log",
|
||||||
|
@ -2584,7 +2584,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pimalaya-oauth2"
|
name = "pimalaya-oauth2"
|
||||||
version = "0.0.5-beta"
|
version = "0.0.5-beta"
|
||||||
source = "git+https://git.sr.ht/~soywod/pimalaya#8ce32f0f7dbf98aaaf7d6a69431816cfd76abb64"
|
source = "git+https://git.sr.ht/~soywod/pimalaya#b75297ae474a231eb13c9bd7c04b5dc877026948"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"oauth2",
|
"oauth2",
|
||||||
|
@ -2597,7 +2597,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pimalaya-pgp"
|
name = "pimalaya-pgp"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
source = "git+https://git.sr.ht/~soywod/pimalaya#8ce32f0f7dbf98aaaf7d6a69431816cfd76abb64"
|
source = "git+https://git.sr.ht/~soywod/pimalaya#b75297ae474a231eb13c9bd7c04b5dc877026948"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
"futures",
|
"futures",
|
||||||
|
@ -2617,7 +2617,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pimalaya-process"
|
name = "pimalaya-process"
|
||||||
version = "0.0.6-beta"
|
version = "0.0.6-beta"
|
||||||
source = "git+https://git.sr.ht/~soywod/pimalaya#8ce32f0f7dbf98aaaf7d6a69431816cfd76abb64"
|
source = "git+https://git.sr.ht/~soywod/pimalaya#b75297ae474a231eb13c9bd7c04b5dc877026948"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
@ -2627,7 +2627,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pimalaya-secret"
|
name = "pimalaya-secret"
|
||||||
version = "0.0.6-beta"
|
version = "0.0.6-beta"
|
||||||
source = "git+https://git.sr.ht/~soywod/pimalaya#8ce32f0f7dbf98aaaf7d6a69431816cfd76abb64"
|
source = "git+https://git.sr.ht/~soywod/pimalaya#b75297ae474a231eb13c9bd7c04b5dc877026948"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log",
|
"log",
|
||||||
"pimalaya-keyring",
|
"pimalaya-keyring",
|
||||||
|
|
Loading…
Reference in a new issue