feat(games): add SCP:SL support (#715)

* feat(games): add scpsl initial impl

* feat: add name

* feat: add game entry, add note

* docs: add SSL to games_list.md

* fix: remove stray debug console log

* docs: update CHANGELOG.md
This commit is contained in:
CosminPerRam 2025-06-29 18:02:38 +03:00 committed by GitHub
parent bab3452047
commit f2dfb8134f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 73 additions and 1 deletions

View file

@ -2,6 +2,7 @@
## To Be Released...
## 5.X.Y
* Fix: detect BFBC2 Vietnam DLC as BFBC2 (By @cetteup #713)
* Feat: SCP: Secret Laboratory (2020) - Added support (#715, thanks @Draakoor)
## 5.3.1
* Fix: HTTP requests would end up making more retries than needed due to got's internal retry mechanism (#690, thanks @RattleSN4K3)