From 4ffcf7a1a63c9764d23eb8b0ce1bae1e0408948f Mon Sep 17 00:00:00 2001 From: Rokas Date: Wed, 18 Sep 2024 21:38:22 +0300 Subject: [PATCH 1/2] [Testing] Title Edit v3.0.1.1 --- testing/live/TitleEdit/manifest.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/testing/live/TitleEdit/manifest.toml b/testing/live/TitleEdit/manifest.toml index 4842b88f8c..8388c6351e 100644 --- a/testing/live/TitleEdit/manifest.toml +++ b/testing/live/TitleEdit/manifest.toml @@ -1,14 +1,12 @@ [plugin] repository = "https://github.com/RokasKil/TitleEdit.git" -commit = "bdf267711bb7cfc0cd37915f208d5d49adfa43d0" +commit = "85a92a3734780d53a127eeb20330a6b075c0756e" owners = [ "RokasKil", ] project_path = "TitleEdit" changelog = """ -- Fixed saving and loading scenes with sub levels (The Empty, Elysion and others) -- When switching between characters within the same group the scene will no longer reload -- Character select camera curve will act the same as vanilla -- Added an option to change the default preset author name -- Updated the about section +- Fixed reading camera angles when in 3rd person +- Fixed reading Eorzea time +- Added an option to hide your name in chracter select to ease preset sharing """ From fbecce10cb085a8066ca3c8c954075d5e98273f8 Mon Sep 17 00:00:00 2001 From: Rokas Date: Wed, 18 Sep 2024 21:38:54 +0300 Subject: [PATCH 2/2] typo in changelog --- testing/live/TitleEdit/manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/live/TitleEdit/manifest.toml b/testing/live/TitleEdit/manifest.toml index 8388c6351e..71f6ff7005 100644 --- a/testing/live/TitleEdit/manifest.toml +++ b/testing/live/TitleEdit/manifest.toml @@ -8,5 +8,5 @@ project_path = "TitleEdit" changelog = """ - Fixed reading camera angles when in 3rd person - Fixed reading Eorzea time -- Added an option to hide your name in chracter select to ease preset sharing +- Added an option to hide your name in character select to ease preset sharing """