prepare new release

This commit is contained in:
Fabian Freund
2025-08-04 08:01:26 +02:00
parent b92fd96d29
commit c45a87609a
3 changed files with 10 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
## 0.9.17
* Reworked Tab UI into bottom sheet
* Adjusted Android permissions
* Improved Favicon handling
## 0.9.16-2 ## 0.9.16-2
* Fix icon caching issue * Fix icon caching issue
+1 -1
View File
@@ -1,7 +1,7 @@
name: weblibre name: weblibre
description: "The Privacy-Focused & AI-Powered Research Browser" description: "The Privacy-Focused & AI-Powered Research Browser"
publish_to: 'none' publish_to: 'none'
version: 0.9.17-alpha-2+22 version: 0.9.17+23
environment: environment:
sdk: '>=3.8.0 <4.0.0' sdk: '>=3.8.0 <4.0.0'
+3
View File
@@ -0,0 +1,3 @@
* Reworked Tab UI into bottom sheet
* Adjusted Android permissions
* Improved Favicon handling