Skip to content

Commit

Permalink
v0.11 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
maniek2332 committed Mar 10, 2021
1 parent 1609e8e commit cfc07a8
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 4 deletions.
1 change: 0 additions & 1 deletion .pyhistory/1613768068274866-11a4588

This file was deleted.

1 change: 0 additions & 1 deletion .pyhistory/1613768077692265-bc61a3e

This file was deleted.

1 change: 0 additions & 1 deletion .pyhistory/1613768088262566-8c0a75d

This file was deleted.

1 change: 0 additions & 1 deletion .pyhistory/1613768125122441-4cdc15a

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Changelog
---------

0.11 (2021-03-10)
+++++++++++++++++

* Changed default time unit across the engine from milliseconds (`int`) to seconds (`float`) [API change].
* Timers redesign [API change].
* Added new property `Node.root_distance`
* Added new properties `Node.effective_z_index`, `Node.effective_views`
* Added new module `kaa.statistics`
* Added new utility `kaa.tools.stats_graph`
* Added `InputManager.cursor_visible` property.
* Added `BoundingBox.intersection` method.
* Added `Engine.get_fps` function.
* Added `Scene.time_scale` property.
* Added `Node.on_attach` and `Node.on_detach` customizable methods.
* Added `Node.__bool__`.
* Added extra checks for unsafe (e.g. deleted) nodes access.
* Added internal statistics manager with exporter over `UDP/IP`.
* Fixed bug with incorrect operations order when using `Transformation`s.
* Fixed font rendering with HLSL shader.
* Fixed log module reporting on Windows.
* Fixed rare hangups during engine shutdown.
* Added CHANGELOG.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ python setup.py install --build-type Debug
## Documentation

https://kaa.readthedocs.io/

## Changelog

See [CHANGELOG file](CHANGELOG.rst).

0 comments on commit cfc07a8

Please sign in to comment.