@@ -7,19 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88
99### Fixed
10- - The refreshed LinkTable is now saved
11- (https://github.com/fangfufu/httpdirfs/issues/141 ).
10+ - The refreshed LinkTable is now saved.
11+ (https://github.com/fangfufu/httpdirfs/issues/141 )
1212- Only one LinkTable of the same directory is created when the cache mode is
13- enabled (https://github.com/fangfufu/httpdirfs/issues/140 ).
14- - Cache mode noe works correctly witht escaped URL
15- (https://github.com/fangfufu/httpdirfs/issues/138 ).
13+ enabled.
14+ (https://github.com/fangfufu/httpdirfs/issues/140 )
15+ - Cache mode noe works correctly witht escaped URL.
16+ (https://github.com/fangfufu/httpdirfs/issues/138 )
17+ - Fixed `` --user-agent `` option
18+ (https://github.com/fangfufu/httpdirfs/issues/159 )
1619
1720### Added
1821- Add `` --http-header `` option
22+ (https://github.com/fangfufu/httpdirfs/issues/157 )
1923
20- ## Changed
24+ ### Changed
2125- Improved LinkTable caching. LinkTable invalidation is now purely based on
2226timeout.
27+ (https://github.com/fangfufu/httpdirfs/issues/147 )
28+ - Replaced the GNU Autotools based build system with Meson.
29+ (https://github.com/fangfufu/httpdirfs/issues/149 )
30+ - Transitioned from using libfuse 2.x to to 3.x.
31+ (https://github.com/fangfufu/httpdirfs/issues/116 )
32+ - Updated OpenSSL MD5 checksum generation API usage.
33+ (https://github.com/fangfufu/httpdirfs/issues/143 )
2334
2435## [ 1.2.5] - 2023-02-24
2536
0 commit comments