From e42a26da74585770d3532fa3f23cde6a4f051e8d Mon Sep 17 00:00:00 2001 From: Mira Date: Mon, 22 Jan 2024 20:39:17 +0100 Subject: [PATCH] Himbeertoni Raid Tool 1.5.1.0 (#3129) Bis: Add support for relic weapons in etro.gg sets Ui: Added ability to change relic stats when editing gear General: You can now specify which types of jobs get automatically updated/created. If you want single jobs to not show up, you can hide these in character edit Known issue: Stats for relic weapons are not correctly read from the Lodestone or Examine, but your manual edits will NOT be overwritten Co-authored-by: GitHub Action --- stable/HimbeertoniRaidTool/manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/HimbeertoniRaidTool/manifest.toml b/stable/HimbeertoniRaidTool/manifest.toml index 0b27ab8c66..b0d41f1405 100644 --- a/stable/HimbeertoniRaidTool/manifest.toml +++ b/stable/HimbeertoniRaidTool/manifest.toml @@ -2,9 +2,9 @@ repository = "https://github.com/Koenari/HimbeertoniRaidTool.git" owners = [ "Koenari" ] project_path = "HimbeertoniRaidTool" -commit = "ce0452f11e16d23fbf845121dbcc63d4dd2a9008" +commit = "1ec4a5ae67d067007c5c44301a43b51f52ebd630" changelog = """ -General: Remove unused gear sets from database -Bugfix: You are now able to change to gear sets with the same name -Bugfix: Autmotically updated gear was sometimes not saved correctly -Perormance: Optimized load time on slow connections""" +Bis: Add support for relic weapons in etro.gg sets +Ui: Added ability to change relic stats when editing gear +General: You can now specify which types of jobs get automatically updated/created. If you want single jobs to not show up, you can hide these in character edit +Known issue: Stats for relic weapons are not correctly read from the Lodestone or Examine, but your manual edits will NOT be overwritten"""