Releases: jan-janssen/pyauthenticator
Releases · jan-janssen/pyauthenticator
pyauthenticator-0.3.0
What's Changed
- Add type hints and MyPy checking to CI by @jan-janssen in #69
- Move config to a separate module by @jan-janssen in #70
- Refactor internal structure by @jan-janssen in #71
- Remove duplicate files by @jan-janssen in #73
- Test with python 3.14 by @jan-janssen in #74
- get_totp() use string rather than dict as input by @jan-janssen in #75
- Update test environment by @jan-janssen in #76
- Move user interface to separate file by @jan-janssen in #77
- Move command line interface to separate module by @jan-janssen in #78
- Follow Python standard packaging guidelines by @jan-janssen in #79
- Create tutorial to explain the functionality of pyauthenticator by @jan-janssen in #80
Full Changelog: pyauthenticator-0.2.1...pyauthenticator-0.3.0
pyauthenticator-0.2.1
What's Changed
- Add more unit tests by @jan-janssen in #45
- Bump pyotp from 2.6.0 to 2.8.0 by @dependabot in #46
- Bump pyotp from 2.8.0 to 2.9.0 by @dependabot in #48
- Bump pillow from 10.0.0 to 10.0.1 by @dependabot in #49
- update versioneer by @jan-janssen in #51
- Bump pillow from 10.0.1 to 10.1.0 by @dependabot in #52
- Bump pillow from 10.1.0 to 10.2.0 by @dependabot in #53
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in #54
- Transition to python 3.12 by @jan-janssen in #57
- merge main by @jan-janssen in #58
- Update black.yml by @jan-janssen in #56
- Bump pillow from 10.3.0 to 10.4.0 by @dependabot in #55
- Bump qrcode from 7.4.2 to 8.0 by @dependabot in #59
- Bump pillow from 10.4.0 to 11.0.0 by @dependabot in #60
- Bump pillow from 11.0.0 to 11.1.0 by @dependabot in #61
- Bump qrcode from 8.0 to 8.1 by @dependabot in #63
- Use Python 3.13 by @jan-janssen in #65
- Bump qrcode from 8.1 to 8.2 by @dependabot in #66
- Bump pillow from 11.1.0 to 11.2.1 by @dependabot in #62
- Bump pillow from 11.2.1 to 11.3.0 by @dependabot in #67
- Switch to pyproject.toml with Hatchling and Versioneer by @jan-janssen in #68
Full Changelog: pyauthenticator-0.2.0...pyauthenticator-0.2.1
pyauthenticator 0.2.0
What's Changed
- Bump pillow from 9.5.0 to 10.0.0 by @dependabot in #43
- Switch from otpauth to pyotp by @jan-janssen in #44
Full Changelog: pyauthenticator-0.1.0...pyauthenticator-0.2.0
pyauthenticator 0.1.0
What's Changed
- Update README by @jan-janssen in #40
- update description in setup.py by @jan-janssen in #41
Full Changelog: pyauthenticator-0.0.8...pyauthenticator-0.1.0
pyauthenticator 0.0.8
What's Changed
- Bump pillow from 9.4.0 to 9.5.0 by @dependabot in #36
- Switch CI to Coveralls Github Action by @jan-janssen in #39
- Switch CI to python 3.11 as default by @jan-janssen in #38
- Provide a more user-friendly command line interface by @jan-janssen in #37
Full Changelog: pyauthenticator-0.0.7...pyauthenticator-0.0.8
pyauthenticator 0.0.7
What's Changed
- Bump pillow from 8.1.2 to 8.2.0 by @dependabot in #10
- Bump qrcode from 6.1 to 7.0 by @dependabot in #15
- Bump qrcode from 7.0 to 7.1 by @dependabot in #17
- Bump pillow from 8.2.0 to 8.3.0 by @dependabot in #16
- Bump pillow from 8.3.0 to 8.3.1 by @dependabot in #18
- Bump qrcode from 7.1 to 7.2 by @dependabot in #19
- Bump qrcode from 7.2 to 7.3 by @dependabot in #20
- Bump pillow from 8.3.1 to 8.3.2 by @dependabot in #21
- Bump qrcode from 7.3 to 7.3.1 by @dependabot in #22
- Bump pillow from 8.3.2 to 8.4.0 by @dependabot in #23
- Bump pillow from 8.4.0 to 9.0.0 by @dependabot in #24
- Bump pillow from 8.4.0 to 9.0.1 by @dependabot in #25
- Bump pyzbar from 0.1.8 to 0.1.9 by @dependabot in #26
- Bump pillow from 9.0.1 to 9.1.0 by @dependabot in #27
- Bump pillow from 9.1.0 to 9.1.1 by @dependabot in #28
- Bump pillow from 9.1.1 to 9.2.0 by @dependabot in #29
- Bump pillow from 9.2.0 to 9.3.0 by @dependabot in #30
- Bump qrcode from 7.3.1 to 7.4 by @dependabot in #31
- Bump qrcode from 7.4.1 to 7.4.2 by @dependabot in #32
- Bump otpauth from 1.0.1 to 2.0.0 by @dependabot in #33
- Test latest python versions by @jan-janssen in #34
Full Changelog: pyauthenticator-0.0.6...pyauthenticator-0.0.7
pyauthenticator 0.0.6
What's Changed
- Rename main() to command_line_parser() by @jan-janssen in #14
Full Changelog: pyauthenticator-0.0.5...pyauthenticator-0.0.6
pyauthenticator 0.0.5
What's Changed
- Fix duplicated output by @jan-janssen in #13
Full Changelog: pyauthenticator-0.0.4...pyauthenticator-0.0.5
pyauthenticator 0.0.4
What's Changed
- fix dependencies by @jan-janssen in #8
- Pip check by @jan-janssen in #11
Full Changelog: pyauthenticator-0.0.3...pyauthenticator-0.0.4
pyauthenticator 0.0.3
What's Changed
- Move core functionality to share by @jan-janssen in #1
- Black Formating by @jan-janssen in #2
- Update installation by @jan-janssen in #3
- More CI updates by @jan-janssen in #4
- configure coverage by @jan-janssen in #5
- Add more tests for the user interface by @jan-janssen in #7
Full Changelog: https://github.com/jan-janssen/pyauthenticator/commits/pyauthenticator-0.0.3