Skip to content

Commit c04e041

Browse files
authored
0.4.0 (#110)
1 parent 33011a2 commit c04e041

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Node CI
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:

CHANGELOG.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.4.0
2+
* Monitor key session state and detect downloaded stream with persistent license
3+
* Node.js v10 LTS Support
4+
* Packaging and production-ready libraries
5+
* Fix video, audio and text representations parsing
6+
* DRM example improvements
7+
* Do not require objects from main process in child process
8+
* Update Electron version
9+
* Redux integration
10+
* Change CI to GitHub Actions
11+
112
# 0.3.5
213
* Simple Widevine DRM example
314
* Add a string parameter to let application give the manifest data

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "downstream-electron",
3-
"version": "0.3.5",
3+
"version": "0.4.0",
44
"description": "DOWNstream For Electron - an open-source plugin to use with Electron allowing encrypted MPEG-DASH and Smooth Streaming streams to be safely downloaded and stored locally on a user’s Windows or Mac computer.",
55
"keywords": [
66
"electron",

0 commit comments

Comments
 (0)