Releases: kitUIN/PicImageSearch
v3.9.6
- docs: translate the project documentation, including README.md and code comments in the demo directory by @Nachtalb
- docs: add English translation of code documentation and Chinese comments by @Nachtalb
- chore(python): Drop support for Python 3.7 (EOL) by @Nachtalb
- refactor: update code using
Python 3.8
's new features and perform code formatting by @NekoAria - chore: add development environment dependencies using Poetry @NekoAria
- ci: update packaging workflows, add multiple Python versions packaging with Poetry @NekoAria
v3.9.5
v3.9.4
v3.9.3
v3.9.2
v3.9.1
v3.9.0
refactor(bypass): remove DoH related logic
BREAKING CHANGE: the bypass
parameter is no longer available
refactor: replace aiohttp
with httpx
BREAKING CHANGE: dependency changes
feat(yandex): add a new reverse image search engine Yandex
refactor: remove redundant _slice()
methods and standardize the structure of each module
fix(google): remove the goto_page()
method, add pre_page()
and next_page()
methods, make changes to the attributes of GoogleResponse
BREAKING CHANGE: the goto_page()
method is no longer available and some attributes of GoogleResponse
have been modified
chore: add .pre-commit-config.yaml
file
style(network): remove unused logic
v3.8.0
feat(google): extract base64 from Google thumbnail (by @lleans )
fix(google): extract base64 from Google thumbnail (by @NekoAria )
build(deps): update dependencies (by @renovatebot )
fix(google): raw generator (by @lleans )
fix(google): correct page redirection logic and refactor code (by @NekoAria )
chore(ruff): add ruff configuration (by @NekoAria )
style: split long lines into multiple shorter lines (by @NekoAria )