Skip to content

Commit 58da9ff

Browse files
committed
build: bump version and update changelog
1 parent 11d9e22 commit 58da9ff

2 files changed

Lines changed: 6 additions & 30 deletions

File tree

changelog.md

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# YetAnotherConfigLib 3.7.0
1+
# YetAnotherConfigLib 3.7.1
22

3-
### 3.7.0 targets
3+
### 3.7.1 targets
44

55
| | Fabric | NeoForge | Forge |
66
|--------|----------|----------|-------|
@@ -14,32 +14,8 @@
1414
| 1.20.4 ||||
1515
| 1.20.1 ||||
1616

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-
3117
## Bug fixes
3218

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
modVersion=3.7.0
1+
modVersion=3.7.1
22
modId=yet_another_config_lib_v3
33
modName=YetAnotherConfigLib
44
modDescription=YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.

0 commit comments

Comments
 (0)