DOCS: updated changelog

Martin Gerhardy 2022-05-13 06:51:26 +02:00
parent 86ad634ad9
commit 07eb86f29e
2 changed files with 8 additions and 0 deletions

4
debian/changelog vendored
View File

@ -14,6 +14,9 @@ vengi (0.0.20.0-1) UNRELEASED; urgency=low
* Improved splitting of volumes (target volume size)
* Expose more region functions to the lua scripts
* Added more lua example scripts
* Improved color sampling for voxelization
* Started to support different palettes in one scene
* Fixed vxc support
* VoxEdit:
* Fixed start problems on some systems with multisampled framebuffers
@ -25,6 +28,7 @@ vengi (0.0.20.0-1) UNRELEASED; urgency=low
* Added extrude feature
* Allow to place a single voxel
* Fixed keyboard input errors that made the ui unusable
* Don't reload the last opened file with every start
* VoxConvert:
* Extended --dump to also show the key frames and the voxel count

View File

@ -25,6 +25,9 @@ General:
- Improved splitting of volumes (target volume size)
- Expose more region functions to the lua scripts
- Added more lua example scripts
- Improved color sampling for voxelization
- Started to support different palettes in one scene
- Fixed vxc support
VoxEdit:
@ -37,6 +40,7 @@ VoxEdit:
- Added extrude feature
- Allow to place a single voxel
- Fixed keyboard input errors that made the ui unusable
- Don't reload the last opened file with every start
VoxConvert: