Skip to content

Releases: Nebula-Developer/Natsu

v0.4.0-beta

05 Feb 09:37

Choose a tag to compare

v0.4.0-beta Pre-release
Pre-release

Fixes and adds a few features, as the focus shifts on making development quick and efficient.

v0.3.5-beta

23 Jan 03:17

Choose a tag to compare

v0.3.5-beta Pre-release
Pre-release

Fixes several bugs within the TransformSequence system, and incorporates XML comments for core elements.

v0.3.4-beta

22 Jan 10:24

Choose a tag to compare

v0.3.4-beta Pre-release
Pre-release

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

19 Jan 09:38

Choose a tag to compare

v0.3.3-beta Pre-release
Pre-release

Enhances TransformSequence, adds Application.Scheduler, provides key class documentation, and updates SkiaSharp and other dependencies.

v0.3.2-beta

01 Jan 11:54

Choose a tag to compare

v0.3.2-beta Pre-release
Pre-release

Fixes a small input issue where InputElement.Press is called on the event of a touch move of id 0

v0.3.1-beta

01 Jan 10:11

Choose a tag to compare

v0.3.1-beta Pre-release
Pre-release

Hotfix for outdated namespace references in Natsu.Templates, implement fixed versioning for templates rather than *-* wildcard.

v0.3.0-beta

01 Jan 07:49

Choose a tag to compare

v0.3.0-beta Pre-release
Pre-release

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

22 Dec 13:06

Choose a tag to compare

0.2.4-beta Pre-release
Pre-release

A key commit was missing last release, quick release to add it back

0.2.3-beta

22 Dec 13:03

Choose a tag to compare

0.2.3-beta Pre-release
Pre-release

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

22 Dec 12:08

Choose a tag to compare

0.2.2-beta Pre-release
Pre-release

This is primarily a testing release to check whether the release workflow runs.