All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.14.0 - 2021-02-17
- Made it so that user agent and cookies are also used for the actual archive download
- Made the namespace that is used for the unique identifier tag configurable
- Fixed the hex toolbar (that is added via userscript) not appearing on gallery pages and instead incorrectly displaying on all other ExH pages
1.13.0 - 2021-02-02
- Added the ability to use a custom user agent with Puppeteer
1.12.0 - 2020-12-19
- Updated the hydrus API version to
15
1.11.0 - 2020-10-03
- Updated the hydrus API version to
14
1.10.0 - 2020-06-29
- Updated the hydrus API version to
13
1.9.0 - 2020-06-17
- Updated the hydrus API version to
12
1.8.0 - 2020-05-22
- Maintenance release, no feature changes
1.7.0 - 2020-04-22
- Added more log output about the currently worked on file
- Updated dependencies
1.6.0 - 2020-03-07
- Updated dependencies
- Corrected the inability to extract large archives by using a stream instead of a buffer
1.5.1 - 2020-01-23
- Errors occuring during navigation to the download page are now handled
1.5.0 - 2020-01-22
- Added the ability to add a special identifier tag to uniquely determine the position of an image inside an archive
- Updated dependencies
1.4.0 - 2020-01-12
- Removed the ability to define custom UID and GID for the Docker container at container creation due to several issues arising from that
1.3.1 - 2020-01-07
- Fixed access control headers not being added after restana upgrade
1.3.0 - 2020-01-07
- Added the ability to define custom UID and GID for the Docker container at container creation
- Updated dependencies
1.2.0 - 2019-12-26
- Adjusted the workaround implemented for the discrepancy between the
/add_urls/associate_url
and/add_urls/get_url_files
routes so it makes sure the normalized URL does not end with a/
- Added missing example namespace replacements to Docker Compose example configuration
1.1.0 - 2019-12-24
- Added additional example namespace replacements
- Added the ability to skip adding tags
- Reworked API and made settings overridable
- Updated and expanded userscript
- Updated dependencies
- Fixed error when not providing
HEX_DOCKER_HOST_IMPORT_PATH
- Added a workaround for the discrepancy between the
/add_urls/associate_url
and/add_urls/get_url_files
hydrus API routes in regards to normalization
1.0.1 - 2019-12-19
- Removed unnecessary Travis CI configuration
- Initial release