Skip to content

Commit 4f6bff5

Browse files
Version 0.4.0
1 parent f64e572 commit 4f6bff5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
## Version 0.4.0 (2023-05-10)
3+
4+
- New real-time text renderer based on signed distance fields, which greatly improves performance of re-rendering text, even at different scales
5+
- Added Design Editor module - an internal GUI-based tool
6+
- Fixed layer identification by position for inverted layers
7+
- Fixed an OpenGL synchronization bug that manifested on some systems
8+
- Updated Text Renderer submodule to `fba1cdd`
9+
210
## Version 0.3.1 (2023-04-12)
311

412
- Added new functions to ODE API:

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/master/docs/vcpkg.schema.json",
33
"name": "open-design-engine",
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"builtin-baseline": "4116148a7f5c09d39da34ffb75f33283796d687b",
66
"default-features": [
77
"glfw",

0 commit comments

Comments
 (0)