Skip to content

Releases: kitUIN/PicImageSearch

v3.9.6

13 Nov 13:20
52c9dd4
Compare
Choose a tag to compare
  • 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

24 Jul 11:31
be0a65b
Compare
Choose a tag to compare

fix(google): fix parsing logic for thumbnail

v3.9.4

13 Jul 00:28
9e1c1ce
Compare
Choose a tag to compare

refactor: replace tuple with namedtuple for improved readability and functionality

fix(ascii2d): fix parsing logic for title

v3.9.3

10 Jul 19:00
46f0bc1
Compare
Choose a tag to compare

fix(ascii2d): fix parsing logic for title , and optimize module structure

v3.9.2

25 May 12:08
65335d7
Compare
Choose a tag to compare

fix(baidu): similarity and title fields are deprecated because Baidu no longer provides simi and fromPageTitle fields (close #67)

v3.9.1

24 May 19:51
3ef1012
Compare
Choose a tag to compare

fix(google): correct thumbnail parser logic

v3.9.0

30 Mar 11:13
21eb6e0
Compare
Choose a tag to compare

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

27 Mar 05:51
f188c8a
Compare
Choose a tag to compare

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 )

v3.7.8

06 Jan 08:29
3707b4e
Compare
Choose a tag to compare

fix(ehentai): 修正搜索结果的解析逻辑

v3.7.7

04 Jan 13:59
195ff89
Compare
Choose a tag to compare

fix(ehentai): 修正搜索结果的解析逻辑