Releases: Aeon234/AeonTools
Releases · Aeon234/AeonTools
1.0.4
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
Aeon: Tools
1.0.3 (2026-04-06)
1.0.2
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
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
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