Files
MrbWebLibre/CHANGELOG.md
T
2025-10-26 03:48:04 +01:00

168 lines
4.9 KiB
Markdown

## 0.9.27
### GeckoView 144.0
**New Features**
- Added setting to disable internal PDF viewer (pdfjs)
- Added setting to define and select browser locales
**Improvements**
- Migrated from experimental API extension to new Gecko Preference API for most operations
**Bug Fixes**
- Fixed UI issues
- Fixed engine crash after prolonged background inactivity
- Fixed intent stream lifecycle issue
## 0.9.26
### GeckoView 144.0
**Bug Fixes**
- Ensure tab bar remains visible when bottom sheet is active
- Handle AI engine errors gracefully
- Fix container assignment when opening links
- Fix settings toggle not refreshing UI
## 0.9.25
### GeckoView 144.0
**New Features**
- Added AI feature to group related unassigned tabs into new containers
- Added setting to control how externally opened links are handled (now defaults to prompt)
- Added DoH (DNS over HTTPS) setting with predefined or custom DNS resolver options
- Added browser history view with options to view and delete history data
- Added tab bar swipe action setting with options: "Switch to last used Tab" and "Navigate Sequential Tabs"
- Added quick actions to open tabs via long press on home screen app icon
- Added developer setting to support third-party CA certificates
- Added support for custom addon collections
- Added developer setting to customize fingerprint protection measures
**Improvements**
- Rewrote large portions of the Tor Plugin with option to route all traffic and fixed potential IP leaks (through browser side effects like loading favicons)
- Increased Tor background service timeout from 15 minutes to 1 hour without interaction
- Localhost URLs now default to `http` instead of `https` for better compatibility
- Display scrollable breadcrumb representation of URLs wherever possible for improved visibility
- Updated built-in Bangs
- Large portions of UI rewritten and improved
**Breaking Changes**
- New database structure for bangs; saved bang frequency sorting has been reset
## 0.9.24
### GeckoView 143.0.0
* Upgraded GeckoView
## 0.9.23
### GeckoView 142.0.1
**New Features**
- Added Tor Bridge support with automatic configuration and bridge updates
- Added setting to display dialog for choosing external link handling behavior
**Bug Fixes**
- Fixed media upload issues on websites
- Fixed hardening settings UI display problems
**Improvements**
- Enhanced bottom sheet user interface
- Improved URI parsing and protocol detection for address bar input
## 0.9.22
### GeckoView 142.0
* Added setting to use third party CA certificates
* Added setting to control tab bar swipe behavior
* Downgraded AGP for F-Droid compatibility
## 0.9.21
### GeckoView 142.0
* Restore previous tab state on undo delete
* Fix Reader Mode issue on back arrow navigation
* Unhide tab bar on app resume
## 0.9.20
### GeckoView 142.0
* Added 'Undo' action for closed tabs
* Added swipe gesture to close tab
* Added compatibility for receiving intents of various MIME types
* Introduced Bounce Tracking Protection
* Introduced Query Parameter Stripping as setting
* Introduced setting to control default tab type for creating new tabs and opening links
* Upgraded Flutter to latest stable version
* Automatic hide tab bar on scroll
* Sort newly created tabs after parent instead of at front
* Set default fallback encoding for Web Feeds to UTF-8
* Take full screen size when in fullscreen mode
* Improved error logging
* Filter out sensitive logs
* Minor UI improvements
* Fix Reader Mode issue on back navigation
* Fix bottom sheet scrolling issues
## 0.9.17
* Reworked Tab UI into bottom sheet
* Adjusted Android permissions
* Improved Favicon handling
## 0.9.16-2
* Fix icon caching issue
## 0.9.16-1
* Fixed drop animation lag
* Allow drop into the unassigned container
## 0.9.16
* Integrated on-device ai for container naming and tab sugegstions
* Improved Tab and container UI
## 0.9.15-1
* Added certificate information title
* Fixed draggable tabs
* Open single tab in tree view automatically
## 0.9.15
* Improved intent handling
* Refactored tab grid
* Several UI improvements
* Optimized build
## 0.9.14
* Bundle bangs and disable auto fetch (sync from repo still possible via settings)
* Fix flickering after returning from home
* Fix UI website title overflow
* Optimize build
## 0.9.13
* Added option to show extensions in tab bar (through "Show Extension Shortcut" setting)
* Added tab menu action to assign tab to container
* Fixed QR code generation issues
* Switched to Mozilla stable builds
* Fixed issues with PiP and fullscreen mode
## 0.9.12
* Reorganized several settings into a new group: "Developer Settings"
* Added a "Get Extensions" menu entry
* Disabled the Cookie Banner Blocker option, as it is deprecated by Mozilla (consider using uBlock Origin instead)
* Updated hardening presets
* Mozilla Components upgraded
## 0.9.11
* Trigger automatic find-in-page when coming from local search results
* Upgraded gecko
* Upgraded GoRouter
## 0.9.10
* Initial public release