File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616val ciRun = System .getenv().containsKey(" GITHUB_ACTIONS" )
1717
1818group = " dev.isxander"
19- version = " 2.3.1 "
19+ version = " 2.4.0 "
2020
2121if (ciRun)
2222 version = " $version +${grgit.branch.current().name.replace(' /' , ' .' )} -SNAPSHOT"
Original file line number Diff line number Diff line change 1+ ## Features
2+
3+ - New builder API for ` GsonConfigInstance ` , deprecated the constructors.
4+
5+ ## Bug Fixes
6+
7+ - Fixed ` StringController ` s not focusing properly since 2.3.1 ([ #58 ] ( https://github.com/isXander/YetAnotherConfigLib/issues/58 ) ).
8+ - Fixed resetting a ` StringController ` sometimes crashing the game ([ #57 ] ( https://github.com/isXander/YetAnotherConfigLib/issues/57 ) ).
9+ - Fix ` ListOption.Builder ` not exposing ` listener() ` like in ` Option.Builder ` ([ #55 ] ( https://github.com/isXander/YetAnotherConfigLib/issues/55 ) ).
You can’t perform that action at this time.
0 commit comments