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. +"""