diff --git a/CHANGELOG.md b/CHANGELOG.md index 78751bf..c5c9610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2021-10-10 + ### Added +- Mailto support [#162] +- Remove previous signature when replying/forwarding a message [#193] - Config option `signature-delimiter` to customize the signature delimiter (default to `-- \n`) [[#114](https://github.com/soywod/himalaya/pull/114)] - Expand tilde and env vars for `downloads-dir` and `signature` [#102] ### Changed +- [**BREAKING**] Folder structure, message management, JSON API and Vim plugin [#199] - Pagination for list and search cmd starts from 1 instead of 0 [#186] - Errors management with `anyhow` [#152] ### Fixed +- Make more use of serde [#153] +- Write message vim plugin [#196] +- Invalid encoding when sending message [#205] +- Pagination reset current account [#215] - New/reply/forward from Vim plugin since Tpl refactor [#176] ## [0.4.0] - 2021-06-03 @@ -223,7 +232,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Password from command [#22] - Set up README [#20] -[unreleased]: https://github.com/soywod/himalaya/compare/v0.4.0...HEAD +[unreleased]: https://github.com/soywod/himalaya/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/soywod/himalaya/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/soywod/himalaya/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/soywod/himalaya/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/soywod/himalaya/compare/v0.3.0...v0.3.1 @@ -311,6 +321,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#144]: https://github.com/soywod/himalaya/issues/144 [#146]: https://github.com/soywod/himalaya/issues/146 [#152]: https://github.com/soywod/himalaya/issues/152 +[#153]: https://github.com/soywod/himalaya/issues/153 [#160]: https://github.com/soywod/himalaya/issues/160 +[#162]: https://github.com/soywod/himalaya/issues/162 [#176]: https://github.com/soywod/himalaya/issues/176 [#186]: https://github.com/soywod/himalaya/issues/186 +[#193]: https://github.com/soywod/himalaya/issues/193 +[#196]: https://github.com/soywod/himalaya/issues/196 +[#199]: https://github.com/soywod/himalaya/issues/199 +[#205]: https://github.com/soywod/himalaya/issues/205 +[#215]: https://github.com/soywod/himalaya/issues/215 diff --git a/Cargo.lock b/Cargo.lock index 1682f75..586a7af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "0.4.0" +version = "0.5.0" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fd21257..1c27147 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "📫 CLI email client" -version = "0.4.0" +version = "0.5.0" authors = ["soywod "] edition = "2018" diff --git a/wiki b/wiki index 51bc2d4..061a644 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 51bc2d44022ed9c4695a2d6c15f2187d203e22b7 +Subproject commit 061a644f0ebf00ebba76e7db37a7bedfe8d898f3