Skip to content

Commit 91b22f6

Browse files
committed
docs(changelog): prepare for v1.2.0
1 parent 3de6d70 commit 91b22f6

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Added `--quiet` flag. [#545]
13+
- Added support for custom TLS certificate.
14+
- Added support for multiple config files via `HIMALAYA_CONFIG=path1:path2:…`. [#612]
15+
- Added `-d|--downloads-dir` argument to `attachment download` command. [#559]
16+
- Added `View` and `View MIME` post edit choices. [#486]
17+
18+
### Changed
19+
20+
- Bumped all deps, fixing `rustls-platform-verifier` compatibility version issue.
21+
1022
### Fixed
1123

1224
- Fixed invalid fetch with NIL body encoding. [#525]
25+
- Fixed freeze when sending large attachments. [#593]
26+
- Fixed abusive warn logs from IMAP libs. [#552]
27+
- Downgraded `toml@0.8` due to regression. [#611]
1328

1429
## [1.1.0] - 2025-01-11
1530

@@ -917,7 +932,8 @@ Few major concepts changed:
917932
- Password from command
918933
- Set up README
919934

920-
[Unreleased]: https://github.com/soywod/himalaya/compare/v1.0.0...HEAD
935+
[Unreleased]: https://github.com/soywod/himalaya/compare/v1.1.0...HEAD
936+
[1.1.0]: https://github.com/soywod/himalaya/compare/v1.0.0...v1.1.0
921937
[1.0.0]: https://github.com/soywod/himalaya/compare/v1.0.0-beta.4...v1.0.0
922938
[1.0.0-beta.4]: https://github.com/soywod/himalaya/compare/v1.0.0-beta.3...v1.0.0-beta.4
923939
[1.0.0-beta.3]: https://github.com/soywod/himalaya/compare/v1.0.0-beta.2...v1.0.0-beta.3
@@ -961,6 +977,7 @@ Few major concepts changed:
961977
[0.1.0]: https://github.com/soywod/himalaya/releases/tag/v0.1.0
962978

963979
[#469]: https://github.com/pimalaya/himalaya/issues/469
980+
[#486]: https://github.com/pimalaya/himalaya/issues/486
964981
[#492]: https://github.com/pimalaya/himalaya/issues/492
965982
[#496]: https://github.com/pimalaya/himalaya/issues/496
966983
[#508]: https://github.com/pimalaya/himalaya/issues/508
@@ -972,6 +989,12 @@ Few major concepts changed:
972989
[#535]: https://github.com/pimalaya/himalaya/issues/535
973990
[#536]: https://github.com/pimalaya/himalaya/issues/536
974991
[#538]: https://github.com/pimalaya/himalaya/issues/538
992+
[#545]: https://github.com/pimalaya/himalaya/issues/545
993+
[#552]: https://github.com/pimalaya/himalaya/issues/552
994+
[#559]: https://github.com/pimalaya/himalaya/issues/559
995+
[#593]: https://github.com/pimalaya/himalaya/issues/593
996+
[#611]: https://github.com/pimalaya/himalaya/issues/611
997+
[#612]: https://github.com/pimalaya/himalaya/issues/612
975998

976999
[core#1]: https://github.com/pimalaya/core/issues/1
9771000
[core#10]: https://github.com/pimalaya/core/issues/10

0 commit comments

Comments
 (0)