Skip to content

Releases: AristurtleDev/monogame-aseprite

v6.3.0

14 Jun 17:47
b79dde8

Choose a tag to compare

What's Changed

Full Changelog: v6.2.0...v6.3.0

v6.2.0 Release

23 Apr 15:44
7515bd8

Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.2.0

Version 6.1.0 Release

27 Sep 05:04
8002cc9

Choose a tag to compare

What's Changed

Full Changelog: v6.0.7...v6.1.0

Version 6.0.7 Release

19 Aug 19:24

Choose a tag to compare

Updates to MonoGame 3.8.2.1105 and net8.0

Full Changelog: v6.0.6...v6.0.7

Version 6.0.6

16 Jul 02:47
c6dd54e

Choose a tag to compare

Bumps internal version of AsepriteDotNet to 1.8.3

Full Changelog: v6.0.5...v6.0.6

Version 6.0.5 Release

31 May 17:28
51cd582

Choose a tag to compare

Updates internal version of AsepriteDotNet used to 1.8.1

Full Changelog: v6.0.4...v6.0.5

Version 6.0.4 Release

02 May 00:57
a80a694

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.2...v6.0.4

Version 6.0.3

02 Apr 20:44

Choose a tag to compare

Description

This updates the version of AsepriteDotNet to 1.7.4 to resolve a critical bug where the Tag Repeat count was not being set properly after the data was read.

Version 6.0.2

02 Apr 19:05

Choose a tag to compare

Description

This updates the dependency version of AsepriteDotNet to 1.7.3 to resolve a critical bug when processing slice key data.

Version 6.0.1

02 Apr 17:20

Choose a tag to compare

This release updates the dependency version of AsepriteDotNet used to AsepriteDotNet 1.7.2. This resolves a critical bug due to how Aseprite stores pixel data for a cel outside the bounds of a frame. If you select part of your image and move the pixels outside of the frame, the pixel data for the cel is still there even though its no longer visible or within the frame bounds. The method originally used to detect this was not sufficient enough, and has been adjusted to explicitly only process pixel data of a cel that is within the bounds of a frame, regardless of the cel size.