Skip to content

Commit d0ecf21

Browse files
committed
Update version for fix border color for property widgets
1 parent 9e0ae9f commit d0ecf21

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

clib.json

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

nuklear.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30698,6 +30698,7 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args)
3069830698
/// - [y]: Minor version with non-breaking API and library changes
3069930699
/// - [z]: Patch version with no direct changes to the API
3070030700
///
30701+
/// - 2024/12/11 (4.12.3) - Fix border color for property widgets
3070130702
/// - 2024/11/20 (4.12.2) - Fix int/float type conversion warnings in `nk_roundf`
3070230703
/// - 2024/03/07 (4.12.1) - Fix bitwise operations warnings in C++20
3070330704
/// - 2023/11/26 (4.12.0) - Added an alignment option to checkboxes and radio buttons.

src/CHANGELOG

Lines changed: 1 addition & 0 deletions
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+
/// - 2024/12/11 (4.12.3) - Fix border color for property widgets
1011
/// - 2024/11/20 (4.12.2) - Fix int/float type conversion warnings in `nk_roundf`
1112
/// - 2024/03/07 (4.12.1) - Fix bitwise operations warnings in C++20
1213
/// - 2023/11/26 (4.12.0) - Added an alignment option to checkboxes and radio buttons.

0 commit comments

Comments
 (0)