prepare new release
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
## 0.9.20
|
||||||
|
### GeckoView 142.0
|
||||||
|
|
||||||
|
* Added 'Undo' action for closed tabs
|
||||||
|
* Added swipe gesture to close tab
|
||||||
|
* Added compatibility for receiving intents of various MIME types
|
||||||
|
* Introduced Bounce Tracking Protection
|
||||||
|
* Introduced Query Parameter Stripping as setting
|
||||||
|
* Introduced setting to control default tab type for creating new tabs and opening links
|
||||||
|
* Upgraded Flutter to latest stable version
|
||||||
|
* Automatic hide tab bar on scroll
|
||||||
|
* Sort newly created tabs after parent instead of at front
|
||||||
|
* Set default fallback encoding for Web Feeds to UTF-8
|
||||||
|
* Take full screen size when in fullscreen mode
|
||||||
|
* Improved error logging
|
||||||
|
* Filter out sensitive logs
|
||||||
|
* Minor UI improvements
|
||||||
|
* Fix Reader Mode issue on back navigation
|
||||||
|
* Fix bottom sheet scrolling issues
|
||||||
|
|
||||||
## 0.9.17
|
## 0.9.17
|
||||||
|
|
||||||
* Reworked Tab UI into bottom sheet
|
* Reworked Tab UI into bottom sheet
|
||||||
|
|||||||
+1
-1
@@ -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.18-alpha-7+23
|
version: 0.9.20+24
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.8.0 <4.0.0'
|
sdk: '>=3.8.0 <4.0.0'
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
### GeckoView 142.0
|
||||||
|
|
||||||
|
* Added 'Undo' action for closed tabs
|
||||||
|
* Added swipe gesture to close tab
|
||||||
|
* Added compatibility for receiving intents of various MIME types
|
||||||
|
* Introduced Bounce Tracking Protection
|
||||||
|
* Introduced Query Parameter Stripping as setting
|
||||||
|
* Introduced setting to control default tab type for creating new tabs and opening links
|
||||||
|
* Upgraded Flutter to latest stable version
|
||||||
|
* Automatic hide tab bar on scroll
|
||||||
|
* Sort newly created tabs after parent instead of at front
|
||||||
|
* Set default fallback encoding for Web Feeds to UTF-8
|
||||||
|
* Take full screen size when in fullscreen mode
|
||||||
|
* Improved error logging
|
||||||
|
* Filter out sensitive logs
|
||||||
|
* Minor UI improvements
|
||||||
|
* Fix Reader Mode issue on back navigation
|
||||||
|
* Fix bottom sheet scrolling issues
|
||||||
Reference in New Issue
Block a user