DOCS: updated changelog

master
Martin Gerhardy 2020-07-12 18:25:31 +02:00
parent fcde74e261
commit 74eaebaca1
2 changed files with 15 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,5 +1,8 @@
vengi (0.0.5.0-1) UNRELEASED; urgency=low
* VoxEdit:
* Started to add scene mode edit support (move volumes)
* VoxConvert:
* Support different palette files (cvar `palette`)
* Support writing outside the registered application paths
@ -11,6 +14,11 @@ vengi (0.0.5.0-1) UNRELEASED; urgency=low
* Fixed invisible voxels for qb and qbt (Qubicle) volume format
* Support automatic loading different volume formats for assets
* Support Command&Conquer vxl files
* Support Ace of Spades map files (vxl)
* Perform mesh extraction in dedicated threads for simple volume rendering
* Improved gizmo rendering and translation support
* Fixed memory leaks on shutdown
* Improved profiling support via tracy
-- Martin Gerhardy <martin.gerhardy@gmail.com> Sun, 7 Jun 2020 10:32:10 +0200

View File

@ -4,6 +4,10 @@ A more detailed changelog can be found on [github](https://github.com/mgerhardy/
## 0.0.5 (2020-XX-XX)
VoxEdit:
- Started to add scene mode edit support (move volumes)
VoxConvert:
- Support different palette files (cvar `palette`)
@ -19,6 +23,9 @@ General:
- Support Command&Conquer vxl files
- Support Ace of Spades map files (vxl)
- Perform mesh extraction in dedicated threads for simple volume rendering
- Improved gizmo rendering and translation support
- Fixed memory leaks on shutdown
- Improved profiling support via tracy
## 0.0.4 (2020-06-07)