We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192b667 commit 5cddf88Copy full SHA for 5cddf88
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.1.6 — 2026-02-02
4
+
5
+- Switch to Fira Code Bold font (full box-drawing character support)
6
+- Fix multi-line error rendering in REPL (ANSI newline handling)
7
+- Export rayforce symbols for plugin loading (-rdynamic)
8
+- Auto-clone rayforce dependency on make
9
+- Guard clean target against missing deps
10
11
## v0.1.5 — 2026-02-02
12
13
- Professional dark theme with brand gold (#E9A033) accents
include/rfui/version.h
@@ -4,7 +4,7 @@
#define RFUI_VERSION_MAJOR 0
#define RFUI_VERSION_MINOR 1
-#define RFUI_VERSION_PATCH 5
+#define RFUI_VERSION_PATCH 6
#define RFUI_STR_(x) #x
#define RFUI_STR(x) RFUI_STR_(x)
0 commit comments