diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6bd36..4e8fec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.6] - 2021-04-17 + +### Added + +- Insecure TLS option [#84] [#103](https://github.com/soywod/himalaya/pull/103) [#105](https://github.com/soywod/himalaya/pull/105) +- Completion subcommands [#99](https://github.com/soywod/himalaya/pull/99) +- Vim flags to enable telescope preview and to choose picker [#97](https://github.com/soywod/himalaya/pull/97) + ### Fixed +- SMTP port [#87] - Save msg upon error [#59] - Answered flag not set [#50] - Panic when downloads-dir does not exist [#100] - Idle mode incorrect new message notification [#48] -### Changed - -- SMTP timeout [#87] - ## [0.2.5] - 2021-04-12 ### Fixed @@ -167,6 +172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#75]: https://github.com/soywod/himalaya/issues/75 [#79]: https://github.com/soywod/himalaya/issues/79 [#83]: https://github.com/soywod/himalaya/issues/83 +[#84]: https://github.com/soywod/himalaya/issues/84 [#87]: https://github.com/soywod/himalaya/issues/87 [#89]: https://github.com/soywod/himalaya/issues/89 [#100]: https://github.com/soywod/himalaya/issues/100 diff --git a/Cargo.lock b/Cargo.lock index b4779a8..6615d3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ dependencies = [ [[package]] name = "himalaya" -version = "0.2.5" +version = "0.2.6" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index f25f8bc..7fd7805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "📫 Minimalist CLI email client" -version = "0.2.5" +version = "0.2.6" authors = ["soywod "] edition = "2018" diff --git a/README.md b/README.md index 7e2d839..b0b837b 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ for all the options.* ## Usage ``` -himalaya 0.2.5 +himalaya 0.2.6 soywod 📫 Minimalist CLI email client diff --git a/wiki b/wiki index 0fcda7b..d4e2b28 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 0fcda7ba6028c3e9d395a15c14bc70d87a5ecec6 +Subproject commit d4e2b281658e1710168f18659955326f950e672c