We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f463a commit e038565Copy full SHA for e038565
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## v0.1.3 — 2026-01-31
12
13
- Only link dbghelp in debug builds on Windows
include/rfui/version.h
@@ -4,7 +4,7 @@
#define RFUI_VERSION_MAJOR 0
#define RFUI_VERSION_MINOR 1
-#define RFUI_VERSION_PATCH 4
+#define RFUI_VERSION_PATCH 5
#define RFUI_STR_(x) #x
#define RFUI_STR(x) RFUI_STR_(x)
0 commit comments