Skip to content

Commit

Permalink
upstream UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 23, 2025
1 parent 59dfa30 commit 3dd5c92
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Build'

env:
VERSION: 4.2.2
VERSION: 4.2.3
BUILD_TYPE: Release
ARCH: x64
VCPKG_CONFIG: Release
Expand Down
2 changes: 1 addition & 1 deletion common
7 changes: 7 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.2.3

This release does not change or improve any core functionality and only touches the configuration utility in the following ways:
- Configuration utility now uses built-in system font "Segoe UI".
- Lua script editor uses monospaced font "Consolas".
- Fonts are rendered with "FreeType" rendered which is more accurate and looks better.

## 4.2.2

### Improvements
Expand Down
3 changes: 2 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"features": [
"win32-binding",
"dx11-binding",
"docking-experimental"
"docking-experimental",
"freetype"
],
"platform": "windows"
},
Expand Down

0 comments on commit 3dd5c92

Please sign in to comment.