Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Settings/SettingsView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private async void Click_LoginViaQR(object sender, RoutedEventArgs e)
name = $"Playnite-{Environment.MachineName}",
client = "Playnite Plugin",
platform = "Windows",
client_version = "0.7.0", // This should be probably be changed to reading the extension.yaml at runtime or
client_version = "0.8.0", // This should be probably be changed to reading the extension.yaml at runtime or
// adding a plugin version to the main file that devs change every update
requested_scopes = new List<string>
{
Expand Down
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: RomM_9700aa21-447d-41b4-a989-acd38f407d9f
Name: RomM Library Importer
Author: The RomM Team
Version: 0.7.0
Version: 0.8.0
Module: RomM.dll
Type: GameLibrary
Icon: icon.png
Expand Down
14 changes: 14 additions & 0 deletions manifests/installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,17 @@ Packages:
- Auto-sync RomM platforms on connect, drop manual button reliance by @gantoine
- Add unit test framework (RomM.Tests) and CI by @gantoine
- Resolve ProfilePath at runtime to prevent crash when Playnite install folder is moved by @gantoine
- Version: 0.8.0
RequiredApiVersion: 6.16.0
ReleaseDate: 2026-07-26
PackageUrl: https://github.com/rommapp/playnite-plugin/releases/download/0.8.0/RomM_9700aa21-447d-41b4-a989-acd38f407d9f_0_8_0.pext
Changelog:
- Login via QR code by @matthew-pye
- Add open in browser button by @matthew-pye
- Notify user when platforms need syncing by @matthew-pye
- Add required scopes to token textbox tooltip by @matthew-pye
- Patch avatar endpoint for v5 by @matthew-pye
- Use platform display names in Playnite mappings by @gantoine
- Better error message when no mapping found by @gantoine
- Derive install paths from RomM folder (fs_name) for folder-based ROMs by @gantoine
- Keep nested ROM paths and contain untrusted paths in the install root by @gantoine
Loading