What's Changed
- feat(cli): implement custom userData path parsing and validation by @manusa in #642
- feat(settings): add application title customization and update window title logic by @manusa in #646
- feat(service-manager): add "Open link in external browser" option to context menu by @Copilot in #631
- feat(task-manager): add Task Manager to monitor and manage service processes by @Copilot in #637
- feat(settings): refactor keyboard shortcuts settings to use Select dropdowns by @Copilot in #644
- fix(settings): refactor IPC communication to use contextBridge for settings management by @manusa in #627
- test(e2e): add E2E tests for global keyboard shortcuts with actual key presses by @Copilot in #621
- test: add tests for playwright testing module by @manusa in #632
- fix(chrome-tabs): refactor IPC communication to use contextBridge for Electron API by @manusa in #633
- test(e2e): add end-to-end tests for Task Manager functionality by @manusa in #641
Full Changelog: v0.0.119...v0.0.120