Skip to content

Commit 1bcfad1

Browse files
committed
chore: release 5.4.2
1 parent e48f276 commit 1bcfad1

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# HLS Downloader Changelog
22

3+
## 5.4.2
4+
5+
### Features
6+
- Added sniffer playlist removal from the popup UI.
7+
8+
### Chores
9+
- Hardened the dependency graph and removed stale package lock files.
10+
11+
### Testing
12+
- `pnpm test`
13+
- `pnpm run build:all-variants`
14+
315
## 5.4.1
416

517
### Fixes

src/assets/manifest.chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "HLS Downloader",
44
"description": "HTTP Live Stream downloader",
5-
"version": "5.4.1",
5+
"version": "5.4.2",
66
"action": {
77
"default_popup": "popup.html",
88
"default_title": "HLS Downloader"

src/assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "HLS Downloader",
44
"description": "HTTP Live Stream downloader",
5-
"version": "5.4.1",
5+
"version": "5.4.2",
66
"browser_action": {
77
"default_popup": "popup.html",
88
"default_title": "HLS Downloader"

0 commit comments

Comments
 (0)