From 0e85575ee44f7aaedddf69963cb2b66caa20311e Mon Sep 17 00:00:00 2001 From: Danielle Date: Fri, 31 Jul 2026 16:49:03 +1000 Subject: [PATCH 1/3] Sharlayan 9.2.0-prerelease.64: 7.55 reader accuracy and perf fixes (v4.3.31 -> v4.3.32) Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 4 ++++ Chromatics.Tests/Chromatics.Tests.csproj | 2 +- Chromatics.Tests/Helpers/UpdateNotesTests.cs | 2 +- Chromatics/Chromatics.csproj | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b59e591..4ebbb8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to Chromatics are documented here. +## 4.3.32 + +- Improved the accuracy and speed of game-data reads on FFXIV patch 7.55, including inventory, chat log, job gauges, and player stats. + ## 4.3.31 - Added support for FFXIV patch 7.55. diff --git a/Chromatics.Tests/Chromatics.Tests.csproj b/Chromatics.Tests/Chromatics.Tests.csproj index 53d68223..b71a0e18 100644 --- a/Chromatics.Tests/Chromatics.Tests.csproj +++ b/Chromatics.Tests/Chromatics.Tests.csproj @@ -38,7 +38,7 @@ - + diff --git a/Chromatics.Tests/Helpers/UpdateNotesTests.cs b/Chromatics.Tests/Helpers/UpdateNotesTests.cs index f370b39b..c44e8290 100644 --- a/Chromatics.Tests/Helpers/UpdateNotesTests.cs +++ b/Chromatics.Tests/Helpers/UpdateNotesTests.cs @@ -57,7 +57,7 @@ public void EmptyOrWhitespaceNotes_ReturnEmpty() { Assert.Equal(string.Empty, UpdateService.TrimNotesToOwnSection("", "4.3.26")); Assert.Equal(string.Empty, UpdateService.TrimNotesToOwnSection(" ", "4.3.26")); - Assert.Equal(string.Empty, UpdateService.TrimNotesToOwnSection(null, "4.3.26")); + Assert.Equal(string.Empty, UpdateService.TrimNotesToOwnSection(null!, "4.3.26")); } [Fact] diff --git a/Chromatics/Chromatics.csproj b/Chromatics/Chromatics.csproj index 7e22007b..afd87dcb 100644 --- a/Chromatics/Chromatics.csproj +++ b/Chromatics/Chromatics.csproj @@ -10,7 +10,7 @@ net10.0-windows10.0.19041.0 10.0.17763.0 Chromatics.Program - 4.3.31.0 + 4.3.32.0 Danielle Thompson