From cd47e31a170f21a775d6330ebf005da79c379639 Mon Sep 17 00:00:00 2001 From: NeNeppie <108415463+NeNeppie@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:05:55 +0300 Subject: [PATCH] [Testing] Lights, Camera, Action! v1.0.0 (#4574) Update manifest.toml --- testing/live/CameraLoader/manifest.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/testing/live/CameraLoader/manifest.toml b/testing/live/CameraLoader/manifest.toml index d10f257554..35529c5a04 100644 --- a/testing/live/CameraLoader/manifest.toml +++ b/testing/live/CameraLoader/manifest.toml @@ -1,6 +1,15 @@ [plugin] repository = "https://github.com/NeNeppie/LightsCameraAction.git" -commit = "61f4c3cac7c2c2a0508915d8e64aaa77cbc150cd" +commit = "dce3eee161a2ba7f316cd82e687c98eb143d20b0" owners = ["NeNeppie"] project_path = "CameraLoader" -changelog = "- (Very) Minor UI tweaks" +changelog = """ +Available for testing: +- Implemented preset importing/exporting. + - By default, imported presets keep their original creation date. This can be changed in the settings tab, to help with sorting. + - Share your studio setups! +- More minor tweaks and fixes. + - Like being able to create presets with duplicate names. Not sure how this bug survived for as long as it did. + - Error messages have been moved to the chat log. +- First major release (Still starting at the testing branch though!) +"""