Skip to content
This repository was archived by the owner on Jul 18, 2026. It is now read-only.

AVE 1.0.12

Choose a tag to compare

@lemberalla lemberalla released this 06 Jul 17:18

AVE 1.0.12 Release Notes

Status: Released on July 7, 2026 Bangkok time.

Base: changes after afbd924 (Mark AVE 1.0.11 released) through 8b30953 (Polish graphics templates and font rendering).

Highlights

  • Added exportable transition rendering for AVE transition styles, including slide, wipe, blur dissolve, zoom blur, luma wipe, flash, fade, dissolve, and glitch-style cuts.
  • Unified transition names and preset access across the toolbar menu, transition panel, and AI-facing transition tools.
  • Improved the export modal so normal content stays compact while long render errors wrap and scroll inside the error area.
  • Migrated layered text, shape, and image graphics preview through the shared graphics geometry path so preview behavior is closer to export behavior.
  • Bundled render-worker fonts for exported graphics and captions so export no longer depends on system-installed fonts for AVE's offered font set.
  • Updated graphics templates with brand-aware fonts, safer geometry, fit-box text behavior, and stronger default title/lower-third/caption styling.
  • Fixed generated caption geometry so caption positions resolve through the same safe-area-aware template geometry used by graphics preview/export.
  • Added inspector support for Brand heading and Brand body font selections so brand-token templates no longer show a blank font dropdown.

Verification Plan

  • npm run build
  • npm --prefix render-worker run build
  • node --check electron/main.cjs
  • node --check electron/preload.cjs
  • node --check scripts/assert-notarization-env.cjs
  • node --check scripts/audit-desktop-package.cjs
  • npm run ai:prompt-smoke
  • npm run ai:prompt-regression
  • npm run test:run
  • npm audit --json
  • npm --prefix render-worker audit --json
  • git --no-pager diff --check
  • env APPLE_KEYCHAIN_PROFILE=notarytool npm run desktop:dist
  • npm run desktop:audit-package

Known Caveats

  • 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.