Fixes
- Fixed links to open in a new tab (e.g. "Open in a new tab" from the project menu, Preview mode) or a default browser (e.g. Menu > Help & info > Community), instead of a generic new window. Addresses issues: #11, #18.
- Fixed UI events to consequently interact with the tab bar e.g. showing "no open tabs" page when closing the last tab.
Security
- Fixed in-app navigation to have a limited range.
Navigation within the app is now limited to a set of allowed addresses. - Fixed the
webviewtag options to go through a verification process.
Before awebviewis created, its options are checked to ensure they meet security best practices and resources are loaded from an allowed source.
Internal
- Refactored tabs management to use events instead of time-based execution.
- Updated development dependencies.
Full Changelog: v0.4.0...v0.4.1