Skip to content

Commit

Permalink
v3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
puemos committed Aug 22, 2020
1 parent 1eee91a commit 0ec8fe4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# HLS downloader changelog

## 3.0.0

### Add

- Unlimited Storage permission
- Use IndexedDB for storing chunks
- Downloads are seperated as Jobs
- New empty status design
- Download progress UI

## 2.2.0

### Add

- Cancel a download


## 1.7.2

### Fix
Expand Down
2 changes: 1 addition & 1 deletion src/extension/extension-assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"default_popup": "index.html",
"default_title": "HLS Downloader"
},
"version": "2.2.0",
"version": "3.0.0",
"background": {
"scripts": ["background.js"],
"persistent": true
Expand Down

0 comments on commit 0ec8fe4

Please sign in to comment.