Skip to content

Commit 9faf7e0

Browse files
committed
bump v1.5.7
1 parent 65790c0 commit 9faf7e0

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ jobs:
9191
name: "Fluxon v${{ steps.version.outputs.VERSION }}"
9292
body: |
9393
## What's New
94-
- **Cleaner Downloads**: HLS segments and intermediate tracks are now merged in-memory or via IndexedDB. No more cluttered `_hls` folders or fragmented files in your Downloads.
95-
- **Android Compatibility**: Optimized downloading logic for Firefox on Android by automatically stripping folder paths that aren't supported on mobile.
96-
- **Security**: Minimized extension permissions (removed unused `tabs` and `windows`).
94+
- **Android Compatibility**: Implementing Android Capture Fix
9795
9896
## Installation
9997

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_appName__",
4-
"version": "1.5.6",
4+
"version": "1.5.7",
55
"description": "__MSG_appDesc__",
66
"default_locale": "en",
77
"permissions": [
88
"webRequest",
99
"downloads",
1010
"storage",
1111
"notifications",
12-
"alarms",
13-
"offscreen"
12+
"alarms"
1413
],
1514
"host_permissions": [
1615
"<all_urls>"

0 commit comments

Comments
 (0)