From 940d8b90541d218e8506d258cdc03db54d776c31 Mon Sep 17 00:00:00 2001 From: Khloe Leclair Date: Fri, 5 Jul 2024 21:19:48 -0400 Subject: [PATCH] Gearset Helper v2.3.0.0 (#3828) Update Gearset Helper to version 2.3.0.0: * Updated for 7.0 / apiX. * Changed: In the Items section, show the item level on every item even when they aren't synced down. * Changed: Display a notice in the Estimated Damage and Calculated sections that the math hasn't been updated for Dawntrail yet. * Fixed: Error in calculating average item level when using gear that fills multiple slots. * Fixed: Error in calculating average item level when using a job that does not use an off-hand. * Fixed: Error in how base stats were calculated causing minor differences. --- stable/GearsetHelperPlugin/manifest.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stable/GearsetHelperPlugin/manifest.toml b/stable/GearsetHelperPlugin/manifest.toml index cfea03c635..b65c7ffbc3 100644 --- a/stable/GearsetHelperPlugin/manifest.toml +++ b/stable/GearsetHelperPlugin/manifest.toml @@ -1,10 +1,13 @@ [plugin] repository = "https://github.com/KhloeLeclair/GearsetHelperPlugin.git" -commit = "c97cf824f6dbf2401bfcbe0ade425bed99671316" +commit = "38a490044f346ac901e177e3bbfed48cf6c5d7d0" owners = [ "KhloeLeclair" ] project_path = "GearsetHelperPlugin" changelog = """ -- Fixed stats for relic weapons not being handled correctly. +- Updated for 7.0 / apiX. +- Added a notice to the Calculated section that math hasn't been updated for Dawntrail and may be inaccurate. +- Fixed errors in calculating average item level with some jobs and gear pieces. +- Fixed error in how base stats were calculated. """ \ No newline at end of file