What's New
- Smarter PWA Launches — Opening a Progressive Web App that's already running now brings it to the front instead of starting a duplicate instance.
- Improved URL Display — URLs in the breadcrumb and address bar are now formatted more cleanly, with better handling of special characters and proper icon spacing.
- Enhanced Extension Settings — Extensions can now request to open their own settings page, making it easier to configure your add-ons.
Better Keyboard & Sheet Handling
- The bottom sheet now automatically adjusts to the keyboard height when typing, so content is never hidden.
- The toolbar now properly applies safe area insets when dismissed, preventing layout gaps on devices with notches or rounded corners.
- Improved how intents interact with keyboard visibility for a smoother experience.
Intent & Navigation Refinements
- Text selection actions (
PROCESS_TEXT) and web search intents are now routed through the app's main intent handler for more reliable processing. - PWAs opened from home screen shortcuts now properly track your active profile and container.
Bug Fixes
- Isolated Tabs Survivability — Fixed an issue where isolated tabs were being closed when quitting the app. They now persist as intended (only private tabs are cleared on exit).
- PWA Launch Duplication — Fixed redundant PWA instances being started when the app was already open.