-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathwip_changelog.txt
46 lines (40 loc) · 3.38 KB
/
wip_changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
CHANGELOG | FANCYMENU v3.4.0 [ W I P !! Not public yet !! ]
- Added "Is Key Pressed" requirement to check for keyboard key presses (#966)
- Added "Split Text" placeholder to split text at a specific character or regex (#1011)
- Added "Trim Text" placeholder that removes all leading and trailing spaces of the given text, but not spaces within the text (#989)
- Added "Crop Text" placeholder to remove a specific amount of characters from the beginning and end of the given text (#987)
- Added "Sticky Anchor" mode for elements that makes them always keep the same distance to their anchor, no matter the element's size
- Added "Auto Sizing" mode for elements that makes them adjust their size automatically when the screen size changes (#838)
- Added "Plain Text" Markdown formatting code that ignores all formatting codes inside (similar to code block, but without the visible block) (#983)
- Added "Browser" element to _browse the web_ (#850)
- Added "Color" background type, which is basically the one from Drippy, but ported to the base mod (#985)
- Added "Item" element to render items (sword, potato, etc.) in menus (#521)
- Added a parallax effect to the "Image" menu background type (can be toggled on/off) (#735)
- Elements will now always stay at the same position when their anchor point gets changed (this was previously only the case when changing their anchor via hovering)
- The Title screen Copyright button's opacity is now capped at 0.4, so people can't make it invisible via the opacity setting anymore (#984)
- It is now possible to set the tint of "Image" elements (#873)
- Fixed being able to delete the Copyright button in the Title screen (#997)
- Fixed conflict with "Immersive Engineering" by disabling FancyMenu in all screens related to this mod (#965)
- Fixed "Smaller Than" being forcibly replaced with "Smaller Than or Equals" in the "Is Number" requirement (#954)
- Fixed typo in tooltip of Layout Index (#968)
- Fixed FM's menu bar not being clickable in the Create World screen until resizing the window in some cases (#1004)
- Fixed game crashing when resetting the "base color" of a Text element (#1003)
- Fixed text input field in Resource Chooser screen breaks when pressing CTRL + BACKSPACE (#1006)
- Fixed nine-slicing being broken in MC 1.21.4 (#1000)
- Fixed incompatibility with "Exit Confirmation" mod (#972)
- Fixed incompatibility with "DungeonZ" mod (#755)
- Fixed incompatibility with "RPG HUD" mod (#739)
- Fixed "Back to Server List" button in Disconnected screen resetting itself in some cases (#988)
- The button now has a custom identifier
- You need to open the layout and save it again for this fix to work
- Fixed text widgets in Disconnected screen changing their identifier (#949)
- The widgets now have custom identifiers
- You need to open the layout and save it again for this fix to work
- Fixed Appearance Delay ignoring decimal values (#1010)
- Fixed background blur not working for some background types in MC 1.21.4
- Fixed button click sounds being cut off (#671)
- Fixed hover label not working for Vanilla buttons when a normal label is also set (#945)
- FancyMenu does not cancel the call to super.render() in the TitleScreen anymore to make mods who inject into this method work again (#857)
- For devs: Added method "afterConstruction()" to the "AbstractElement" class, which gets called after the element's builder has finished constructing the instance
-
%changelog:end%