Releases: scito/extract_otp_secrets
Releases · scito/extract_otp_secrets
2.2.0 - 30.01.2023
2.1.0 - 26.01.2023
2.1.0c2 - 26.01.2023
What's Changed
Full Changelog: v2.1.0b4...v2.1.0c2
2.1.0b4 - 25.01.2023
2.1.0b1 - 24.01.2023
Build and upload executables created by PyInstaller
- create release on tag push
- build executables by PyInstaller:
- extract_otp_secrets_linux_x86_64 (glibc 2.28)
- extract_otp_secrets_win_x86_64.exe
- extract_otp_secrets_macos_x86_64 (untested)
- add --version
- build linux executable in docker container
- update README
What's Changed
Full Changelog: v2.0.2...v2.1.0b1
2.0.2 - 17.01.2023
2.0.1 - 04.01.2023
- updated the README
- some minor code refactorings
- added more tests
What's Changed
Full Changelog: v2.0.0...v2.0.1
2.0.0 - 04.01.2023
- add GUI for QR code capturing from camera (CV2 is used)
- add ability to extract otps from images
- support different QR readers: ZBAR,QREADER,QREADER_DEEP,CV2,CV2_WECHAT
- support several input files
- add option to ignore duplicate otps
- write warnings and errors to stderr
- add output coloring
- rename project from
extract_otp_secret_keys
toextract_otp_secrets
- provide Docker images on Docker Hub and GitHub, see README.md
- improve help
- clean verbose level output
- use Python type hints and check with mypy
- use f-strings
- clean up code
- add more tests
- calculate code coverage
- use src-layout: move files and folders
- support wheel packing
- enhance README.md
- bugfixes
- fix -k -
- fix utf-8 encoding on windows
Full Changelog: v1.6.1...v2.0.0
2.0.0rc1 - 03.01.2023
2.0.0c1: capture QR codes from camera, extract from image files and major refactoring
- add GUI for QR code capturing from camera (CV2 is used)
- add ability to extract otps from image files
- support different QR readers: ZBAR,QREADER,QREADER_DEEP,CV2,CV2_WECHAT
- support several input files
- add option to ignore duplicate otps
- write warnings and errors to stderr
- add output coloring
- rename project from extract_otp_secret_keys to extract_otp_secrets
- improve help
- clean verbose level output
- use Python type hints and check with mypy
- use f-strings
- clean up code
- add more tests
- calculate code coverage
- use src-layout: move files and folders
- support wheel packing
- enhance README.md
- bugfixes
- fix -k -
- fix utf-8 encoding on windows
Full Changelog: v1.6.1...v2.0.0c1
1.6.1 - 19.12.2022
- stdin/stdout improved
- pip installation supported
- GitHub ci enabled
- tests added
What's Changed
- Bump pylint from 2.15.7 to 2.15.8 by @dependabot in #26
- add pypy Python versions 3.7, 3.8, and 3.9 to GitHub CI testing by @scito in #27
- setup ci testing for linux, macos and windows platforms by @scito in #28
- enforce utf-8 encoding; add vscode recommended extensions by @scito in #31
- add utf-8 encoding tests by @scito in #32
Full Changelog: v1.6.0...v1.6.1