Skip to content

Commit d93f4e0

Browse files
committed
Updater to v4.12.7
1 parent ba56482 commit d93f4e0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

clib.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuklear",
3-
"version": "4.12.6",
3+
"version": "4.12.7",
44
"repo": "Immediate-Mode-UI/Nuklear",
55
"description": "A small ANSI C gui toolkit",
66
"keywords": ["gl", "ui", "toolkit"],

nuklear.h

+1
Original file line numberDiff line numberDiff line change
@@ -30717,6 +30717,7 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args)
3071730717
/// - [y]: Minor version with non-breaking API and library changes
3071830718
/// - [z]: Patch version with no direct changes to the API
3071930719
///
30720+
/// - 2025/04/06 (4.12.7) - Fix text input navigation and mouse scrolling
3072030721
/// - 2025/03/29 (4.12.6) - Fix unitialized data in nk_input_char
3072130722
/// - 2025/03/05 (4.12.5) - Fix scrolling knob also scrolling parent window, remove dead code
3072230723
/// - 2024/12/11 (4.12.4) - Fix array subscript [0, 0] is outside array bounds of ‘char[1]’

src/CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/// - [y]: Minor version with non-breaking API and library changes
88
/// - [z]: Patch version with no direct changes to the API
99
///
10+
/// - 2025/04/06 (4.12.7) - Fix text input navigation and mouse scrolling
1011
/// - 2025/03/29 (4.12.6) - Fix unitialized data in nk_input_char
1112
/// - 2025/03/05 (4.12.5) - Fix scrolling knob also scrolling parent window, remove dead code
1213
/// - 2024/12/11 (4.12.4) - Fix array subscript [0, 0] is outside array bounds of ‘char[1]’

0 commit comments

Comments
 (0)