- Added software tests for HTTP API and CLI
- Fixed HTTP API by downgrading to pydantic 1.x
- Removed support for Python 3.7
- Upgrade to pydantic-settings
- Add capability to acquire images from HTML web pages, and elements thereof
- Remove support for Python 3.6
- Add support for Python 3.12
- Update dependencies across the board
- Add support for Python 3.10 and 3.11
- Add explicit
--reload
option toimagecast service
for development mode - Get rid of the "httptools" dependency
- Store the image format for later reuse directly after reading the original image
- Run black and isort on the code base
- Improve dependencies
- Improve documentation
- Add software tests
- Use static response instead of streaming response aka.
Transfer-Encoding: chunked
- Improve HTTP caching
- Add HTTP API
- Update slogan
- First version, with command line interface