|
1 | | -# YetAnotherConfigLib 3.7.0 |
| 1 | +# YetAnotherConfigLib 3.7.1 |
2 | 2 |
|
3 | | -### 3.7.0 targets |
| 3 | +### 3.7.1 targets |
4 | 4 |
|
5 | 5 | | | Fabric | NeoForge | Forge | |
6 | 6 | |--------|----------|----------|-------| |
|
14 | 14 | | 1.20.4 | ❌ | ❌ | ❌ | |
15 | 15 | | 1.20.1 | ❌ | ❌ | ❌ | |
16 | 16 |
|
17 | | -## New features |
18 | | - |
19 | | -- Add toggle to prevent loading .webp and .gif at resource reload. |
20 | | - - When disabled, the images will be loaded on-demand when a YACL screen is opened. |
21 | | - - It is disabled by default now. This should improve startup time with mods that use such images. |
22 | | -- You can now set the default collapsed state in option groups via the Kotlin DSL. You could already do this via Java. |
23 | | - |
24 | | -## Changes |
25 | | - |
26 | | -- Add 1.21.6 target |
27 | | -- Removed all the 1.20.x targets. |
28 | | - - YACL now only supports 1.21.1 and later. |
29 | | -- Allow the use of horizontal mouse scrolling in the options list. ([kevinthegreat1`#271`](https://github.com/isXander/YetAnotherConfigLib/pull/271)) |
30 | | - |
31 | 17 | ## Bug fixes |
32 | 18 |
|
33 | | -- Fixes related to the colour picker widget |
34 | | - - The YACLScreen now continues to tick when the colour picker is open. |
35 | | - - Clicking outside the colour picker now closes it (without the click being consumed by the screen) |
36 | | - - Fix requiring a double click to open a colour picker after it has been closed. |
37 | | -- Fix the last option sometimes being cut off in the options list. ([kevinthegreat1`#271`](https://github.com/isXander/YetAnotherConfigLib/pull/271)) |
38 | | -- Fix NullPointerException when using `null` with `InstantStateManager`. |
39 | | - |
40 | | -## Language updates |
41 | | - |
42 | | -- New Argentine Spanish translation. ([Texaliuz`#267`](https://github.com/isXander/YetAnotherConfigLib/pull/267)) |
43 | | -- Update Chinese translation. ([AC19970`#268`](https://github.com/isXander/YetAnotherConfigLib/pull/268)) |
44 | | -- Update Polish translation. ([lumiscosity`#269`](https://github.com/isXander/YetAnotherConfigLib/pull/269)) |
45 | | -- Update Brazilian Portuguese translation. ([seriousfreezing`#272`](https://github.com/isXander/YetAnotherConfigLib/pull/272)) |
| 19 | +- Fix crash on some Neoforge targets when opening the colour picker |
| 20 | +- Fix improper rendering of the colour picker |
| 21 | +- Fix option group collapse button not being visible unless hovered |
0 commit comments