From 01a045541c8a67e48bc02993fdd0c52b0d361d0a Mon Sep 17 00:00:00 2001 From: Lionarius Date: Sun, 13 Jul 2025 20:30:43 +0300 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ CHANGELOG_LATEST.md | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e19b0f..12e4da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.4.2] - 2025-07-13 +### Fixed +- Fix crash when head profile name is null (fixes [#60](https://github.com/Suiranoil/SkinRestorer/issues/60) and [#61](https://github.com/Suiranoil/SkinRestorer/issues/61)) + ## [2.4.1] - 2025-07-09 ### Changed - Log full exception and argument when unable to fetch/set skin diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index b1a2a73..bf4e1a8 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,4 +1,2 @@ -### Changed -- Log full exception and argument when unable to fetch/set skin ### Fixed -- Fixed mojang provider using offline uuids when unable to fetch actual uuid resulting in `no profile with uuid` error +- Fix crash when head profile name is null (fixes [#60](https://github.com/Suiranoil/SkinRestorer/issues/60) and [#61](https://github.com/Suiranoil/SkinRestorer/issues/61))