2.8.0 - 31.05.2024
Executables
Download the executable for your platform and execute it, see README.md
Executable | Description |
---|---|
extract_otp_secrets_2.8.0_linux_x86_64 | Linux x86_64/amd64 (glibc >= 2.31) |
extract_otp_secrets_2.8.0_linux_arm64 | Linux arm64 (glibc >= 2.31) |
extract_otp_secrets_2.8.0_win_x86_64.exe | Windows x86_64/amd64/x64 |
extract_otp_secrets_2.8.0_win_arm64.exe | N/A |
extract_otp_secrets_2.8.0_macos_x86_64.dmg | N/A, see README.md |
extract_otp_secrets_2.8.0_macos_x86_64.pkg | N/A, see README.md |
extract_otp_secrets_2.8.0_macos_x86_64 | MacOS x86_64/amd64 (bare executable, see README.md; optional libzbar must be installed manually, see README.md) |
extract_otp_secrets_2.8.0_macos_arm64 | N/A |
What's Changed
- use latest version of opencv also for macos by @scito in #234
- build(deps): bump pillow from 10.2.0 to 10.3.0 by @dependabot in #213
- build(deps-dev): bump mypy-protobuf from 3.5.0 to 3.6.0 by @dependabot in #215
- build(deps-dev): bump types-protobuf from 4.24.0.20240311 to 4.24.0.20240408 by @dependabot in #216
- build(deps-dev): bump nuitka from 2.1.4 to 2.1.5 by @dependabot in #217
- build(deps-dev): bump setuptools-git-versioning from 1.13.6 to 2.0.0 by @dependabot in #219
- build(deps-dev): bump types-protobuf from 4.24.0.20240408 to 4.25.0.20240410 by @dependabot in #218
- build(deps-dev): bump types-protobuf from 4.25.0.20240410 to 5.26.0.20240422 by @dependabot in #220
- build(deps-dev): bump nuitka from 2.1.5 to 2.1.6 by @dependabot in #221
- build(deps-dev): bump mypy from 1.9.0 to 1.10.0 by @dependabot in #222
- build(deps-dev): bump pytest from 8.1.1 to 8.2.0 by @dependabot in #223
- build(deps-dev): bump nuitka from 2.1.6 to 2.2.1 by @dependabot in #224
- build(deps-dev): bump pylint from 3.1.0 to 3.1.1 by @dependabot in #225
- build(deps-dev): bump pylint from 3.1.1 to 3.2.2 by @dependabot in #226
- build(deps-dev): bump pytest from 8.2.0 to 8.2.1 by @dependabot in #228
- build(deps-dev): bump nuitka from 2.2.1 to 2.2.3 by @dependabot in #227
- bump protobuf from 5.26.1 to 5.27.0 by @scito in #230
- cleanup Python 3.7 requirements by @scito in #232
- upgrade ci actions to node 20 versions by @scito in #233
- lift python requirement to 3.8 by @scito in #235
Full Changelog: v2.7.0...v2.8.0