What's Changed
- chore: release 0.1.1-14 & sync sdk 1.12.0 by @Xoshbin in #197
- feat: add user toggle to gate extension actions on main launcher by @Xoshbin in #198
- fix(shell): repair full shell spawn IPC path — permissions, signature, stream format, and async runtime by @Xoshbin in #199
- refactor: delete serviceMap + asyar:service:* branch by @Xoshbin in #200
- refactor: remove dead /extension-runner route by @Xoshbin in #202
- fix: route notifications through generic IPC dispatch instead of hard… by @Xoshbin in #203
- refactor: extract opener and network special-cases from IPC router i… by @Xoshbin in #204
- feat: type INJECTS_EXTENSION_ID and ALWAYS_INJECTS_CALLER_ID against … by @Xoshbin in #205
- refactor: decompose extensionManager into focused modules by @Xoshbin in #206
- refactor: replace direct Tauri invoke calls with IPC wrappers in Svel… by @Xoshbin in #207
- fix: replace silent .catch(() => {}) with debug logging in launcher s… by @Xoshbin in #208
- fix: replace remaining console.error calls with logService in launche… by @Xoshbin in #209
- docs: fix stale type signatures and error patterns in SDK reference docs by @Xoshbin in #210
- fix(launcher): inject SDK version at build time by @Xoshbin in #211
- chore(deps): bump mathjs from 15.1.1 to 15.2.0 by @dependabot[bot] in #212
- chore(deps-dev): bump vite from 6.4.1 to 6.4.2 by @dependabot[bot] in #213
- chore: sync pnpm-lock.yaml by @Xoshbin in #214
- Fix Compact Launcher: Eliminate unwanted interstitial frames by @AllDaGearNoIdea in #201
- fix(launcher): keep panel expanded when a context chip is active by @Xoshbin in #216
- feat(scheduler): lower extension schedule floor from 60s to 10s by @Xoshbin in #217
- feat: add IPowerService + PowerServiceProxy for OS sleep inhibitors by @Xoshbin in #218
- feat(system-events): cross-platform push service for OS sleep/wake/lid/battery by @Xoshbin in #222
- feat(system-events): implement Linux and Windows watchers by @Xoshbin in #223
- feat(applications): custom scan directories by @AllDaGearNoIdea in #221
- fix(applications): preserve Windows drive root in normalize_scan_path by @Xoshbin in #225
- Feat/app presence events by @Xoshbin in #226
- feat(tray): give each extension IStatusBarItem its own tray icon by @Xoshbin in #227
- feat(notifications): wire OS action clicks to extension commands by @Xoshbin in #228
- feat(shell): per-extension spawn registry with list/attach IPC by @Xoshbin in #229
- feat: persistent one-shot timer service (ITimerService) by @Xoshbin in #230
- Feat/iframe-lifecycle-core by @Xoshbin in #232
- Feat/command-arguments by @Xoshbin in #233
- Improvement: Escape Key Options and Behaviour by @AllDaGearNoIdea in #231
- feat: scan bundleId + add ScreenSaver power fallback on Linux by @Xoshbin in #234
- chore: release 0.1.1-15 & sync sdk 1.15.13 by @Xoshbin in #235
New Contributors
- @dependabot[bot] made their first contribution in #212
Full Changelog: v0.1.1-14...v0.1.1-16