prepare new release

This commit is contained in:
Fabian Freund
2025-10-17 02:12:01 +02:00
parent 55c573dda0
commit c8a4657c98
3 changed files with 17 additions and 1 deletions
+9
View File
@@ -1,3 +1,12 @@
## 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
+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.26-alpha-1+29
version: 0.9.26+30
environment:
sdk: '>=3.8.0 <4.0.0'
+7
View File
@@ -0,0 +1,7 @@
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