mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 12:47:55 +08:00
release v0.2.6
This commit is contained in:
+10
-4
@@ -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
|
||||
|
||||
Generated
+1
-1
@@ -306,7 +306,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "himalaya"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"env_logger",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "himalaya"
|
||||
description = "📫 Minimalist CLI email client"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
authors = ["soywod <clement.douin@posteo.net>"]
|
||||
edition = "2018"
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ for all the options.*
|
||||
## Usage
|
||||
|
||||
```
|
||||
himalaya 0.2.5
|
||||
himalaya 0.2.6
|
||||
soywod <clement.douin@posteo.net>
|
||||
📫 Minimalist CLI email client
|
||||
|
||||
|
||||
+1
-1
Submodule wiki updated: 0fcda7ba60...d4e2b28165
Reference in New Issue
Block a user