New
1.2.6
What's Changed
Fixed
- The refreshed LinkTable is now saved. (https://github.com/fangfufu/httpdirfs/issues/141)
- Only one LinkTable of the same directory is created when the cache mode is enabled. (https://github.com/fangfufu/httpdirfs/issues/140)
- Cache mode now works correctly with escaped URL. (https://github.com/fangfufu/httpdirfs/issues/138)
- Fixed
--user-agentoption (https://github.com/fangfufu/httpdirfs/issues/159) - Allow leading
./segments in links (https://github.com/fangfufu/httpdirfs/pull/125) - Fix segfault due to missing LinkTable allocation (https://github.com/fangfufu/httpdirfs/pull/155)
- Fix Segmentation fault if HOME not set (https://github.com/fangfufu/httpdirfs/pull/162)
- Handle sites that use absolute links and sites that require the final slash (https://github.com/fangfufu/httpdirfs/pull/121)
Added
- Add
--http-headeroption (https://github.com/fangfufu/httpdirfs/issues/157) - Add
--cache-clearoption (https://github.com/fangfufu/httpdirfs/issues/111) - Add
--refresh-timeoutto set refresh timeout for directory contents (https://github.com/fangfufu/httpdirfs/pull/114)
Changed
- Improved LinkTable caching. LinkTable invalidation is now purely based on timeout. (https://github.com/fangfufu/httpdirfs/issues/147)
- Replaced the GNU Autotools based build system with Meson. (https://github.com/fangfufu/httpdirfs/issues/149)
- Transitioned from using libfuse 2.x to to 3.x. (https://github.com/fangfufu/httpdirfs/issues/116)
- Updated OpenSSL MD5 checksum generation API usage. (https://github.com/fangfufu/httpdirfs/issues/143)
New Contributors
- @jikamens made their first contribution in https://github.com/fangfufu/httpdirfs/pull/121
- @bikemike made their first contribution in https://github.com/fangfufu/httpdirfs/pull/114
- @chrysn made their first contribution in https://github.com/fangfufu/httpdirfs/pull/125
- @michich made their first contribution in https://github.com/fangfufu/httpdirfs/pull/155
- @EyitopeIO made their first contribution in https://github.com/fangfufu/httpdirfs/pull/161
Full Changelog: https://github.com/fangfufu/httpdirfs/compare/1.2.5...1.2.6