scito
6a2dc80ad4
upgrade to protobuf 5.29.1; add one missing type
2024-12-06 19:15:58 +01:00
scito
a2845556a4
upgrade to protobuf 5.29.0
2024-11-28 21:40:53 +01:00
scito
d2993c093c
fix readme: remove duplicated toc
2024-11-10 10:46:57 +01:00
scito
396071f15a
set Docker base image to Python 3.13; fix README
2024-10-25 21:25:22 +02:00
daniel
5c5e2096b8
added support for devenv
2024-10-24 19:43:06 +02:00
scito
eb8bb38aa5
update deps
2024-10-24 19:17:08 +02:00
scito
e13a4584fb
add Pythion 3.13 to README
2024-10-20 10:54:36 +02:00
scito
5d5453231f
upgrade to protobul 5.28.2
2024-09-27 12:05:18 +02:00
scito
7c31f988c8
improve macOS cmd instructions, fixes #283
2024-09-08 16:59:25 +02:00
scito
9463dc3e88
add network none to docker run which fixes #284
2024-09-08 12:57:59 +02:00
scito
64980e71df
update to protobuf to 5.28.0, fix test and remove mypy ignore
2024-08-30 10:37:45 +02:00
scito
ec05910347
update protobuf to 5.27.2 and other deps
2024-06-30 10:08:58 +02:00
scito
77cdf7e41f
update deps: protobuf, cv2
2024-06-07 19:25:53 +02:00
scito
e196c76db4
minor: update deps and README
2024-05-31 08:53:53 +02:00
scito
7f314cedd8
bump protobuf from 5.26.1 to 5.27.0
2024-05-28 22:14:21 +02:00
scito
a822abbba1
add export of plain otpauth url list, fix #196
2024-04-01 10:57:53 +02:00
Jeffrey Walton
0854a70036
Update README for MacOS
2024-01-26 09:58:24 +01:00
scito
f9ce96fb57
improve cv2 typging; bump versions
2024-01-12 11:01:34 +01:00
scito
a0bf28f4cc
enable python 3.12
2023-10-06 12:06:02 +02:00
scito
fd8b165212
enable python 3.12
2023-10-06 12:06:02 +02:00
scito
a467955b13
bump versions
2023-10-05 20:19:31 +02:00
scito
eea0179b5e
bump versions
2023-09-22 11:56:20 +02:00
scito
d20d709d6e
bump versions
2023-09-05 13:10:47 +02:00
scito
a0c21273e8
Bump mypy and protobuf
2023-08-19 08:39:22 +02:00
scito
8e70ae9da9
bump protobuf to 24.0, cv2 and mypy
2023-08-12 12:44:45 +02:00
scito
2610afe5d8
remove Python 3.7 workarounds, fixes #103
2023-08-06 19:29:59 +02:00
scito
0ec1314b3d
add nuitka to local build.sh; bump versions
2023-04-15 10:43:26 +02:00
scito
414e80c469
bump versions
2023-03-25 14:51:58 +01:00
scito
7f6959783f
bump versions
2023-03-10 08:48:50 +01:00
scito
419f65fdea
improve pyzbar missing warning; bump libs
2023-03-05 11:53:52 +01:00
scito
eccb1948c7
improve README for macOS
2023-02-26 21:19:45 +01:00
scito
01a38e570c
optional build of exe and pipenv; update README
2023-02-25 09:24:37 +01:00
Damon McMinn
91b9490afb
docs: update README with correct Fedora zbar dep
...
`zbar` is the available dependency: https://packages.fedoraproject.org/pkgs/zbar/zbar/
2023-02-22 20:06:06 +01:00
scito
9e334748ac
move Dockerfiles to docker/; update README
2023-02-18 17:03:18 +01:00
scito
6bf02d045c
write txt file in cv2 and cmd; upgrade protobuf 4.22.0
2023-02-17 19:22:58 +01:00
scito
5555dda9c2
release: update release notes text
2023-02-12 19:51:19 +01:00
scito
eb8ea3330f
release: improve macos docs after macos tests
...
- build macos dmg
- however, do not upload macos dmg to assets as it cannot be
executed since the app and installer are not signed and notarized
- upload artifacts
- tested executable on macOS
2023-02-12 19:00:29 +01:00
kvascev
2ef34a2d69
Fix typo in README.md
...
Change "form" to "from"
2023-02-08 17:09:05 +01:00
scito
ca23497c9a
docu clean ups
2023-02-06 20:42:54 +01:00
scito
7faf530863
reproducible builds, build.sh: linux/arm64
2023-02-05 21:24:57 +01:00
scito
709aa111be
ci_release: build linux arm64 exe
2023-02-03 22:14:53 +01:00
scito
970dbd3759
cv2: save as csv/json/keppass by key command
2023-01-29 16:50:55 +01:00
scito
197347a3e9
update README
2023-01-27 20:58:33 +01:00
scito
580f94256f
Add files of Visual C++ 2013 Redistributable Package
...
- add files of vcredist_x64.exe as binary data to pyzbar
- thus avoid manual installation of vcredist_x64.exe
- test all qr readers in exe smoketests
- improve README
2023-01-25 23:14:38 +01:00
scito
cff5fe1cda
ci_release: ignore response and remove silent mode
2023-01-24 23:18:28 +01:00
scito
b9f17c4a95
rename build docker jobs
2023-01-24 22:12:02 +01:00
scito
6a7a7233a4
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
- add TOC
- improve badges
- add PyInstaller section
- docker
- build BASE_IMAGE as ARG
- copy only required files to image
- add .alias
- build.sh
- fix clean
- fix generate results
- generate TOC
2023-01-24 21:19:38 +01:00
scito
f0134fa907
add zbar installation for archlinux [skip ci]
2023-01-17 21:04:42 +01:00
scito
5c4d3ce696
improve README
2023-01-07 09:39:15 +01:00
scito
ec09b5daad
improve README; add google-authenticator-exporter link
2023-01-06 10:13:51 +01:00