Skip to content

Releases: OatmealDome/OatmealDome.NinLib.MessageStudio

1.3.1

17 Mar 17:30
Compare
Choose a tag to compare

Fixes compatibility with some Super Mario Run MSBTs that have color tags with a parameter larger than 2 bytes.

1.3.0

23 Nov 22:28
Compare
Choose a tag to compare

Adds support for the control tag end character.

Full Changelog: v1.2.1...v1.3.0

1.2.1

08 Sep 06:35
Compare
Choose a tag to compare

Adds support for the page break tag, and removes an unnecessary assert for font size range. Fixes compatibility with some Splatoon 3 MSBTs.

Full Changelog: v1.2.0...v1.2.1

1.2.0

26 Aug 03:28
Compare
Choose a tag to compare

Added a method which lets you get a string without tags.

Full Changelog: v1.1.0...v1.2.0

1.1.0

25 Aug 20:39
Compare
Choose a tag to compare

Implements partial support for tag parsing.

Full Changelog: v1.0.1...v1.1.0

1.0.1

13 Feb 03:02
Compare
Choose a tag to compare

This is a minor release which fixes issues related to reading Wii U MSBT files. In addition, the library is now licensed under the MIT License.

Changes:

  • Added support for UTF-16BE and UTF-32 text encoding.
  • Added checking for unsupported MSBT versions.
  • The library now throws its own exception type: MessageStudioException.
  • Fixed an issue where the byte order mark would be read incorrectly on big endian MSBTs.

1.0.0

08 Feb 08:35
Compare
Choose a tag to compare

Initial release. Msbt class ported from BlitzSniffer.