Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 20:39
· 5 commits to main since this release
af6a2ca

It's a release time! This time we actually have some nice features that may improve QOL and overall robustness of comet.

Since last release we've also came up with a wiki page for game developers about how their native ports of games can still access GOG Galaxy SDK and work natively on Linux with comet (related GitHub issue #33). You can check that out here.

New Features

  • User locale support
    • all metadata is being loaded in user's system locale.
    • some games may use that data when listing achievements
  • wyvern is now a valid authentication source
  • Simplification of sqlite queries
  • Download of overlay component is locked on Linux.

Locale detection

$ comet ...
[2024-11-26T20:32:34Z INFO  comet] Preferred language: pl-PL
[2024-11-26T20:32:34Z INFO  comet] Listening on port 9977
...

Game is english only. But reads the metadata of achievements directly from SDK. Pictured data displayed in Polish.

Zrzut ekranu_20241126_213341

What's Changed

  • game compatibility: add Kingdom Come: Deliverance & Tomb Raider GOTY by @quantenzitrone in #40
  • game compatibility: add DOOM + DOOM II by @kevin-wijnen in #42
  • Add game compatibility: Metal Slug by @mrcaique in #44
  • docs: add compatibility report of metal slug x by @mrcaique in #46
  • docs: add compatibility report of metal slug 2 by @mrcaique in #48
  • docs: add compatibility report of metal slug 3 by @mrcaique in #50
  • docs: improve info about linux native build of the sdk by @HKayn in #51

New Contributors

Full Changelog: v0.1.2...v0.2.0