-
Fix invisible window on Windows 10 / Intel GPU: added timeout + fallback to
waitUntilReadyToShow, Window.initialize(), and Window.setEffect() so the app
always shows even when Impeller stalls or Mica is unavailable -
Windows update badge: GitHub Releases check now runs on all platforms
(previously skipped on Windows standalone — badge never appeared) -
Windows startup: MSIX build now uses the native Windows StartupTask API
instead of the registry, no admin rights required; standalone installer
unchanged -
Diagnostic logs added throughout the window init pipeline (platform, version,
acrylic init status, each init step) to simplify future bug reports -
Linux package smoke test: skip libdartjni.so (Android JNI bridge pulled
transitively — not loaded on Linux, was causing false failures) -
Markdown linting: scope changed to project-owned files only, ignoring
build artifacts and third-party plugin changelogs -
README: added download badges for Windows, macOS and Linux; SEO and
formatting improvements; new 'Other Tools' section linking to LinkUnbound -
PRIVACY.md / SECURITY.md: fixed table formatting
-
CODE_OF_CONDUCT.md: fixed heading punctuation
What's Changed
- feat: Implement MSIX startup task for Windows and update installer co… by @rgdevment in #38
- refactor: Enhance window initialization and logging in AppWindow class by @rgdevment in #39
Full Changelog: v2.2.3...v2.2.4