Releases: kujeger/flatpak-gog
Releases · kujeger/flatpak-gog
v1.3
- Update to freedesktop 23.08 runtime
- Use latest shared-modules
v1.2
- Update to freedesktop 22.08 runtime
- Store only games that have 32bit arch in our arch list
- Update sdl12-compat
v1.1
- Update to freedesktop 20.08 runtime
- Use SDL_DYNAMIC_API to prefer newer SDL2
- Use runtime-provided udev and glu
v1.0.1
- #20 Fix for Desktop file template
v1.0
Many changes for this release. Much thanks to @Pixelnarium and @V02460 for contributions!
Biggest are:
- Now using the freedesktop 19.08 runtime
- No longer a need to build a "GOG Base" image
- Require a 64bit OS, as the freedesktop runtime is 64bit only. 32bit games work through a compatibility extension.
- Better appdata, meaning games should be correctly tagged as "Games", and show version number.
v0.9
- Change url for openal-soft
- Handle games beginning with a digit
- Additional overrides for games
v0.8
- Support newer GOG installers that don't have executable bit set
- Better handling of Desktop files
- Give more device permissions to generated flatpaks
- Suggest direct install when generating, instead of using a (local) repo
- libcaca library added
- Additional overrides for games
Thanks to @mscherer @tkashkin @Pixelnarium for contributions!
v0.7
- Fix openssl for 64bit flatpaks
- Fix for libjson symlink and LD_LIBRARY_PATH in newer flatpak versions
- Remove maker.sh -- use json-maker.py instead.
v0.6
- Add udev to Base, for increased compatibility with games
- s2tc removed, as s3tc is now upstream in mesa
- Various improvements to game scripts
v0.5
- Desktop files are now created, making launching games snazzier
- old maker.sh script deprecrated, everything is now handled by json-maker.py