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