fix: Nadeo failing queries on map info (#667)

* fix: nadeo failing queries

* docs: update changelog, fix games list issue not being hyperlinked

* feat: Adding CurrentChallengeInfo to get Map Informations (#669)

Co-authored-by: Stephan Schaffner <stephan.schaffner@check24.de>

* docs: remove note removal notice from games_list

* docs: update changelog to note for version

* docs: mention @Hornochs in the changelog line

* chore: swap some lines around

---------

Co-authored-by: Stephan Schaffner <chaos_bloated856@memehorst.de>
Co-authored-by: Stephan Schaffner <stephan.schaffner@check24.de>
This commit is contained in:
CosminPerRam 2025-01-21 19:40:49 +02:00 committed by GitHub
parent a62f623134
commit 56a90eabce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 14 deletions

View file

@ -7,6 +7,7 @@
* Feat: Exfil (2024) - Added support (#661)
* Docs: Valheim numplayers being always 0 on crossplay servers (#668)
* Fix: Palworld not respecting query output schema (#666)
* Fix: Nadeo failing queries on map info (also added version field) (#667 with @Hornochs)
## 5.1.4
* Feat: Replaced `punycode` package usage with `url.domainToASCII` (#630).