From 986a0e05e7ca136291e88fe71dca13a1cb0b5c9f Mon Sep 17 00:00:00 2001 From: NeNeppie <108415463+NeNeppie@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:15:18 +0300 Subject: [PATCH] [Testing] Avant-Garde v0.1.2.0 (& v0.1.1.2 Stable) (#4544) * Update testing branch manifest.toml * Update stable branch manifest.toml --- stable/AvantGarde/manifest.toml | 10 ++++++++-- testing/live/AvantGarde/manifest.toml | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/stable/AvantGarde/manifest.toml b/stable/AvantGarde/manifest.toml index 8b4be0fa08..8e3faf109e 100644 --- a/stable/AvantGarde/manifest.toml +++ b/stable/AvantGarde/manifest.toml @@ -1,6 +1,12 @@ [plugin] repository = "https://github.com/NeNeppie/AvantGarde.git" -commit = "9737531c162b5852fa0bde2a3f27383122ad6bce" +commit = "5c6fc00d1a4a3a6d37f8cdb5df74e07fb66ade5b" owners = ["NeNeppie"] project_path = "AvantGarde" -changelog = "- Update for Patch 7.0 / API 10" +changelog = """ +Moved to stable: +- Fix incompatibility with multi-monitor support. +Available for testing: +- Added item interaction. Click on an item to open up a submenu. + - You can Try on, Search, Link and Copy to Clipboard, as well as open the item in your browser for extra info. +""" diff --git a/testing/live/AvantGarde/manifest.toml b/testing/live/AvantGarde/manifest.toml index cd1f36de09..d4feabd64d 100644 --- a/testing/live/AvantGarde/manifest.toml +++ b/testing/live/AvantGarde/manifest.toml @@ -1,6 +1,12 @@ [plugin] repository = "https://github.com/NeNeppie/AvantGarde.git" -commit = "5c6fc00d1a4a3a6d37f8cdb5df74e07fb66ade5b" +commit = "b2d7fc445e5336e5a62f9dd01b86ee1b8e37fb06" owners = ["NeNeppie"] project_path = "AvantGarde" -changelog = "- FOR TESTING: Fix incompatibility with multi-monitor support" +changelog = """ +Moved to stable: +- Fix incompatibility with multi-monitor support. +Available for testing: +- Added item interaction. Click on an item to open up a submenu. + - You can Try on, Search, Link and Copy to Clipboard, as well as open the item in your browser for extra info. +"""