Skip to content

Releases: peterstamps/Kaptsja

v10.3.0

14 Feb 14:12
6c75cee
Compare
Choose a tag to compare

10.3.0 PIL (pillow) was changed after version 9.5.0. Upgraded to PIL 10.2.0 ! That version is now required
run: pip uninstall Pillow followed by pip install Pillow.

All versions:
If you get font errors on Linux please run: sudo apt --reinstall install ttf-mscorefonts-installer

    If you get Beautifulsoup error in a virtual environment you might need to run: pip3 install beautifulsoup4

Clearing the browser cache might be required in case False is wrong given!

v10.2.0

15 Dec 16:57
5d13079
Compare
Choose a tag to compare

Added configuration setting "redirect_after_captcha". Setting this to "True" will avoid redirection to success or failure page after submission and Kaptsja verification happened. Only a True or False string will be returned allowing JavaScript to handle the continuation in the HTML page itself (similar to Google's reCaptcha).

v10.1.6

13 Dec 10:33
1a8a7d2
Compare
Choose a tag to compare

Correction of wrong rotation angle test. The value was always set to 30. Now rotation range 0 - 360 is possible as intended. Bottle debug and reloader set to False, to prevent double generation of HTML pages (no functional change however). How to run on Android has been added.

v10.1.5

12 Dec 18:49
de330ec
Compare
Choose a tag to compare

10.1.5 Added time limit to solve Kaptsja within a defined time (in seconds). Deleted some left "debug" print statements.

v10.1.4

11 Dec 16:30
ef9cf43
Compare
Choose a tag to compare

Second release.

Added missing randomlist directory with pictures.
Small close tag correction in modal HTML page

Download the Kaptsja-10.1.3.tar.gz file and decompress it with your "zip/unzip" utility in the desired directory.

If you use pip always specify --target=<directory_path> or -t <directory_path> with the package name Kaptsja
The package will be downloaded from https://pypi.org/project/Kaptsja/10.1.2/

Example: pip install -t \temp\Kaptsja Kaptsja

Example: pip install -t /home/Kaptsja Kaptsja

v10.1.2

11 Dec 16:00
ef9cf43
Compare
Choose a tag to compare

First release.
Download the Kaptsja-10.1.2.tar.gz file and decompress it with your "zip/unzip" utility in the desired directory.

If you use pip always specify --target=<directory_path> or -t <directory_path> with the package name Kaptsja
The package will be downloaded from https://pypi.org/project/Kaptsja/10.1.2/

Example: pip install -t \temp\Kaptsja Kaptsja

Example: pip install -t /home/Kaptsja Kaptsja