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