From 71788f9dc2da8a29d12c0bd7229a06d1542d353b Mon Sep 17 00:00:00 2001 From: R Date: Sun, 20 Oct 2024 05:28:29 -0700 Subject: [PATCH] Discord.RichPresence 2.0.5.0 (#4663) * Discord.RichPresence 2.0.5.0 Now includes a setting to automatically run a Wine IPC Bridge for Linux users (if you need one). XIV On Mac users should continue to use the Wine IPC Bridge available in the XOM program settings. This change has no effect for Windows users of the plugin. * move ipc bridge local --- stable/Dalamud.RichPresence/manifest.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stable/Dalamud.RichPresence/manifest.toml b/stable/Dalamud.RichPresence/manifest.toml index 233bb583ff..6183e63fc8 100644 --- a/stable/Dalamud.RichPresence/manifest.toml +++ b/stable/Dalamud.RichPresence/manifest.toml @@ -1,11 +1,15 @@ [plugin] repository = "https://github.com/reiichi001/Dalamud.RichPresence.git" -commit = "07ba4060253c96725e4005844c777d6e60f73957" +commit = "0942007195083fc188df6d01d730a49d02640a95" owners = [ "goaaats", "reiichi001", ] project_path = "Dalamud.RichPresence" changelog = """ -IPC updated for WaitingWay. Now respects scaling. +Now includes a setting to automatically run a Wine IPC Bridge for Linux users (if you need one). + +XIV On Mac users should continue to use the Wine IPC Bridge available in the XOM program settings. + +This change has no effect for Windows users of the plugin. """ \ No newline at end of file