This is a smaller release mostly focused on under-the-hood bugfixes and small improvements.
Additions:
- Version is now shown in help and "-V" options to output version and exit has been added
- Add more pre-installation warnings (e.g. BattlEye)
- Add platform overrides to list/install non-Windows releases (e.g. Mac)
- Add option to also show Unreal Engine content in "list-games"
General Improvements:
- Do not spawn more than 16 workers (more than enough to saturate a 1 Gbps connection)
- Support manifest CDNs with authentication
- Log when manifest or CDN url is being overridden
- (API only) allow overriding labels that manifests/assets are fetched for
Fixes:
- Don't crash if no games have been installed yet and "list-installed" is called
- Correct path for DRM Ownership Token file when using WINE
- Add missing flags to manifest parsers and models
- Fix python3 bytes vs str funsies in manifest parser