Releases: Xoshbin/asyar
Releases · Xoshbin/asyar
Release list
v0.1.1-36
What's Changed
- fix(release): scope auto-generated release notes to same tag lineage by @Xoshbin in #470
- Release/v0.1.1 35 by @Xoshbin in #471
- chore: update benchmark results for Asyar 0.1.1-35 by @Xoshbin in #472
- fix(cli): accept worker-only build output and fix Windows browser opening in publish by @dose-dot-dev in #475
- fix(launcher): resolve new Clippy lints from Rust 1.97 by @dose-dot-dev in #476
- chore(ci): pin Rust toolchain to 1.97.0 by @Xoshbin in #477
- fix(cli): narrow GitHub device-flow scope to public_repo by @dose-dot-dev in #478
- feat(cli): honor GITHUB_TOKEN to bypass the device flow by @dose-dot-dev in #479
- fix(cli): add --dev flag to link and dev commands to target org.asyar.dev by @Xoshbin in #480
- feat: add screen color eyedropper and data-URI tray icons by @Xoshbin in #481
Full Changelog: v0.1.1-35...v0.1.1-36
sdk-v4.2.0
What's Changed
- chore(sdk): release 4.1.0 by @Xoshbin in #469
- fix(release): scope auto-generated release notes to same tag lineage by @Xoshbin in #470
- Release/v0.1.1 35 by @Xoshbin in #471
- chore: update benchmark results for Asyar 0.1.1-35 by @Xoshbin in #472
- fix(cli): accept worker-only build output and fix Windows browser opening in publish by @dose-dot-dev in #475
- fix(launcher): resolve new Clippy lints from Rust 1.97 by @dose-dot-dev in #476
- chore(ci): pin Rust toolchain to 1.97.0 by @Xoshbin in #477
- fix(cli): narrow GitHub device-flow scope to public_repo by @dose-dot-dev in #478
- feat(cli): honor GITHUB_TOKEN to bypass the device flow by @dose-dot-dev in #479
- fix(cli): add --dev flag to link and dev commands to target org.asyar.dev by @Xoshbin in #480
- feat: add screen color eyedropper and data-URI tray icons by @Xoshbin in #481
Full Changelog: sdk-v4.1.0...sdk-v4.2.0
v0.1.1-35
What's Changed
- chore: release 0.1.1-34 by @Xoshbin in #447
- Set CREATE_NO_WINDOW on extension shell spawns (Windows) by @dose-dot-dev in #450
- perf(macos): unthrottled WebKit, parked launcher panel, paint-resize-syncro by @AllDaGearNoIdea in #451
- Chore/formatting setup by @Xoshbin in #452
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #415
- chore(deps): bump rollup from 0.63.5 to 4.62.2 in the npm_and_yarn group across 0 directory by @dependabot[bot] in #453
- Feat/raycast-performance-benchmarks by @Xoshbin in #454
- feat(launcher): require user consent for extension permissions at install/enable by @dose-dot-dev in #455
- feat(files): permission-gated files:read scoped to declared globs by @dose-dot-dev in #456
- feat(opener): declared-scheme allowlist for shell:open-url by @dose-dot-dev in #457
- fix(launcher): unify dialog keyboard/focus handling onto a native Modal component by @Xoshbin in #458
- feat(files): scoped files:glob enumeration and files:thumbnail so dynamic commands can show real artwork by @dose-dot-dev in #460
- fix(snippets): disable autocapitalize/autocorrect on create/edit form… by @Xoshbin in #462
- fix: derive extensionId from DOM attribute, not postMessage payload by @Xoshbin in #463
- refactor: extract BROWSER_TABS_WRITE_PERMISSION const in browser.rs by @Xoshbin in #465
- fix(sync): gate cloud sync on auth state and a user-facing toggle by @dose-dot-dev in #464
- feat(launcher): add an isolated dev flavor via a separate Tauri identifier by @Xoshbin in #467
- chore(sdk): release 4.1.0 by @Xoshbin in #469
New Contributors
- @dose-dot-dev made their first contribution in #450
Full Changelog: v0.1.1-34...v0.1.1-35
sdk-v4.1.0
What's Changed
- chore: release 0.1.1-31 by @Xoshbin in #421
- Feat/kill process by @Xoshbin in #422
- Refactor/unify search ranking in rust by @Xoshbin in #423
- refactor(clipboard): move RTF/HTML markup stripping into Rust by @Xoshbin in #424
- refactor(search): consume Rust-computed tier instead of re-deriving i… by @Xoshbin in #425
- refactor(search): move disabled-app filter and alias pin-to-top into … by @Xoshbin in #426
- refactor(store): move platform-compatibility filter to Rust by @Xoshbin in #427
- refactor(search): remove dead score-sort in extension search aggregator by @Xoshbin in #428
- refactor(runs): move kept-run bucket dedup into Rust, drop dead code by @Xoshbin in #429
- refactor(extensions): move builtin-first/name sort into Rust discover… by @Xoshbin in #430
- refactor(ipc): route all Tauri invoke() calls through invokeSafe by @Xoshbin in #431
- chore: release 0.1.1-32 by @Xoshbin in #432
- Fix/portal delete orphaned shortcut by @Xoshbin in #436
- fix(macos): disable press-and-hold accent popup for the app process by @Xoshbin in #437
- fix(shortcuts): wire up arrow-key navigation in shortcuts view by @Xoshbin in #438
- Don't auto-execute portal aliases with an empty query by @Xoshbin in #439
- Feature/raycast importer by @Xoshbin in #440
- Fix/alias modal focus steal by @Xoshbin in #441
- Disable WebKit DMA-BUF renderer on Linux to fix startup crash by @Xoshbin in #442
- chore: release 0.1.1-33 by @Xoshbin in #443
- Feat/file search by @Xoshbin in #444
- Fix file search watcher pinning CPU and holding gigabytes of memory by @Xoshbin in #445
- chore(sdk): release 4.0.0 by @Xoshbin in #446
- chore: release 0.1.1-34 by @Xoshbin in #447
- Set CREATE_NO_WINDOW on extension shell spawns (Windows) by @dose-dot-dev in #450
- perf(macos): unthrottled WebKit, parked launcher panel, paint-resize-syncro by @AllDaGearNoIdea in #451
- Chore/formatting setup by @Xoshbin in #452
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #415
- chore(deps): bump rollup from 0.63.5 to 4.62.2 in the npm_and_yarn group across 0 directory by @dependabot[bot] in #453
- Feat/raycast-performance-benchmarks by @Xoshbin in #454
- feat(launcher): require user consent for extension permissions at install/enable by @dose-dot-dev in #455
- feat(files): permission-gated files:read scoped to declared globs by @dose-dot-dev in #456
- feat(opener): declared-scheme allowlist for shell:open-url by @dose-dot-dev in #457
- fix(launcher): unify dialog keyboard/focus handling onto a native Modal component by @Xoshbin in #458
- feat(files): scoped files:glob enumeration and files:thumbnail so dynamic commands can show real artwork by @dose-dot-dev in #460
- fix(snippets): disable autocapitalize/autocorrect on create/edit form… by @Xoshbin in #462
- fix: derive extensionId from DOM attribute, not postMessage payload by @Xoshbin in #463
- refactor: extract BROWSER_TABS_WRITE_PERMISSION const in browser.rs by @Xoshbin in #465
- fix(sync): gate cloud sync on auth state and a user-facing toggle by @dose-dot-dev in #464
- feat(launcher): add an isolated dev flavor via a separate Tauri identifier by @Xoshbin in #467
New Contributors
- @dose-dot-dev made their first contribution in #450
Full Changelog: v0.1.1-31...sdk-v4.1.0
v0.1.1-34
What's Changed
- chore: release 0.1.1-31 by @Xoshbin in #421
- Feat/kill process by @Xoshbin in #422
- Refactor/unify search ranking in rust by @Xoshbin in #423
- refactor(clipboard): move RTF/HTML markup stripping into Rust by @Xoshbin in #424
- refactor(search): consume Rust-computed tier instead of re-deriving i… by @Xoshbin in #425
- refactor(search): move disabled-app filter and alias pin-to-top into … by @Xoshbin in #426
- refactor(store): move platform-compatibility filter to Rust by @Xoshbin in #427
- refactor(search): remove dead score-sort in extension search aggregator by @Xoshbin in #428
- refactor(runs): move kept-run bucket dedup into Rust, drop dead code by @Xoshbin in #429
- refactor(extensions): move builtin-first/name sort into Rust discover… by @Xoshbin in #430
- refactor(ipc): route all Tauri invoke() calls through invokeSafe by @Xoshbin in #431
- chore: release 0.1.1-32 by @Xoshbin in #432
- Fix/portal delete orphaned shortcut by @Xoshbin in #436
- fix(macos): disable press-and-hold accent popup for the app process by @Xoshbin in #437
- fix(shortcuts): wire up arrow-key navigation in shortcuts view by @Xoshbin in #438
- Don't auto-execute portal aliases with an empty query by @Xoshbin in #439
- Feature/raycast importer by @Xoshbin in #440
- Fix/alias modal focus steal by @Xoshbin in #441
- Disable WebKit DMA-BUF renderer on Linux to fix startup crash by @Xoshbin in #442
- chore: release 0.1.1-33 by @Xoshbin in #443
- Feat/file search by @Xoshbin in #444
- Fix file search watcher pinning CPU and holding gigabytes of memory by @Xoshbin in #445
- chore(sdk): release 4.0.0 by @Xoshbin in #446
Full Changelog: v0.1.1-31...v0.1.1-34
sdk-v4.0.0
What's Changed
- chore: release 0.1.1-31 by @Xoshbin in #421
- Feat/kill process by @Xoshbin in #422
- Refactor/unify search ranking in rust by @Xoshbin in #423
- refactor(clipboard): move RTF/HTML markup stripping into Rust by @Xoshbin in #424
- refactor(search): consume Rust-computed tier instead of re-deriving i… by @Xoshbin in #425
- refactor(search): move disabled-app filter and alias pin-to-top into … by @Xoshbin in #426
- refactor(store): move platform-compatibility filter to Rust by @Xoshbin in #427
- refactor(search): remove dead score-sort in extension search aggregator by @Xoshbin in #428
- refactor(runs): move kept-run bucket dedup into Rust, drop dead code by @Xoshbin in #429
- refactor(extensions): move builtin-first/name sort into Rust discover… by @Xoshbin in #430
- refactor(ipc): route all Tauri invoke() calls through invokeSafe by @Xoshbin in #431
- chore: release 0.1.1-32 by @Xoshbin in #432
- Fix/portal delete orphaned shortcut by @Xoshbin in #436
- fix(macos): disable press-and-hold accent popup for the app process by @Xoshbin in #437
- fix(shortcuts): wire up arrow-key navigation in shortcuts view by @Xoshbin in #438
- Don't auto-execute portal aliases with an empty query by @Xoshbin in #439
- Feature/raycast importer by @Xoshbin in #440
- Fix/alias modal focus steal by @Xoshbin in #441
- Disable WebKit DMA-BUF renderer on Linux to fix startup crash by @Xoshbin in #442
- chore: release 0.1.1-33 by @Xoshbin in #443
- Feat/file search by @Xoshbin in #444
- Fix file search watcher pinning CPU and holding gigabytes of memory by @Xoshbin in #445
Full Changelog: v0.1.1-31...sdk-v4.0.0
v0.1.1-33
What's Changed
- chore: release 0.1.1-31 by @Xoshbin in #421
- Feat/kill process by @Xoshbin in #422
- Refactor/unify search ranking in rust by @Xoshbin in #423
- refactor(clipboard): move RTF/HTML markup stripping into Rust by @Xoshbin in #424
- refactor(search): consume Rust-computed tier instead of re-deriving i… by @Xoshbin in #425
- refactor(search): move disabled-app filter and alias pin-to-top into … by @Xoshbin in #426
- refactor(store): move platform-compatibility filter to Rust by @Xoshbin in #427
- refactor(search): remove dead score-sort in extension search aggregator by @Xoshbin in #428
- refactor(runs): move kept-run bucket dedup into Rust, drop dead code by @Xoshbin in #429
- refactor(extensions): move builtin-first/name sort into Rust discover… by @Xoshbin in #430
- refactor(ipc): route all Tauri invoke() calls through invokeSafe by @Xoshbin in #431
- chore: release 0.1.1-32 by @Xoshbin in #432
- Fix/portal delete orphaned shortcut by @Xoshbin in #436
- fix(macos): disable press-and-hold accent popup for the app process by @Xoshbin in #437
- fix(shortcuts): wire up arrow-key navigation in shortcuts view by @Xoshbin in #438
- Don't auto-execute portal aliases with an empty query by @Xoshbin in #439
- Feature/raycast importer by @Xoshbin in #440
- Fix/alias modal focus steal by @Xoshbin in #441
- Disable WebKit DMA-BUF renderer on Linux to fix startup crash by @Xoshbin in #442
Full Changelog: v0.1.1-31...v0.1.1-33
v0.1.1-32
What's Changed
- chore: release 0.1.1-31 by @Xoshbin in #421
- Feat/kill process by @Xoshbin in #422
- Refactor/unify search ranking in rust by @Xoshbin in #423
- refactor(clipboard): move RTF/HTML markup stripping into Rust by @Xoshbin in #424
- refactor(search): consume Rust-computed tier instead of re-deriving i… by @Xoshbin in #425
- refactor(search): move disabled-app filter and alias pin-to-top into … by @Xoshbin in #426
- refactor(store): move platform-compatibility filter to Rust by @Xoshbin in #427
- refactor(search): remove dead score-sort in extension search aggregator by @Xoshbin in #428
- refactor(runs): move kept-run bucket dedup into Rust, drop dead code by @Xoshbin in #429
- refactor(extensions): move builtin-first/name sort into Rust discover… by @Xoshbin in #430
- refactor(ipc): route all Tauri invoke() calls through invokeSafe by @Xoshbin in #431
Full Changelog: v0.1.1-31...v0.1.1-32
v0.1.1-31
What's Changed
- chore: release 0.1.1-30 by @Xoshbin in #414
- feat: link users to the Chrome companion from the browser extension by @Xoshbin in #416
- fix: index all launchable Store apps and stop console flash on Windows by @Xoshbin in #417
- fix: fetch provider models via Tauri HTTP plugin to fix model listing… by @Xoshbin in #419
- fix: deserialize PascalCase keys from UWP scan so Store apps actually… by @Xoshbin in #420
Full Changelog: v0.1.1-30...v0.1.1-31
v0.1.1-30
What's Changed
- chore: release 0.1.1-29 by @Xoshbin in #404
- fix: show launcher on the active desktop instead of Desktop 1 by @Xoshbin in #407
- fix: serve macOS .dmg installer on download page instead of updater t… by @Xoshbin in #408
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #409
- fix: dedupe overlapping application scan paths by @Xoshbin in #412
- feat: support indexing and launching Windows Store / AppX apps by @Xoshbin in #413
Full Changelog: v0.1.1-29...v0.1.1-30