zimit/CHANGELOG.md

98 lines
2.7 KiB
Markdown
Raw Normal View History

## Changelog
All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).
## [Unreleased]
### Changed
- Using browsertrix-crawler 0.8.1
- Using `main` warc2zim ⚠️ change before releasing!
2023-02-06 11:48:44 +01:00
## [1.3.1] - 2023-02-06
### Changed
- Using browsertrix-crawler 0.8.0
- Using warc2zim version 1.5.1 with wabac.js 2.15.2
2023-02-02 16:31:45 +00:00
## [1.3.0] - 2023-02-02
2022-06-21 17:20:30 +00:00
### Added
- Initial url check normalizes homepage redirects to standart ports 80/443 (#137)
2022-06-21 17:20:30 +00:00
### Changed
2023-02-02 16:31:45 +00:00
- Using warc2zim version 1.5.0 with scope conflict fix and videos fix
2023-01-31 10:34:32 +00:00
- Using browsertrix-crawler 0.8.0-beta.1
- Fixed `--allowHashUrls` being a boolean param
2022-07-25 08:41:08 +00:00
- Increased `check_url` timeout (12s to connect, 27s to read) instead of 10s
2022-06-21 17:08:38 +00:00
## [1.2.0] - 2022-06-21
### Added
- `--urlFile` browsertrix crawler parameter
- `--depth` browsertrix crawler parameter
- `--extraHops`, parameter
- `--collection` browsertrix crawler parameter
- `--allowHashUrls` browsertrix crawler parameter
- `--userAgentSuffix` browsertrix crawler parameter
- `--behaviors`, parameter
- `--behaviorTimeout` browsertrix crawler parameter
- `--profile` browsertrix crawler parameter
- `--sizeLimit` browsertrix crawler parameter
- `--timeLimit` browsertrix crawler parameter
- `--healthCheckPort`, parameter
- `--overwrite` parameter
### Changed
- using browsertrix-crawler `0.6.0` and warc2zim `1.4.2`
- default WARC location after crawl changed
from `collections/capture-*/archive/` to `collections/crawl-*/archive/`
### Removed
- `--scroll` browsertrix crawler parameter (see `--behaviors`)
- `--scope` browsertrix crawler parameter (see `--scopeType`, `--include` and `--exclude`)
## [1.1.5]
2021-06-10 14:14:11 +00:00
- using crawler 0.3.2 and warc2zim 1.3.6
## [1.1.4]
- Defaults to `load,networkidle0` for waitUntil param (same as crawler)
- Allows setting combinations of values for waitUntil param
- Updated warc2zim to 1.3.5
- Updated browsertrix-crawler to 0.3.1
2021-05-12 17:03:48 +00:00
- Warc to zim now written to `{temp_root_dir}/collections/capture-*/archive/` where
`capture-*` is dynamic and includes the datetime. (from browsertrix-crawler)
## [1.1.3]
2021-01-15 12:59:00 +00:00
- allows same first-level-domain redirects
- fixed redirects to URL in scope
2021-02-15 17:15:54 +00:00
- updated crawler to 0.2.0
2021-03-01 09:59:34 +00:00
- `statsFilename` now informs whether limit was hit or not
2021-01-15 12:59:00 +00:00
## [1.1.2]
2021-01-15 12:59:00 +00:00
- added support for --custom-css
- added domains block list (dfault)
## [1.1.1]
2020-12-14 08:13:54 +00:00
- updated browsertrix-crawler to 0.1.4
- autofetcher script to be injected by defaultDriver to capture srcsets + URLs in dynamically added stylesheets
## [1.0]
2020-12-14 08:13:54 +00:00
- initial version using browsertrix-crawler:0.1.3 and warc2zim:1.3.3