prepare release

This commit is contained in:
Fabian Freund
2025-07-16 22:54:18 +02:00
parent 98215b7df8
commit 029cc858c2
3 changed files with 12 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
## 0.9.14
* Bundle bangs and disable auto fetch (sync from repo still possible via settings)
* Fix flickering after returning from home
* Fix UI website title overflow
* Optimize build
## 0.9.13
* Added option to show extensions in tab bar (through "Show Extension Shortcut" setting)
+1 -1
View File
@@ -1,7 +1,7 @@
name: weblibre
description: "The Privacy-Focused & AI-Powered Research Browser"
publish_to: 'none'
version: 0.9.13+16
version: 0.9.14+17
environment:
sdk: '>=3.8.0 <4.0.0'
+4
View File
@@ -0,0 +1,4 @@
* Bundle bangs and disable auto fetch (sync from repo still possible via settings)
* Fix flickering after returning from home
* Fix UI website title overflow
* Optimize build