Releases: ScrappyCocco/HowLongToBeat-PythonAPI
Release list
howlongtobeatpy 1.0.23
Fixed an api error due to a website change #59
The game request could be a bit slower because it needs to get the scripts to parse, looks like they're trying to hide the endpoint more
Also updated a dependency minimum version for security
Full Changelog: 1.0.22...1.0.23
howlongtobeatpy 1.0.22
This is just a small maintenance release with a couple of code fixes, nothing relevant
Full Changelog: 1.0.21...1.0.22
howlongtobeatpy 1.0.21
What's Changed
- Attestation workflow by @ScrappyCocco in #55
- Fixed #56
Full Changelog: 1.0.20...1.0.21
howlongtobeatpy 1.0.20
Full Changelog: 1.0.19...1.0.20
howlongtobeatpy 1.0.19
What's Changed
- Upgrade to python 3.13 by @ScrappyCocco in #49
- Bump SonarSource/sonarqube-scan-action from 4 to 5.3.1 in /.github/workflows in the github_actions group across 1 directory by @dependabot[bot] in #50
- Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows in the github_actions group across 1 directory by @dependabot[bot] in #51
- Fix #52 by @ScrappyCocco in #53
New Contributors
- @dependabot[bot] made their first contribution in #50
Full Changelog: 1.0.18...1.0.19
howlongtobeatpy 1.0.18
See discussion #46 - added an auto-time filtering
What's Changed
- Add auto filter code based on flags #46 by @ScrappyCocco in #47
Full Changelog: 1.0.17...1.0.18
howlongtobeatpy 1.0.17
This new version with PR #45 allows the code to try to read the search endpoint from the website JS code, similar to how it reads the api key, to make it still work when there are changes. It's not perfect and may still break.
What's Changed
- Test of regex to retrieve search url by @ScrappyCocco in #45
Full Changelog: 1.0.16...1.0.17
howlongtobeatpy 1.0.16
What's Changed
- added regex in place of URL search, fix URL change by @rarDevelopment in #43
Full Changelog: 1.0.15...1.0.16
howlongtobeatpy 1.0.15
What's Changed
- Create devcontainer.json to test default codespace environment by @ScrappyCocco in #36
- Requirements update by @ScrappyCocco in #37
- another fix for the url changing by @rarDevelopment in #38
Full Changelog: 1.0.14...1.0.15