Releases: EqualGames/game-scanner
Releases · EqualGames/game-scanner
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Game Scanner
- Update project dependencies
- Update the npm package to throw an error if the platform or architecture is not supported
- Add support to Blizzard games not installed
- Add method to get the launcher executable for all launchers
- Fix Steam manifest parser to support the new format
- Refactor the Node.js package to return an empty array instead of panic when get the game list
Full Changelog: v1.0.9...v1.1.0
v1.0.9
v1.0.8
v1.0.7
v1.0.6
Game Scanner
- Update GOG implementation from Windows Registry to SQLite, now returns all installed and not installed games
- Update Game struct,
path
and launch command is an Option (The path not exists when a Game is not installed) - Update Node.js type definitions, now the autocomplete show the correct module structure
- Add methods to install and uninstall a game
- Update
README.md
to improve Node.js usage