Releases: yurisuika/Raised
Releases · yurisuika/Raised
4.0.1
- Changed translation sliders to display pixel values with percentages.
- Changed lang references of "horizontal" and "vertical" to "x" and "y", respectively.
- Changed players preview to use default skins to fix crash when user is offline. #97
- Changed toasts translation to push/pop posestack around vanilla push/pop calls instead of at manager method head/tail to potentially resolve conflict with mods cancelling the method.
- Fixed toasts icons not translating on Forge 1.19.2/3 versions. #93
4.0.0
- Added API #87
- Added support for translating bossbar, sidebar, effects, players, and toasts #86
- Added support for x-axis translation
- Added support to automatically detect resource pack support for texture option
- Added support to not alter the hotbar selector for texture option
- Changed default options screen keybind to ` (grave accent)
- Reworked config to a great extent
- Reworked options screen
- Reworked commands
- Removed Fabric Object Share support
- Restructured to Mojmap style (and rewritten in Mojmap)
- Added NeoForge support
3.1.3
- Added optional alternative method for fixing hotbar selector texture by drawing missing row of pixels copied from top of texture for 1.20.2+
- Changed matrixstack translations to use push and pop (fixes PuzzlesLib conflict) #83
- Fixed options screen not inheriting key inputs on Fabric 1.20.1
- Fixed double rendered options background on Forge 1.20.2
3.1.2
- Added toggleable text input widgets mode on options screen
- Added support for overlays registered above or below all on 1.17+ Forge (e.g. ParaCool! mod) #81
- Added support for overlays registered in relation to the chat (1.17+ Forge)
- Changed chat translation to use PreLayer/PostLayer events on 1.17-1.18 Forge
- Changed options screen placement and appearance
- Changed hud/chat offsets to automatically cap at max when options screen opened in sliders mode
- Fixed options screen duplicating on <=1.19.2
- Fixed experience level not translating on 1.20.5 snapshot
- Fixed 1.20.2 not working by adding new version to support it
3.1.1
3.1.0
- Added options screen
- Added keybind for options screen (default Keypad 0)
- Removed keybinds for moving elements
- Fixed potential performance loss on Forge 1.19+ from RegisterGuiOverlaysEvent #61
- Extended support option now toggles RegisterGuiOverlaysEvent/OverlayRegistry elements in RenderGuiOverlayEvent/RenderGameOverlayEvent instead of during registration
- Set minimum element heights to 0 in respective commands
- Reverted to replacing selector texture on 1.20.2+ like in the prior snapshot build (requires resource pack support) #62
- Changed selector texture to use mod namespace (for resource pack support)
3.0.0
- Rewrote entire mod to transform matrix stacks instead of changing element heights to largely enable inherent mod support
- Fabric supports HUD elements mixed into the main HUD render method and in the methods of elements called there
- Forge supports HUD elements added with RenderGameOverlayEvent, RenderGuiOverlayEvent, OverlayRegistry, and RegisterGuiOverlaysEvent
- Moved Z height of chat above hotbar items
- Reorganized commands/config options
- Added command/config option to enable hud/chat sync
- Added command/config option to enable extended mod support
- Added command/config option to enable Fabric Object Share support
- Removed specific mod support mixins and mixin plugins
- Changed icon