Releases: SaicharanKandukuri/puwifi
Releases · SaicharanKandukuri/puwifi
v1.1.2
What's Changed
- Fix Wi-Fi login/logout functionality by @worldofvarun in #38
New Contributors
- @worldofvarun made their first contribution in #38
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Add patch to warn user on login without internet by @SaicharanKandukuri in #33
- Fix connection check by @SaicharanKandukuri in #37
Full Changelog: v1.1.0...v1.1.1
maintainence | XML parsion & log messages
What's Changed
- update: much better responses on the log. by @abhikatta in #30
New Contributors
- @abhikatta made their first contribution in #30
Full Changelog: v1.0.9...v1.1.0
keepalive fix
v1.0.9 workflow: checkout before building
fix logout and body control
- dynamically set epoch time for "&a"
- fixes issue with logout with mode ( mode 191: for login, mode 193: for logout )
- Control for product type ( unfinished )
- Validation checks for auth modes
body_arg_passwd = f"&password={password}" if mode == "191" else ""
body_arg_username = f"&username={username}"
body_arg_epoch = f"&a={int(time.time())}"
body_arg_product = f"&product={product}"
body = (
f"mode={mode}"
+ body_arg_username
+ body_arg_passwd
+ body_arg_epoch
+ body_arg_product
)
PR based on experiments with @abhikatta
Full Changelog: v1.0.6...v1.0.8
v1.0.7
Full Changelog: v1.0.3...v1.0.7
v1.0.6
Full Changelog: v1.0.3...v1.0.6
v1.0.3
What's Changed
- Add license scan report and status by @fossabot in #4
- revamp by @SaicharanKandukuri in #12
- Configure Renovate by @renovate in #15
- Update actions/upload-artifact commit hash to 2244c82 by @renovate in #17
- Update actions/checkout commit hash to 230611d by @renovate in #16
- Update ossf/scorecard-action commit hash to 869bc60 by @renovate in #20
- Update github/codeql-action commit hash to 3d2ad0b by @renovate in #19
- Update ossf/scorecard-action commit hash to 9e79f66 by @renovate in #22
- Update ossf/scorecard-action commit hash to 3662744 by @renovate in #23
- Update ossf/scorecard-action commit hash to d41742e by @renovate in #24
- Update github/codeql-action commit hash to 117a67b by @renovate in #21
- Pyproject by @SaicharanKandukuri in #25
New Contributors
- @fossabot made their first contribution in #4
- @SaicharanKandukuri made their first contribution in #12
- @renovate made their first contribution in #15
Full Changelog: v1.0.1...v1.0.3
v1.0.2
update readme
Revamp
PUWIFI V1.0.1
this release is all about making code good enough to look & understand
Here is What's New
- all crazy folders are cleaned up
- all
logout
login
&keep_alive
features are merged in one filepuwifi.py
logout feature is experimental
- class
wifi_utils
& more
Full Changelog: https://github.com/SaicharanKandukuri/puwifi/commits/v1.0.0