Skip to content

Releases: bropines/chrome-lens-py

v1.5.0

04 Jan 19:23
Compare
Choose a tag to compare

1.5.0 Update
Ru:
Добавлено и изменено:

  • Что-то из версии 1.4.0... А... Хедеры. Обновлены были хедеры
  • Заменены хедеры (да я умный).
  • Добавлена инструкция для config python API
  • В целом починил #7

En:
Added and changed:

  • Something from version 1.4.0... Ah... Headers. Headers have been updated
  • Replaced headers (yes, I'm smart).
  • Added instructions for config python API
  • Overall fixed #7

v1.3.2

19 Nov 19:29
Compare
Choose a tag to compare

1.3.2 Update
Ru:
Добавлено и изменено:

  • Вывод в txt файл согласно названию картинки. --out-txt=per_file. Так же доступен вывод в отдельный файл --out-txt=out.txt. По дефолту он сохраняет в CWD в файл output.txt если флаг не указан.
  • Обновил логирование. Сломал его. разницы между info и дефолтным без флаговым состоянием ноль. Чинить лень.

En:
Added and changed:

  • Output to a txt file according to the name of the image. --out-txt=per_file. Output to a separate file is also available --out-txt=out.txt . By default, it saves to a CWD file output.txt if the flag is omitted.
  • Updated logging. I broke it. there is no difference between info and the default flagless state. I'm too lazy to fix it.

v1.3.0

17 Nov 23:49
Compare
Choose a tag to compare

1.3.0 Update
Ru:
Добавлено и изменено:

  • -st — время сна (время задержки между пакетными запросами папки)
  • пакетное распознавание (API и CLI)
  • удалено x-client-data из заголовков

En:
Added and changed:

  • -st — sleep time (delay time between batch requests for a folder)
  • batch recognition (API and CLI)
  • removed x-client-data from headers

v1.2.2

07 Nov 23:35
Compare
Choose a tag to compare

1.2.2 Update
Ru:
Добавлено и изменено:

  • Добавлен параметр --debug-out,
    позволяющий в debug CLI режиме вывести лог в любой путь на диске.
  • Убраны русские букавы в комментариях кода сгенереные GH copilot

En:
Added and changed:

  • Added --debug-out parameter, allowing you to output the log to any path on the disk in debug CLI mode.
  • Removed Russian letters in code comments generated by GH copilot

v1.2.1

04 Nov 16:26
Compare
Choose a tag to compare

Update requirements.txt

v1.2.0

27 Oct 12:37
Compare
Choose a tag to compare

1.2.0 Update
Ru:
Добавлено и изменено:

  • Обновлены дефолтные параметры
  • Добавлен парсинг данных из конфига (подробнее в readme) #5 (comment)
  • Еще пара улучшений

En:
Added and changed:

  • Updated default parameters
  • Added data parsing from the config (more details in the readme) #5 (comment)
  • A couple more improvements

PS. Could have broken something

v1.1.1

18 Oct 11:17
Compare
Choose a tag to compare

1.1.1 Update
Ru:
Добавлено и изменено:
-Пофикшен баг с "истекшим" куки.
-Добавлен Debug режим с параметрами info и debug. Подробнее в ридми

En:
Added and changed:
-Fixed a bug with an "expired" cookie.
-Added Debug mode with info and debug parameters. Read more in readme

v1.1.0

15 Oct 17:32
Compare
Choose a tag to compare

1.1.0 Update
Ru:
Добавлено и изменено:

  • Сканирование по ссылке
    Подробнее в readme (чат гпт старался все расписать).

En:
Added and changed:

  • Scan by URL
    More details in the readme (gpt chat tried to describe everything).

v1.0.5

03 Sep 03:07
ebb448f
Compare
Choose a tag to compare

1.0.5 Update
Ru:
Добавлено и изменено:

  • Proxy: От Http(s) до Socks5
  • Попытка починить куки. Добавлен импорт куки из файла. Вероятность работы 0%, но может просто у меня не получилось.
  • Обновлены Readme

En:
Added and changed:

  • Proxy: From Http(s) to Socks5
  • An attempt to fix cookies. Added import of cookies from a file. The probability of work is 0%, but maybe I just didn't succeed.
  • Updated Readme

v 1.0.2

11 Aug 18:37
d43698f
Compare
Choose a tag to compare
  • Updated the cookie system (I forgot that I had hardcoded them)
  • Corrected all comments in the code into English.