Skip to content

MVP release V0.0.11

Choose a tag to compare

@mangledbottles mangledbottles released this 25 Feb 19:06
· 73 commits to main since this release
🚀 feat: Enhance electron main process with deep link handling

- Implemented functionality to focus the main window if it already exists, preventing multiple instances.
- Added deep link handling to process URLs with custom protocols directly within the app.
- Introduced a mechanism to prevent multiple instances of the app on Windows, ensuring only one instance runs at a time.
- Streamlined event handling for 'open-url', focusing on robust parsing and forwarding of deep link information to the renderer process.