Skip to content

Commit 13d7082

Browse files
committed
prepare new release
1 parent b0d3ccb commit 13d7082

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 0.9.25
2+
### GeckoView 143.0.4
3+
4+
**New Features**
5+
- Added AI feature to group related unassigned tabs into new containers
6+
- Added setting to control how externally opened links are handled (now defaults to prompt)
7+
- Added DoH (DNS over HTTPS) setting with predefined or custom DNS resolver options
8+
- Added browser history view with options to view and delete history data
9+
- Added tab bar swipe action setting with options: "Switch to last used Tab" and "Navigate Sequential Tabs"
10+
- Added quick actions to open tabs via long press on home screen app icon
11+
- Added developer setting to support third-party CA certificates
12+
- Added support for custom addon collections
13+
- Added developer setting to customize fingerprint protection measures
14+
15+
**Improvements**
16+
- Rewrote large portions of the Tor Plugin with option to route all traffic and fixed potential IP leaks (through browser side effects like loading favicons)
17+
- Increased Tor background service timeout from 15 minutes to 1 hour without interaction
18+
- Localhost URLs now default to `http` instead of `https` for better compatibility
19+
- Display scrollable breadcrumb representation of URLs wherever possible for improved visibility
20+
- Updated built-in Bangs
21+
- Large portions of UI rewritten and improved
22+
23+
**Breaking Changes**
24+
- New database structure for bangs; saved bang frequency sorting has been reset
25+
126
## 0.9.24
227
### GeckoView 143.0.0
328

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: weblibre
22
description: "The Privacy-Focused & AI-Powered Research Browser"
33
publish_to: 'none'
44
resolution: workspace
5-
version: 0.9.25-alpha-15+28
5+
version: 0.9.25+29
66

77
environment:
88
sdk: '>=3.8.0 <4.0.0'

metadata/en-US/changelogs/29.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
GeckoView 143.0.4
2+
3+
**New Features**
4+
- Added AI feature to group related unassigned tabs into new containers
5+
- Added setting to control how externally opened links are handled (now defaults to prompt)
6+
- Added DoH (DNS over HTTPS) setting with predefined or custom DNS resolver options
7+
- Added browser history view with options to view and delete history data
8+
- Added tab bar swipe action setting with options: "Switch to last used Tab" and "Navigate Sequential Tabs"
9+
- Added quick actions to open tabs via long press on home screen app icon
10+
- Added developer setting to support third-party CA certificates
11+
- Added support for custom addon collections
12+
- Added developer setting to customize fingerprint protection measures
13+
14+
**Improvements**
15+
- Rewrote large portions of the Tor Plugin with option to route all traffic and fixed potential IP leaks (through browser side effects like loading favicons)
16+
- Increased Tor background service timeout from 15 minutes to 1 hour without interaction
17+
- Localhost URLs now default to `http` instead of `https` for better compatibility
18+
- Display scrollable breadcrumb representation of URLs wherever possible for improved visibility
19+
- Updated built-in Bangs
20+
- Large portions of UI rewritten and improved
21+
22+
**Breaking Changes**
23+
- New database structure for bangs; saved bang frequency sorting has been reset

0 commit comments

Comments
 (0)