Skip to content

v0.22.0

Compare
Choose a tag to compare
@jekyllbot jekyllbot released this 29 Mar 14:03
· 18 commits to master since this release
1c62448

Minor Enhancements

  • Improve RSS importer with canonical_link and extract_tags option (#489)
  • Introduce medium importer (#499)
  • import command: sort list of importers when printing (#511)
  • Re-implement Dotclear importer (#512)

Bug Fixes

  • Replace URI.decode with URI::DEFAULT_PARSER.unescape (#517)
  • For databases, especially mysql, connect over 127.0.0.1 IP address (#522)

Documentation

  • Document additional dependencies of importers (#468)
  • Define CLI option descriptions consistently (#496)
  • Fix generation of History doc for docs-site (#505)
  • Document command-line-interface of importers (#507)
  • Document importer dependencies as injected by local plugin (#508)

Development Fixes

  • Bump dependencies and CI Ruby versions (#493)
  • Build and deploy docs site via GitHub Actions (#500)
  • Omit importer dependencies in docs-site workflow (#501)
  • Update .github/dependabot.yml (#514)
  • Bump actions/checkout from 2 to 3 (#518)
  • Add Ruby 3.2 to CI (#521)
  • Update rr requirement from ~> 1.0 to ~> 3.1 (#520)
  • Refactor Dotclear importer methods into singleton instance methods (#523)