This repository was archived by the owner on Jul 18, 2026. It is now read-only.
AVE 1.0.13
AVE 1.0.13 Release Notes
Status: Released.
Base: changes after 1f62582 (Mark AVE 1.0.12 released) through c895a7d (Add in-app release notes panel).
Highlights
- Added a dedicated Graphics design panel so graphic editing no longer has to live inside the inspector tab stack.
- Added a browsable graphics/layers tree with component selection, layer selection, rename support, duplicate/delete actions, and cleaner panel typography.
- Improved parent graphic dragging so selected components follow the cursor during movement instead of only updating after mouse release.
- Expanded Hug Contents so components can recalculate height as well as width when text or child layers change.
- Added a What's New button in the app status bar that opens fixed-size, internally scrolling user-facing release notes.
- Updated the release runbook so every public release refreshes the in-app What's New notes before packaging.
Verification Plan
npm run buildnpm --prefix render-worker run buildnode --check electron/main.cjsnode --check electron/preload.cjsnode --check scripts/assert-notarization-env.cjsnode --check scripts/audit-desktop-package.cjsnpm run ai:prompt-smokenpm run ai:prompt-regressionnpm run test:runnpm audit --jsonnpm --prefix render-worker audit --jsongit --no-pager diff --checkenv APPLE_KEYCHAIN_PROFILE=notarytool npm run desktop:distnpm run desktop:audit-package
Known Caveats
- The new Graphics panel is human-facing first. AI can still add and update basic graphics, but full AI control of the design layer is planned for a later release.
- If a user installed a very old AVE build that does not contain
Contents/Resources/app-update.yml, that build may not self-update. Installing this DMG manually restores the updater path for future releases.