You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #309 from Xonshiz/xonshiz-2022-04-17
- Closes#236
- Added support for TMOFans/lectortmo.com [Fix for #231 ]
- Removed some unnecessary comments.
- Fixed an extra method parameter in `japscan`.
Guess who wasn't lazy this weekend ;)
Moving from TravisCI to GitHub Actions
TravisCI has been buddy and slow for quite some time now. It's time to switch to GitHub Actions. This PR contains 3 configs:
- Checks the code every time a PR is raised.
- Builds & releases distributables.
- Packages and uploads to PyPI.
Removing "Current Version :" text when printing `version` info because it's easier to use it as a release tag that way.