Skip to content

Commit 5cddf88

Browse files
committed
release: v0.1.6
1 parent 192b667 commit 5cddf88

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.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+
311
## v0.1.5 — 2026-02-02
412

513
- Professional dark theme with brand gold (#E9A033) accents

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 5
7+
#define RFUI_VERSION_PATCH 6
88

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

0 commit comments

Comments
 (0)