Skip to content

1.2.6

Compare
Choose a tag to compare
@fangfufu fangfufu released this 07 Oct 12:04
· 16 commits to master since this release
de9e594

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

Full Changelog: 1.2.5...1.2.6