Skip to content

Commit

Permalink
Update version to v0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Atraxus committed Apr 23, 2024
1 parent ae81763 commit 403466e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

- Improve robustness of rayx-ui optical element rendering
- Fixing asset distribution for rayx-ui
- Fixing script distribution for rayx
- UI restyling
- Added dockspace for more flexibility
- UI Scale slider
- Improvements for tracing with RAYX-UI
- Loading witout h5
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)

# ---- Project ----
project(RAYX VERSION 0.19.4)
project(RAYX VERSION 0.19.5)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# -----------------
Expand Down

0 comments on commit 403466e

Please sign in to comment.