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