Merged
Conversation
…and Web Impprters Implementation Introduces support for per-game launch arguments across the backend, plugin SDK, and UI. Adds SupportedPlatforms and SupportsManualAddition to plugin interfaces, enabling platform-specific plugin loading and improved 'Add Game' UI. Implements new official plugins for CrossOver and Web shortcuts, and updates existing plugins to support the new fields. Updates protobuf definitions and related service logic to handle launch arguments and plugin metadata.
Improved plugin metadata in AetherGrpcService to include author, supported platforms, and manual addition support. Updated the Web importer to separate URL and Steam ID fields, refining launch and metadata logic. Added new plugin DLLs to the MacOS Xcode project, extended GameViewModel with launchArguments, and increased backend startup wait time.
Introduces the Aether.Importers.Gog plugin for importing and launching GOG games, including cross-platform support and executable detection. Updates the solution and build scripts to include the new plugin. Also adds null handling for LaunchArguments in ScanService and toggles BackendManager to use an external backend for development.
Updated the Serilog configuration in Program.cs to use a more detailed output template for both console and file logging, including timestamp, log level, and source context for better readability and debugging.
Added RedirectStandardError = true to the PlistBuddy process configuration in AppStorePlugin.cs to suppress 'Entry Does Not Exist' errors from appearing in the output.
Added GOG importer DLL to Xcode project and updated GameGridCard to support GOG and Crossover color coding. Updated AppStore, Custom, and Steam plugin versions. Enhanced SteamPlugin with retry logic for HTTP requests and fallback metadata handling to improve robustness against network errors. Set BackendManager to use internal backend by default.
Moved backend stop logic from NotificationCenter observer in AetherApp to a dedicated AppDelegate using NSApplicationDelegateAdaptor. This ensures the backend is stopped cleanly when the app terminates and prevents multiple backend starts if views re-appear.
Contributor
Author
|
gog isn't tested, but I'm gonna merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Title]