prepare new release

This commit is contained in:
Fabian Freund
2025-07-09 23:52:16 +02:00
parent 324474f2fc
commit 1e01aeed02
3 changed files with 14 additions and 1 deletions
+8
View File
@@ -1,3 +1,11 @@
## 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 ## 0.9.12
* Reorganized several settings into a new group: "Developer Settings" * Reorganized several settings into a new group: "Developer Settings"
+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.12+15 version: 0.9.13+16
environment: environment:
sdk: '>=3.8.0 <4.0.0' sdk: '>=3.8.0 <4.0.0'
+5
View File
@@ -0,0 +1,5 @@
* 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