From 2d21053b46e66c5ce930c2a7954a9752e350e2c2 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 22 Jan 2024 14:41:26 -0500 Subject: [PATCH] OofPlugin v1.3.0.0 (#3130) --- .../live => stable}/OofPlugin/images/icon.png | Bin stable/OofPlugin/manifest.toml | 13 +++++++++++++ testing/live/OofPlugin/manifest.toml | 14 -------------- 3 files changed, 13 insertions(+), 14 deletions(-) rename {testing/live => stable}/OofPlugin/images/icon.png (100%) create mode 100644 stable/OofPlugin/manifest.toml delete mode 100644 testing/live/OofPlugin/manifest.toml diff --git a/testing/live/OofPlugin/images/icon.png b/stable/OofPlugin/images/icon.png similarity index 100% rename from testing/live/OofPlugin/images/icon.png rename to stable/OofPlugin/images/icon.png diff --git a/stable/OofPlugin/manifest.toml b/stable/OofPlugin/manifest.toml new file mode 100644 index 0000000000..4051e1edc4 --- /dev/null +++ b/stable/OofPlugin/manifest.toml @@ -0,0 +1,13 @@ +[plugin] +repository = "https://github.com/Frogworks-Interactive/OOF.git" +commit = "5525dcaf63bd698e54e88fd4c9b1e3c5df9d0ed9" +owners = [ + "Frogworks Interactive", + "codelastnight" +] +project_path = "OofPlugin" +changelog = """ +- improve distance based oof (DBO) +- clean up UI +- update to API9 +""" \ No newline at end of file diff --git a/testing/live/OofPlugin/manifest.toml b/testing/live/OofPlugin/manifest.toml deleted file mode 100644 index 16f5f76c61..0000000000 --- a/testing/live/OofPlugin/manifest.toml +++ /dev/null @@ -1,14 +0,0 @@ -[plugin] -repository = "https://github.com/Frogworks-Interactive/OOF.git" -commit = "5072d3bfc19d6ff3ad870f85be8791515eab97bc" -owners = [ - "Frogworks Interactive", - "codelastnight" -] -project_path = "OofPlugin" -changelog = """ -- UI overhaul (fully featured settings window) -- added distance-based oof -- bugfixes & performance fix -- last release before sending it off stable -""" \ No newline at end of file