Skip to content

Commit e038565

Browse files
committed
release: v0.1.5
1 parent 95f463a commit e038565

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.5 — 2026-02-02
4+
5+
- Professional dark theme with brand gold (#E9A033) accents
6+
- Zed-style flat UI: zero rounding, thin borders
7+
- Bump fonts to 36/80px
8+
- Remove window control button borders
9+
- Fix bolt color to match logo
10+
311
## v0.1.3 — 2026-01-31
412

513
- Only link dbghelp in debug builds on Windows

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

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

0 commit comments

Comments
 (0)