Skip to content

Commit 1edf0c6

Browse files
committed
Preparing release
1 parent f2d5a8b commit 1edf0c6

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
The 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.

extra/actions/Evaluation/ui.qml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)