File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6- ## [ Version 4.2.0] - 2026-07-30
6+ ## [ Version 4.2.0] - 2026-08-02
77
88### Added
99
1010- Added KTX2 support.
1111- Using DirectXTex for loading/saving DDS.
12+ - Added Vulkan API version selection to session properties.
1213- Added preview in editor button to file browser.
1314- Added color range selection slider to texture editor info panel.
15+ - Validating SPIR-V before creating module.
16+
17+ ### Changed
18+
19+ - No longer reordering properties in JSON serialization.
1420
1521### Fixed
1622
1723- Fixed texture upload stride.
24+ - Fixed races when switching adapter.
1825- Fixed crash when buffer binding has no buffer set.
1926- Improved dragging files from file browser to session.
2027- Fixed flickering when zooming in texture editor.
Original file line number Diff line number Diff line change @@ -64,16 +64,6 @@ ThemedScrollView {
6464 Label {
6565 text: " Time Delta: " + Math .round (app .timeDelta * 10000 ) / 10000
6666 }
67-
68- Label {
69- text: " UI Refresh Rate: " + frameAnimation .fps .toFixed (0 )
70- }
71-
72- FrameAnimation {
73- id: frameAnimation
74- property real fps: smoothFrameTime > 0 ? (1.0 / smoothFrameTime) : 0
75- running: true
76- }
7767
7868 Button {
7969 text: " Steady"
You can’t perform that action at this time.
0 commit comments