Skip to content

Progress Indicator and Backtrace

Compare
Choose a tag to compare
@fangfufu fangfufu released this 14 Sep 22:41
· 269 commits to master since this release

This is the current version available on Debian Repository.

Added

  • Added a progress indicator for LinkTable_fill().
  • Backtrace will now be printed when the program crashes
    • Note that static functions are not included in the printed backtrace!

Changed

  • Updated Makefile, fixed issue #44
    • When header files get changed, the relevant object will get recompiled.
  • Improved HTTP temporary failure error handling
    • Now retry on the following HTTP error codes:
      • 429 - Too Many Requests
      • 520 - Cloudflare Unknown Error
      • 524 - Cloudflare Timeout

Full Changelog: 1.1.9...1.1.10