Updated main app and features#56
Open
druidsareus wants to merge 11 commits into
Open
Conversation
added 11 commits
May 23, 2026 11:36
- Add ability to paste and add custom Nintendo Switch games - Add ability to remove games from the list - Games and removals are now persisted to ~/NS-RPC/custom_games.json - Custom games automatically deduplicated on import - Improved button layout with flexbox alignment - Enhanced README with complete documentation - New backend functions: AddCustomGames, RemoveGame, LoadCustomGames, SaveCustomGames - Updated frontend with custom games panel and remove game panel
- Add dropdown to select between Nintendo Switch and Nintendo Switch 2 - Console selection is displayed in Discord Rich Presence - Nintendo Switch is the default selection - Updates Discord status with console name when Switch 2 is selected - Automatically appends console name to game title in Discord presence
- Changed Discord Rich Presence to show console in main title - Nintendo Switch 2 now displays as 'Game Title | Switch 2' in Discord - Nintendo Switch remains unchanged (no suffix added)
- Added FetchGameIcon() function to search Switch Icon Showdown - Automatically fetches game icons when adding custom games - Falls back to 'home' (Switch logo) if no icon is found - Icons are fetched from https://www.switchiconshowdown.com/ - Improved Discord Rich Presence with actual game icons
- Removed icon fetching code (Discord only supports pre-registered images) - All custom games now use 'home' (Switch logo) as default icon - Fixes Discord Rich Presence display for custom games - Ensures consistent icon display across all custom game entries
- Add community_assets.json for community-contributed game icon mappings - App checks community assets when adding custom games - Falls back to 'home' icon if no community mapping exists - Add CONTRIBUTING_ICONS.md guide for contributing game icons - Users can upload icons to Discord and add mappings via PRs - Grows the library over time as community contributes
- App checks GitHub releases on startup - Displays notification when new version available - Links directly to download latest release - Works for macOS and Windows - No manual version bumping needed
…ation - Display current version at bottom of UI - Simplify update notification to just show 'Update available' - Update link now goes to GitHub releases page - Better user experience for checking updates
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.
Added updates to custom games and community contributions.