Skip to content

v0.1.3-alpha

Latest
Compare
Choose a tag to compare
@k3rs3d k3rs3d released this 02 Jun 16:46
· 42 commits to main since this release

What's Changed

  • Audit mode fixes, including a new (basic) retry mechanism
  • New settings: audit_retries_max, audit_retries_delay, client_user_agent, client_header which give you more control over the site audit function
  • New tags: base_url, ring_name, ring_description, ring_owner, ring_owner_site
  • Randomly selects a "featured site" each run, usable with these tags: featured_site_url, featured_site_name, featured_site_description
  • Support TOML config file type
  • Change default config file to ringfairy.toml
  • You can now specify a folder to run in, on the command line, eg, ringfairy "../." and it will search for a ringfairy.toml there. It's as if you'd run ringfairy from within that folder.
  • Add "very verbose" mode -vv, and -vvv for more control over log level
  • Better contact info detecting
  • Improved the example HTML/CSS files
  • Add Roboring to list of webrings in README.md
  • Commit lockfile by @uncenter in #4

New Contributors

Full Changelog: v0.1.2-alpha...v0.1.3-alpha