From 2f93aec572378e54f8d2f5416fc665ab8752c3c7 Mon Sep 17 00:00:00 2001 From: Mira Date: Mon, 6 Jan 2025 01:42:33 +0100 Subject: [PATCH] Himbeertoni Raid Tool 1.8.0.2 (#5321) User Interface: Add quick select for job/character/player (similar to gear sets) User Interface: Improved usability of BiS section in gear edit Bugfix: 2nd,3rd,... set from XivGear.app sheets are now fetched correctly, not always the 1st Co-authored-by: GitHub Action --- stable/HimbeertoniRaidTool/manifest.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/stable/HimbeertoniRaidTool/manifest.toml b/stable/HimbeertoniRaidTool/manifest.toml index 4991fe2f53..dda0acb6d9 100644 --- a/stable/HimbeertoniRaidTool/manifest.toml +++ b/stable/HimbeertoniRaidTool/manifest.toml @@ -2,9 +2,8 @@ repository = "https://github.com/Koenari/HimbeertoniRaidTool.git" owners = [ "Koenari" ] project_path = "HimbeertoniRaidTool" -commit = "59fedafc070abbe7da35f72b78f32121ca0282a5" +commit = "35151e31bcda28cfca13ec51a7d77e39707ef0aa" changelog = """ -User Interface: Added food information wherever relevant - User Interface: Tooltips for food now contain the food's effects - Bugfix: Fix Gear/BiS equality with materia enabled - Bugfix: Fixed crash on startup in certain cases""" +User Interface: Add quick select for job/character/player (similar to gear sets) + User Interface: Improved usability of BiS section in gear edit + Bugfix: 2nd,3rd,... set from XivGear.app sheets are now fetched correctly, not always the 1st"""