From 7e4ae034d81394ef291c9252e8ddd74e2664e348 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Sun, 8 Aug 2021 14:11:50 +0100 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de66032..970ca4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. 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.2] - 2021-08-08 +### Fixed +- macOS uninstallation in Makefile. +- Filenames start with percentage encoding are now parsed properly +- For Apache server configured with IconsAreLinks, the duplicated link no longer +shows up. + ## [1.2.1] - 2021-05-27 ### Added -- macOS compilation support +- macOS compilation support. ## [1.2.0] - 2019-11-01 ### Added @@ -177,9 +186,10 @@ ${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/Unreleased...1.2.1 -[1.2.1]: https://github.com/fangfufu/httpdirfs/compare/Unreleased...1.2.0 -[1.2.0]: https://github.com/fangfufu/httpdirfs/compare/1.2.0...1.1.10 +[Unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.2.2...master +[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 +[1.2.0]: https://github.com/fangfufu/httpdirfs/compare/1.1.10...1.2.0 [1.1.10]: https://github.com/fangfufu/httpdirfs/compare/1.1.9...1.1.10 [1.1.9]: https://github.com/fangfufu/httpdirfs/compare/1.1.8...1.1.9 [1.1.8]: https://github.com/fangfufu/httpdirfs/compare/1.1.7...1.1.8