Transition to C++23 (#11)

* enum field renaming

* renderer cleanups

* compiling for C++23

* version bump

* fix build
This commit is contained in:
m-aXimilian
2025-10-07 12:18:00 +02:00
committed by Maximilian Kueffner
parent 1ea83d9d11
commit fec5c08aaa
15 changed files with 60 additions and 55 deletions
+1
View File
@@ -2,6 +2,7 @@
| Version | Description |
|:-------:|:------------------------------------------------------------------------|
| 0.0.5 | Compile for C++23 and code style adaptions |
| 0.0.4 | Fix MSVC build, some cosmetics, explicit initial window size for images |
| 0.0.3 | Fetch subblocks based on the dimension selection sliders |
| 0.0.2 | Add Dimension selector sliders to CZI image view |