Version: 0.96.1.0

This commit is contained in:
metalgearsloth
2023-04-03 12:55:41 +10:00
parent eb65a45ed4
commit 07192c4294
2 changed files with 17 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -43,8 +43,7 @@ END TEMPLATE-->
### Bugfixes
* Fixed `ContainerSystem.EmptyContainer` sometimes failing to empty containers.
* Fixed container state handling sometimes failing to insert or remove entities.
*None yet*
### Other
@@ -55,6 +54,21 @@ END TEMPLATE-->
*None yet*
## 0.96.1.0
### New features
* Implemented deleting a full word at a time.
### Bugfixes
* Fixed `ContainerSystem.EmptyContainer` sometimes failing to empty containers.
* Fixed container state handling sometimes failing to insert or remove entities.
* Fix content test workflow.
* Text contents won't draw over the scrollbar for OutputPanel controls anymore.
* Invalidate OutputPanel entries upon it entering the UI tree. This fixes some bugs where text is added while it's outside of the tree without the UI scale cvar being set causing separate sizings in entries.
## 0.96.0.4
### Bugfixes