mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 11:00:19 +00:00
release v0.2.6
This commit is contained in:
parent
f3a67cecd5
commit
9b303f144e
5 changed files with 14 additions and 8 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -7,17 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
### Fixed
|
||||||
|
|
||||||
|
- SMTP port [#87]
|
||||||
- Save msg upon error [#59]
|
- Save msg upon error [#59]
|
||||||
- Answered flag not set [#50]
|
- Answered flag not set [#50]
|
||||||
- Panic when downloads-dir does not exist [#100]
|
- Panic when downloads-dir does not exist [#100]
|
||||||
- Idle mode incorrect new message notification [#48]
|
- Idle mode incorrect new message notification [#48]
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- SMTP timeout [#87]
|
|
||||||
|
|
||||||
## [0.2.5] - 2021-04-12
|
## [0.2.5] - 2021-04-12
|
||||||
|
|
||||||
### Fixed
|
### 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
|
[#75]: https://github.com/soywod/himalaya/issues/75
|
||||||
[#79]: https://github.com/soywod/himalaya/issues/79
|
[#79]: https://github.com/soywod/himalaya/issues/79
|
||||||
[#83]: https://github.com/soywod/himalaya/issues/83
|
[#83]: https://github.com/soywod/himalaya/issues/83
|
||||||
|
[#84]: https://github.com/soywod/himalaya/issues/84
|
||||||
[#87]: https://github.com/soywod/himalaya/issues/87
|
[#87]: https://github.com/soywod/himalaya/issues/87
|
||||||
[#89]: https://github.com/soywod/himalaya/issues/89
|
[#89]: https://github.com/soywod/himalaya/issues/89
|
||||||
[#100]: https://github.com/soywod/himalaya/issues/100
|
[#100]: https://github.com/soywod/himalaya/issues/100
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -306,7 +306,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "himalaya"
|
name = "himalaya"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "himalaya"
|
name = "himalaya"
|
||||||
description = "📫 Minimalist CLI email client"
|
description = "📫 Minimalist CLI email client"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
authors = ["soywod <clement.douin@posteo.net>"]
|
authors = ["soywod <clement.douin@posteo.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,7 @@ for all the options.*
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
himalaya 0.2.5
|
himalaya 0.2.6
|
||||||
soywod <clement.douin@posteo.net>
|
soywod <clement.douin@posteo.net>
|
||||||
📫 Minimalist CLI email client
|
📫 Minimalist CLI email client
|
||||||
|
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 0fcda7ba6028c3e9d395a15c14bc70d87a5ecec6
|
Subproject commit d4e2b281658e1710168f18659955326f950e672c
|
Loading…
Reference in a new issue