Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [7.0.0](v6.2.1...v7.0.0) (2023-11-09) ### Bug Fixes * **commands:** Fix method signature and add try-catch block for loading skins ([c19d79c](c19d79c)) * Fix file extension check in SkinFileCache ([14164df](14164df)) * Move width/height to Section ([daf098b](daf098b)) * rename overlay options ([cf08f38](cf08f38)) * Return existing skin if it is an instance of Skin class ([844474d](844474d)) ### Features * add mc-1-20-2 implementation and relocate snakeyaml ([534a193](534a193)) * Add overlay skin rendering and configuration ([c1d6342](c1d6342)) * Add SerializableBufferedImage class for serializing BufferedImage objects ([73cb9c3](73cb9c3)) * Add skin configuration files and utility classes ([e76f799](e76f799)) * Add SkinFileCache to improve performance ([cc55fa2](cc55fa2)) * Add support for Minecraft version 1.20.2 ([b5c7f92](b5c7f92)) * **core:** add DataManager and Data classes ([1e21d59](1e21d59)) * **manager:** add UserManager class for managing User objects ([54d32cd](54d32cd)) * Moved the Skin and User classes ([9e30f2a](9e30f2a)) * **PlayerObject:** Add support for default skin parts ([984b743](984b743)) * Removed SkinOptions and the unused CompletableFutureManager class ([511866e](511866e)) * **Skin:** Add classes to manage skin parts ([c93b2f5](c93b2f5)) * **SkinHandler:** Add support for overlaying different parts of the skin ([c037e0a](c037e0a)) * Update DataManager to UserManager and SkinManager ([aa158e9](aa158e9)) * Update skinsRestorerVersion to 15.0.3 ([6f4bebd](6f4bebd)) ### BREAKING CHANGES * API classes changed
- Loading branch information