docs: Update changelogs

This commit is contained in:
Oliver
2025-05-17 10:22:38 +02:00
parent b2352f65fe
commit 8136662ca6
4 changed files with 16 additions and 10 deletions

View File

@@ -7,6 +7,12 @@ order: 2
#
## v2.5.0 [!badge variant="info" text="2025-04-24"]
- Added support for Minecraft 1.21.5
- Refactored config structure
- Added `update_visibility_interval` config option
## v2.4.2 [!badge variant="info" text="2025-01-16"]
- Added the first converter to convert holograms from DecentHolograms to FancyHolograms (/fancyholograms convert DecentHolograms *)

View File

@@ -7,6 +7,16 @@ order: 2
#
## v2.5.0 [!badge variant="info" text="2025-04-24"]
- Added support for Minecraft 1.21.5
- Added `turn_to_player_distance` command
- Added `center` command
- Added `variant` attribute for pig, cow and chicken
- Added `collar_color` attribute for wolves and cats
- Fixed wolf variant attribute
- Many fixes and improvements for the skin system
## v2.4.4 [!badge variant="info" text="2025-03-11"] [!badge variant="danger" text="Hotfix"]
- Fixed the skin generation queue gets stuck when an error occurred

View File

@@ -1,3 +0,0 @@
- Added support for Minecraft 1.21.5
- Refactored config structure
- Added `update_visibility_interval` config option

View File

@@ -1,7 +0,0 @@
- Added support for Minecraft 1.21.5
- Added `turn_to_player_distance` command
- Added `center` command
- Added `variant` attribute for pig, cow and chicken
- Added `collar_color` attribute for wolves and cats
- Fixed wolf variant attribute
- Many fixes and improvements for the skin system