Added
- XPath: Handle `/text()` selector (282)
- Document how to specify cookies to README.md (264)
- Text Reporter: `minimal` config option to only print a summary (PR304, fixes 147)
- README.md: Document how to watch Github releases via XPath (266)
- Support for parsing XML/RSS with XPath (Fixes 281)
- Allow explicit setting of `encoding` for URL jobs (PR313, contributes to 306)
- Slack Channel Reporter (PR309)
- ANSI color output on the Windows console via `colorama` (PR296, closes 295)
- Support for using CSS selectors via the `cssselect` module (PR321, closes 273)
- `ignore_http_error_codes` is now an option for URL jobs (PR325, fixes 203)
- `job_defaults` in the config for globally specifying settings (PR345, closes 253)
- Optional `timeout` (in seconds) for URL jobs to specify socket timeout (PR348, closes 340)
Removed
- Support for JSON storage (dead code that was never used in production; PR336)
Changed
- `HtmlReporter` now also highlights links for browser jobs (PR303)
- Allow `--features` and `--edit-*` to run without `urls.yaml` (PR301)
- When a previous run had errors, do not use conditional GETs (PR313, fixes 292)
- Explicitly specify JSON pretty print `separators` for consistency (PR343)
- Use data-driven unit tests/fixtures for easier unit test maintenance (PR344)
Fixed
- Fix migration issues with case-insensitive filesystems (223)
- Correctly reset retry counter when job is added or unchanged (PR291, PR314)
- Fix a `FutureWarning` on Python 3.7 with regard to regular expressions (PR299)
- If the filter list is empty, do not process the filter list (PR308)
- Fix parsing/sanity-checking of `urls.yaml` after editing (PR317, fixes 316)
- Fix Python 3.3 compatibility by depending on `enum34` there (PR311)
- Allow running unit tests on Windows (PR318)
- Fix migration issues introduced by PR180 and 256 (PR323, fixes 267)