prepare new release

This commit is contained in:
Fabian Freund
2025-10-26 03:48:04 +01:00
parent ccc22f57f0
commit 9e6e31b3ce
3 changed files with 29 additions and 1 deletions
+15
View File
@@ -1,3 +1,18 @@
## 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
+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.27-alpha-1+30
version: 0.9.27+31
environment:
sdk: '>=3.8.0 <4.0.0'
+13
View File
@@ -0,0 +1,13 @@
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