Skip to content

Commit 5748440

Browse files
singaraionaclaude
andcommitted
release: v0.1.8
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 77a41aa commit 5748440

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.1.8 — 2026-02-02
4+
5+
- Toast notifications: auto-dismiss popups replace scrolling alert panel
6+
- Zero-copy obj_p transfer for all cross-thread data (no more malloc'd strings)
7+
- Rule callbacks compiled once via lambda_call with cell value from at_idx
8+
- Remove dead fn_expr/fn_dirty fields and msg->text field
9+
- Widget rules/trigger system with color overlays and fn callbacks
10+
311
## v0.1.7 — 2026-02-02
412

513
- Increase logo watermark brightness

include/rfui/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#define RFUI_VERSION_MAJOR 0
66
#define RFUI_VERSION_MINOR 1
7-
#define RFUI_VERSION_PATCH 7
7+
#define RFUI_VERSION_PATCH 8
88

99
#define RFUI_STR_(x) #x
1010
#define RFUI_STR(x) RFUI_STR_(x)

0 commit comments

Comments
 (0)