mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
Merge branch '1.21.5-multiloader' into 1.21-multiloader
This commit is contained in:
@@ -4,6 +4,12 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [2.3.1] - 2025-05-03
|
||||||
|
### Added
|
||||||
|
- Added support for minecraft 1.19-1.19.4
|
||||||
|
### Changed
|
||||||
|
- Use services and session server urls from environment
|
||||||
|
|
||||||
## [2.3.0] - 2025-03-27
|
## [2.3.0] - 2025-03-27
|
||||||
### Added
|
### Added
|
||||||
- Added `skinApplyDelayOnJoin` config option (see [wiki](https://github.com/Suiranoil/SkinRestorer/wiki/Configuration#skinapplydelayonjoin))
|
- Added `skinApplyDelayOnJoin` config option (see [wiki](https://github.com/Suiranoil/SkinRestorer/wiki/Configuration#skinapplydelayonjoin))
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
### Added
|
### Added
|
||||||
- Added `skinApplyDelayOnJoin` config option (see [wiki](https://github.com/Suiranoil/SkinRestorer/wiki/Configuration#skinapplydelayonjoin))
|
- Added support for minecraft 1.19-1.19.4
|
||||||
### Changed
|
### Changed
|
||||||
- Updated to 1.21.5
|
- Use services and session server urls from environment
|
||||||
### Removed
|
|
||||||
- [NeoForge] Dropped support for NeoForge on Minecraft 1.20.5-1.20.6
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ minecraft_version_list=1.21,1.21.1,1.21.2,1.21.3,1.21.4
|
|||||||
minecraft_version_range=[1.21, 1.21.4]
|
minecraft_version_range=[1.21, 1.21.4]
|
||||||
mod_id=skinrestorer
|
mod_id=skinrestorer
|
||||||
mod_name=SkinRestorer
|
mod_name=SkinRestorer
|
||||||
mod_version=2.3.0
|
mod_version=2.3.1
|
||||||
mod_author=Lionarius
|
mod_author=Lionarius
|
||||||
mod_homepage=https://modrinth.com/mod/skinrestorer
|
mod_homepage=https://modrinth.com/mod/skinrestorer
|
||||||
mod_sources=https://github.com/Suiranoil/SkinRestorer
|
mod_sources=https://github.com/Suiranoil/SkinRestorer
|
||||||
|
|||||||
Reference in New Issue
Block a user