Skip to content

Releases: Aeon234/AeonTools

1.0.4

21 Apr 19:36

Choose a tag to compare

Aeon: Tools

1.0.4 (2026-04-21)

Full Changelog Previous Releases

  • chore: TOC bump
  • fix: When using large font size the text will no longer overlap.

1.0.3

08 Apr 18:03
8ed0a35

Choose a tag to compare

Aeon: Tools

1.0.3 (2026-04-06)

Full Changelog Previous Releases

  • Merge pull request #4 from Aeon234/main
    fix: When using large font size the text will no longer overlap.
  • fix: When using large font size the text will no longer overlap.
  • Merge pull request #3 from Aeon234/main
    Fix text size and instance difficulty display issues

1.0.2

18 Mar 18:11
9872a74

Choose a tag to compare

Aeon: Tools

1.0.2 (2026-03-18)

Full Changelog Previous Releases

  • Merge pull request #1 from Aeon234/fix-instance-difficulty
    Fix instance difficulty
  • fix: difficulty will show on player reload while inside of an instance
  • fix: text size changes breaking in instances
  • feat: Added outline options to modules that use fonts.
  • chore: cleaned up Outline options
  • feat: Slider now disables and updates itself when necessary
  • fix: spelling of Normal
  • feat: Added support for Font Flags Dropdown

1.0.1

11 Mar 17:27
a5cced7

Choose a tag to compare

Aeon: Tools

1.0.1 (2026-03-11)

Full Changelog Previous Releases

  • Uncomment CF_API_KEY in release workflow
  • fix: Prey Bar should update consistently now.

1.0.0

10 Mar 03:17

Choose a tag to compare

Aeon: Tools

1.0.0 (2026-03-10)

Full Changelog Previous Releases

  • Update release.yml
  • Ignore .claude and remove preview BLPs
    Add /.claude to .gitignore to avoid committing local Claude artifacts. Remove three unused/obsolete preview binary assets from Assets/Modules (zPreview_CantRelease.blp, zPreview_EscapeMenuScale.blp, zPreview_RaidMarkersBar.blp) to clean up repository and reduce tracked binary clutter.
  • Remove unused Settings assets
    Delete three image assets from Assets/Settings: ButtonBorder.png, PreviewMask 3.tga, and test123.tga. These appear to be obsolete or temporary files and are removed to clean up project assets.
  • Add GitHub Actions workflow for packaging and release
  • Merge branch 'main' of https://github.com/Aeon234/AeonTools
  • Ignore /development instead of /.development
    Correct the .gitignore entry from '/.development' to '/development' so the repository ignores the development directory at the repo root (previously it targeted a dot-prefixed name). Other ignore rules (.vscode, .git, *.zip) remain unchanged.
  • Delete development directory
  • Initialize Project
  • Initial commit