Releases: bropines/chrome-lens-py
Releases · bropines/chrome-lens-py
v1.5.0
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
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 fileoutput.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
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
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
v1.2.0
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
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
v1.0.5
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