Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-03-29 | 1.2 kB | |
v0.22.0.tar.gz | 2023-03-29 | 195.8 kB | |
v0.22.0.zip | 2023-03-29 | 246.3 kB | |
Totals: 3 Items | 443.3 kB | 0 |
Minor Enhancements
- Improve RSS importer with
canonical_link
andextract_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
withURI::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)