From 6efc30c5b45e2f22522becaf7ebfd4fd59a46ba9 Mon Sep 17 00:00:00 2001 From: Khloe Leclair Date: Thu, 5 Sep 2024 15:51:41 -0400 Subject: [PATCH] Move WTSync from Testing to Stable. (#4541) Move WTSync from testing to stable. --- {testing/live => stable}/WTSync/images/icon.png | Bin {testing/live => stable}/WTSync/images/image1.png | Bin stable/WTSync/manifest.toml | 12 ++++++++++++ testing/live/WTSync/manifest.toml | 14 -------------- 4 files changed, 12 insertions(+), 14 deletions(-) rename {testing/live => stable}/WTSync/images/icon.png (100%) rename {testing/live => stable}/WTSync/images/image1.png (100%) create mode 100644 stable/WTSync/manifest.toml delete mode 100644 testing/live/WTSync/manifest.toml diff --git a/testing/live/WTSync/images/icon.png b/stable/WTSync/images/icon.png similarity index 100% rename from testing/live/WTSync/images/icon.png rename to stable/WTSync/images/icon.png diff --git a/testing/live/WTSync/images/image1.png b/stable/WTSync/images/image1.png similarity index 100% rename from testing/live/WTSync/images/image1.png rename to stable/WTSync/images/image1.png diff --git a/stable/WTSync/manifest.toml b/stable/WTSync/manifest.toml new file mode 100644 index 0000000000..750287b6b7 --- /dev/null +++ b/stable/WTSync/manifest.toml @@ -0,0 +1,12 @@ +[plugin] +repository = "https://github.com/KhloeLeclair/WTSync.git" +commit = "6324438f3fb2391e3fd453cf13582f8da95b8bca" +owners = [ + "KhloeLeclair" +] +project_path = "" +changelog = """ +This is the first stable channel release of WTSync, a new plugin that makes it easier to do Wondrous Tails together with other players. + +There have been no changes since the latest testing release. +""" \ No newline at end of file diff --git a/testing/live/WTSync/manifest.toml b/testing/live/WTSync/manifest.toml deleted file mode 100644 index f691e5f918..0000000000 --- a/testing/live/WTSync/manifest.toml +++ /dev/null @@ -1,14 +0,0 @@ -[plugin] -repository = "https://github.com/KhloeLeclair/WTSync.git" -commit = "6324438f3fb2391e3fd453cf13582f8da95b8bca" -owners = [ - "KhloeLeclair" -] -project_path = "" -changelog = """ -This should be the last testing release before pushing this to stable, unless any bugs are found. - -- Added setting to hide the server info bar entry when in a non-matching duty. -- Start polling for Wondrous Tails status changes when in Idyllshire to update a person's status if they interact with Khloe and do not then open their Wondrous Tails UI. -- Fixed issue where game state was being incorrectly read on the main thread during plugin initialization. -""" \ No newline at end of file