Skip to content

Releases: kitUIN/PicImageSearch

v3.10.8

18 Aug 20:31
6e1cecd
Compare
Choose a tag to compare

refactor(search): reorganize input validation logic (by @NekoAria)
fix(utils): update type annotation for read_file function (by @NekoAria)
refactor(yandex): change YandexItem to accept JSON data instead of PyQuery (by @Peloxerat)
build(release): switch from poetry to pdm for package management (by @NekoAria)
chore(deps): update all non-major dependencies (by @renovatebot)

v3.10.7

02 Aug 07:05
3c155ac
Compare
Choose a tag to compare

fix(baidu): fix parsing logic and the response url (by @NekoAria)
chore(deps): update all non-major dependencies (by @renovatebot)

v3.10.6

24 Jul 21:23
fd7b97f
Compare
Choose a tag to compare

fix(ehentai): adapt parsing logic for changed response message

v3.10.5

24 Jul 19:21
efecf14
Compare
Choose a tag to compare

fix(ehentai): correct URL path for image lookup endpoint, update data payload key for file search (by @NekoAria)

docs: add Japanese README file (#166) (by @eltociear)

docs: add Japanese demo code files (by @NekoAria)

docs: update multi-language README files (by @NekoAria)

chore(deps): update all non-major dependencies (by @renovatebot)

v3.10.4

05 Jul 06:26
1a423f3
Compare
Choose a tag to compare

refactor(files): replace open file handling with read_file utility function

fix(ascii2d): fix parsing logic for mark

chore(deps): update all non-major dependencies (by @renovatebot)

v3.10.3

19 May 00:58
81f46c4
Compare
Choose a tag to compare

feat(ascii2d): add misskey into SUPPORTED_SOURCES

refactor: use built-in types for type hints (Python 3.9)

chore(ruff): ensure compatibility with latest version ruff

chore(deps): update all non-major dependencies (by @renovatebot)

v3.10.2

10 May 22:01
e279bbf
Compare
Choose a tag to compare

fix(baidu): fix mypy type checking errors

feat(ascii2d): add げっちゅ屋 into SUPPORTED_SOURCES

chore(deps): update all non-major dependencies (by @renovatebot)

v3.10.1

01 May 02:49
c01b196
Compare
Choose a tag to compare

fix(ehentai): fix the value of base_url and base_url_ex

chore(python): drop python 3.8 support

chore(deps): update all non-major dependencies (by @renovatebot)

v3.10.0

17 Apr 05:47
c1f1b53
Compare
Choose a tag to compare
  • feat(parameter)!: add base_url as a parameter in multiple classes initialization (close #115) (by @NekoAria)

  • refactor(baidu): replace direct regex extraction with PyQuery parsing (by @NekoAria)
  • refactor(google): add "safe" parameter to Google image search query (by @NekoAria)
  • refactor(ehentai)!: use title attribute for tag information retrieval (by @NekoAria)
  • refactor(yandex): include "sites" option in "cbir_page" for broader results (#127) (by @Peloxerat)

v3.9.7

12 Dec 13:01
fc361aa
Compare
Choose a tag to compare
  • feat(google): replace url with base_url in Google class for regional searches, add base_url to constructor for custom URLs (by @NekoAria)
  • refactor: replace class attribute url with global BASE_URL constant for saucenao.py & yandex.py (by @NekoAria)
  • docs: standardize documentation strings across various model (by @NekoAria)
  • docs: add multi-language support in README files and demo code files (by @Peloxerat and @NekoAria)
  • chore: remove redundant comma in renovate.json, update .gitignore, correct typo in tracemoe.py docstring (by @NekoAria)
  • chore(deps): update dependencies (by @renovatebot)