We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a41aa commit 5748440Copy full SHA for 5748440
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## v0.1.7 — 2026-02-02
12
13
- Increase logo watermark brightness
include/rfui/version.h
@@ -4,7 +4,7 @@
#define RFUI_VERSION_MAJOR 0
#define RFUI_VERSION_MINOR 1
-#define RFUI_VERSION_PATCH 7
+#define RFUI_VERSION_PATCH 8
#define RFUI_STR_(x) #x
#define RFUI_STR(x) RFUI_STR_(x)
0 commit comments