Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Releases: StevenSYS/AuriText

v1.3

26 May 01:08
2f16153

Choose a tag to compare

This is the last release of AuriText as I'm no longer working on it

Changelog

  • Added transparency
  • Added new font called, ComIO
  • Added an example program to show how to use AuriText and that AuriText is working
  • Added GitHub workflows
  • Added pre-compiled versions of AuriText and AuriText-SDL2 for Windows and Linux (Shared and Static)
  • Added center text alignment
  • auriText_loadFont now uses a SDL_Texture struct as a font sheet instead of loading one in using IMG_LoadTexture internally
    Also, SDL3_image is no longer required as it no longer uses IMG_LoadTexture

Full Changelog: v1.2.3.1...v1.3

v1.2.3.1

22 Feb 19:22
4cdf968

Choose a tag to compare

Changelog

  • Right text align now works correctly when scaling text.

Full Changelog: v1.2.3...v1.2.3.1

v1.2.3

22 Feb 19:15
c4eff2a

Choose a tag to compare

Changelog

  • Spaces now scale correctly when using scaling.

Full Changelog: v1.2.2...v1.2.3

v1.2.2

06 Feb 14:46
9486086

Choose a tag to compare

Changelog

Full Changelog: v1.2.1...v1.2.2

v1.2.1

06 Feb 10:22
50c846b

Choose a tag to compare

Changelog

  • Unneeded data have been stripped from fonts
  • libAuriText now works in C++

Full Changelog: v1.2...v1.2.1

v1.2

27 Jan 11:34
c593fba

Choose a tag to compare

Changelog

  • Added Fonts/makeZip.sh
  • Added font, "Suoirua"
  • Added X and Y scaling to text
  • Added macros to disable error messages (stderr and/or SDL3 error messages)
  • Added enum returns for errors
  • Updated Fonts/makeFontSheet.sh

Full Changelog: v1.1...v1.2

v1.1

16 Jan 21:57
62cfd71

Choose a tag to compare

Changelog

  • Added auriText_version
  • Removed auriText_getInfo

Full Changelog: v1.0...v1.1

v1.0

16 Jan 09:26
23481d6

Choose a tag to compare

The first release of libAuriText