From 301428147db84dcc495b3a2675c489b9c5531fc2 Mon Sep 17 00:00:00 2001 From: Lionarius Date: Wed, 14 Jan 2026 21:53:09 +0300 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 5 +++++ CHANGELOG_LATEST.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ff975..03007f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.5.0] - 2026-01-14 +### Added +- Added collection skin provider (allows assigning random skins from a predefined set) +- Added `forceFirstJoinSkinFetch` config option to force skin fetch on first join even if player already has a skin + ## [2.4.3] - 2025-07-25 ### Fixed - Fixed crash on client when loading player head skin (fixes [#63](https://github.com/Suiranoil/SkinRestorer/issues/63) and [#64](https://github.com/Suiranoil/SkinRestorer/issues/64)) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 21da2bd..9f04717 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,3 +1,3 @@ -### Fixed -- Fixed crash on client when loading player head skin (fixes [#63](https://github.com/Suiranoil/SkinRestorer/issues/63) and [#64](https://github.com/Suiranoil/SkinRestorer/issues/64)) -- Fixed server freeze when loading player head skin +### Added +- Added collection skin provider (allows assigning random skins from a predefined set) (see [wiki](https://github.com/Suiranoil/SkinRestorer/wiki/Configuration#providerscollection)) +- Added `forceFirstJoinSkinFetch` config option to force skin fetch on first join even if player already has a skin (see [wiki](https://github.com/Suiranoil/SkinRestorer/wiki/Configuration#forcefirstjoinskinfetch))