What's Changed
- feat(task-manager): add "Open DevTools" button to Task Manager for selected service by @Copilot in #666
- feat(service-manager): add "Save Image As..." context-menu option for image media type by @manusa in #668
- fix(task-manager): killProcess works on Linux by @manusa in #649
- refactor(electron): improve tests relying on electron.webContentsViewInstance by @manusa in #650
- test: use
new Array()instead ofArray()in dictionary.worker.test.js by @Copilot in #651 - fix(playwright): use optional chaining by @Copilot in #653
- fix(settings): convert promise chain to top-level await in settings.browser.mjs by @Copilot in #652
- chore(deps): bump axios from 1.12.2 to 1.13.0 by @manusa in #655
- chore(deps): bump electron from 38.4.0 to 39.0.0 by @manusa in #656
- fix(service-manager): enhance display media handling with placeholder for empty thumbnails by @manusa in #657
- chore(deps): bump eslint from 9.38.0 to 9.39.0 by @manusa in #671
- chore(deps): bump axios from 1.13.0 to 1.13.1 by @manusa in #669
- chore(deps): bump node-abi from 4.15.0 to 4.17.0 by @manusa in #672
- test(e2e): refactor screen sharing tests to use shimRoot for locator consistency (flakiness) by @manusa in #673
- fix: refactor forEach to for...of in mediadevices-shim by @Copilot in #670
- fix: use optional chaining for safer property access in context-menu.js by @Copilot in #675
- fix: use optional chaining for safer property access in task-manager by @Copilot in #676
- fix: refactor replace window with globalThis in task-manager E2E tests by @Copilot in #674
Full Changelog: v0.0.120...v0.0.121