prepare new release

This commit is contained in:
Fabian Freund
2025-09-16 05:41:03 +02:00
parent 6885a64dd6
commit 075afe195d
3 changed files with 29 additions and 1 deletions
+15
View File
@@ -1,3 +1,18 @@
## 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
+1 -1
View File
@@ -2,7 +2,7 @@ name: weblibre
description: "The Privacy-Focused & AI-Powered Research Browser"
publish_to: 'none'
resolution: workspace
version: 0.9.23-alpha-3+26
version: 0.9.23+27
environment:
sdk: '>=3.8.0 <4.0.0'
+13
View File
@@ -0,0 +1,13 @@
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