mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
bump email-lib, update changelog
This commit is contained in:
parent
c1ffc40bd3
commit
c56a5f285b
2 changed files with 8 additions and 4 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -7,16 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
### Added
|
||||
|
||||
- Fixed watch IMAP envelopes when folder was empty [#179].
|
||||
- Added systemd service in `assets/` folder.
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed the `envelope list` options:
|
||||
- Changed the `envelope list` options (see `envelope list --help` for more details):
|
||||
- the folder argument became a flag `--folder <name>`
|
||||
- the query argument has been added at the end of the command to filter and sort results (only filter and IMAP for now)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed watch IMAP envelopes when folder was empty [#179].
|
||||
|
||||
## [1.0.0-beta.3] - 2024-02-25
|
||||
|
||||
### Added
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1218,7 +1218,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "email-lib"
|
||||
version = "0.22.3"
|
||||
source = "git+https://git.sr.ht/~soywod/pimalaya#2ddfe15f9b10e8e53ab9b04db465abc58c68b67e"
|
||||
source = "git+https://git.sr.ht/~soywod/pimalaya#636501d849b516a7ded6c6e427eca3ad22e76317"
|
||||
dependencies = [
|
||||
"advisory-lock",
|
||||
"anyhow",
|
||||
|
|
Loading…
Reference in a new issue