Skip to content

Releases: scito/extract_otp_secrets

2.0.0 - 04.01.2023

03 Jan 23:30
Compare
Choose a tag to compare
  • 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 to extract_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

02 Jan 23:47
Compare
Choose a tag to compare
2.0.0rc1 - 03.01.2023 Pre-release
Pre-release

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

02 Jan 23:41
Compare
Choose a tag to compare
  • 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

1.6.0 - 04.12.2022

04 Dec 20:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.4...v1.6.0

1.5.4 - 25.09.2022

25 Sep 10:05
Compare
Choose a tag to compare

What's Changed

  • Bump protobuf from 4.21.5 to 4.21.6 by @dependabot in #16
  • Add upgrade script for protoc

New Contributors

Full Changelog: v1.5.3...v1.5.4

1.5.3 - 09.09.2022

09 Sep 11:31
Compare
Choose a tag to compare
  • fix save qr
  • save qr code to specific dir
  • improve help
  • add help to README.txt

Full Changelog: v1.5.2...v1.5.3

1.5.2 - 07.09.2022

07 Sep 20:14
Compare
Choose a tag to compare
  • Support not urlencoded plus in parameters (fixed #15)
  • Add debug level

Full Changelog: v1.5.1...v1.5.2

1.5.1 - 04.09.2022

04 Sep 19:07
Compare
Choose a tag to compare
  • Refactored code
  • Improved VSCode settings

Full Changelog: v1.5.0...v1.5.1

1.5.0 - 03.09.2022

03 Sep 22:46
Compare
Choose a tag to compare

What's Changed

  • Upgrade to protobuf 4.21.5
  • Add quiet mode
  • Support Pipenv
  • Add a devbox.json to convenientally run this by @gregwebs in #12
  • Enable GitHub workflow and add tests by @scito in #13
  • Add Python Badges by @scito in #14

New Contributors

Full Changelog: v1.4.0...v1.5.0

1.4.0

04 Sep 06:52
Compare
Choose a tag to compare

What's Changed

  • Export to csv and json

Known to work with

  • Python 3.6.12 and protobuf 3.14.0
  • Python 3.8.5 and protobuf 3.14.0

Full Changelog: v1.3.0...v1.4.0