Releases: Nebula-Developer/Natsu
v0.4.0-beta
Fixes and adds a few features, as the focus shifts on making development quick and efficient.
v0.3.5-beta
Fixes several bugs within the TransformSequence system, and incorporates XML comments for core elements.
v0.3.4-beta
Fixes Natsu.Templates having a missing import, adds a logging system, and deprecates RenderTime, making Time being the only frame-updating clock. This is subject to change shortly.
v0.3.3-beta
Enhances TransformSequence, adds Application.Scheduler, provides key class documentation, and updates SkiaSharp and other dependencies.
v0.3.2-beta
Fixes a small input issue where InputElement.Press is called on the event of a touch move of id 0
v0.3.1-beta
Hotfix for outdated namespace references in Natsu.Templates, implement fixed versioning for templates rather than *-* wildcard.
v0.3.0-beta
Updates the structure of namespaces, introducing the Natsu.Core namespace for key classes like Application and Element.
Also changes how classes like PaintableElement are constructed / implemented, along with other various changes to the likes of formatting.
0.2.4-beta
A key commit was missing last release, quick release to add it back
0.2.3-beta
Fixes some invalidation / layout issues primarily for TextElement, improves mouse input handling (now the mouse position is handled every update call), and some other general fixes.
0.2.2-beta
This is primarily a testing release to check whether the release workflow runs.