Skip to content

Commit

Permalink
0.4.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mackode committed Nov 15, 2019
1 parent 33011a2 commit c04e041
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Node CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.4.0
* Monitor key session state and detect downloaded stream with persistent license
* Node.js v10 LTS Support
* Packaging and production-ready libraries
* Fix video, audio and text representations parsing
* DRM example improvements
* Do not require objects from main process in child process
* Update Electron version
* Redux integration
* Change CI to GitHub Actions

# 0.3.5
* Simple Widevine DRM example
* Add a string parameter to let application give the manifest data
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "downstream-electron",
"version": "0.3.5",
"version": "0.4.0",
"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.",
"keywords": [
"electron",
Expand Down

0 comments on commit c04e041

Please sign in to comment.