Releases: dashroshan/clashapi
Releases · dashroshan/clashapi
v1.4
v1.3
Fixed incorrect padding issue faced while trying to decode the base64 buffer for current system ip address. Removed api.ipify.org dependency as a fallback.
v1.2
Removed base64 and json dependencies as they're included in default python libraries
v1.1
The script now uses the base64 encoded buffer returned with the login post request to get the ip address of the system. If something goes wrong, api.ipify.org is used as a fallback.
v1.0
First version ready for PyPI