diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e15bbd5..9e2cbfb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +## 0.10.1 +### GeckoView 149.0 + +**New Features** + +**Small Web Discovery** +A brand new browsing mode to discover personal blogs, indie creators, and handcrafted websites from around the internet. +- **Kagi Small Web** — Browse curated content from community-vetted sources in 5 modes: Web, Appreciated, Videos, Code, and Comics +- **Wander Network** — Explore a decentralized network where personal websites recommend each other, forming a web of serendipitous discoveries +- **Topic Filters** — Narrow discoveries by 22 categories including AI, Programming, Science, Art & Design, Gaming, Travel, and more +- **Discovery History** — Track and revisit pages you've found, with smart avoidance of recently seen content + +**PWA (Progressive Web App) Support** +- Install websites as standalone apps and create home screen shortcuts for quick access +- Enhanced PWA installation dialog with more options +- Fixed PWA display mode detection + +**Custom Backup Directory** +- Choose where to store your profile backups — any folder on your device or external storage +- Backups stored outside the app survive reinstallation +- Old backups are automatically migrated when you select a new location +- New "Skip Cache Directories" option significantly reduces backup file size + +**Permanent "Allow Unsigned Extensions" Setting** +- Enable unsigned extensions permanently from Settings > Extensions > Security, instead of confirming each time +- Includes security warnings and a confirmation dialog + +**Quality of Life** +- Long press on tab bar URL to copy it to clipboard + +**Updates** + +- **Upgraded browser engine to Gecko 149.0** — Latest performance improvements and security fixes from Mozilla +- **Updated bang data** with spec-enforced bang naming +- **Consolidated bang groups** — The separate "assistant" bang group has been merged into the "kagi" group for simpler management (existing assistant bangs are automatically migrated) + +**Bug Fixes** + +- Fixed Small Web session occasionally showing stale/empty state after app restart +- Fixed PWA display mode detection +- Thumbnails are no longer captured while in fullscreen mode +- Restored certificate requirement for installing unsigned extensions (security) +- Fixed long press actions incorrectly forwarded in custom tabs +- Show minimal context menu in PWA/custom tabs + ## 0.10.0 ### GeckoView 148.0.2 diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 62c6267b..b943e59b 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -2,7 +2,7 @@ name: weblibre description: "The Privacy-Focused & AI-Powered Research Browser" publish_to: 'none' resolution: workspace -version: 0.10.1-alpha-7+37 +version: 0.10.1+38 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/metadata/en-US/changelogs/38.txt b/metadata/en-US/changelogs/38.txt new file mode 100644 index 00000000..80b39941 --- /dev/null +++ b/metadata/en-US/changelogs/38.txt @@ -0,0 +1,43 @@ +GeckoView 149.0 + +**New Features** + +**Small Web Discovery** +A brand new browsing mode to discover personal blogs, indie creators, and handcrafted websites from around the internet. +- **Kagi Small Web** — Browse curated content from community-vetted sources in 5 modes: Web, Appreciated, Videos, Code, and Comics +- **Wander Network** — Explore a decentralized network where personal websites recommend each other, forming a web of serendipitous discoveries +- **Topic Filters** — Narrow discoveries by 22 categories including AI, Programming, Science, Art & Design, Gaming, Travel, and more +- **Discovery History** — Track and revisit pages you've found, with smart avoidance of recently seen content + +**PWA (Progressive Web App) Support** +- Install websites as standalone apps and create home screen shortcuts for quick access +- Enhanced PWA installation dialog with more options +- Fixed PWA display mode detection + +**Custom Backup Directory** +- Choose where to store your profile backups — any folder on your device or external storage +- Backups stored outside the app survive reinstallation +- Old backups are automatically migrated when you select a new location +- New "Skip Cache Directories" option significantly reduces backup file size + +**Permanent "Allow Unsigned Extensions" Setting** +- Enable unsigned extensions permanently from Settings > Extensions > Security, instead of confirming each time +- Includes security warnings and a confirmation dialog + +**Quality of Life** +- Long press on tab bar URL to copy it to clipboard + +**Updates** + +- **Upgraded browser engine to Gecko 149.0** — Latest performance improvements and security fixes from Mozilla +- **Updated bang data** with spec-enforced bang naming +- **Consolidated bang groups** — The separate "assistant" bang group has been merged into the "kagi" group for simpler management (existing assistant bangs are automatically migrated) + +**Bug Fixes** + +- Fixed Small Web session occasionally showing stale/empty state after app restart +- Fixed PWA display mode detection +- Thumbnails are no longer captured while in fullscreen mode +- Restored certificate requirement for installing unsigned extensions (security) +- Fixed long press actions incorrectly forwarded in custom tabs +- Show minimal context menu in PWA/custom tabs \ No newline at end of file