From f26a5bce2558f2df4cb8f9a2534f7c28d18bc565 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Wed, 11 Jan 2023 23:55:20 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbc671..59c9097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.2.4] - 2023-01-11 + +### Added +- Add ``--cacert`` and ``--proxy-cacert`` options + +### Fixed +- ``Link_download_full``: don't ``FREE(NULL)`` +- Correct error message in ``FREE()`` +- Error handling for ``fs_open`` and ``getopt_long`` +- Fix IO error with funkwhale subsonic API +- Fix --insecure-tls in help and README ## [1.2.3] - 2021-08-31 @@ -200,7 +211,8 @@ ${XDG_CONFIG_HOME}/httpdirfs, rather than ${HOME}/.httpdirfs ## [1.0] - 2018-08-22 - Initial release, everything works correctly, as far as I know. -[Unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.2.3...master +[Unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.2.4...master +[1.2.4]: https://github.com/fangfufu/httpdirfs/compare/1.2.3...1.2.4 [1.2.3]: https://github.com/fangfufu/httpdirfs/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/fangfufu/httpdirfs/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/fangfufu/httpdirfs/compare/1.2.0...1.2.1