From ccc0956745266ab9a03d8a53350ea506047f78f0 Mon Sep 17 00:00:00 2001 From: Krzysztof Bociurko Date: Tue, 15 Dec 2020 18:39:35 +0100 Subject: [PATCH] Updated documentation, fixed release --- DEVELOPMENT.md | 2 +- Gruntfile.js | 5 +++-- README.md | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ae652d0..66bcd9e 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -4,7 +4,7 @@ Development setup **NOTE:** These are the instructions for developing 360WebPlayer. For information on how to use the player, please refer to the main documentation. The compiled version [available for download at the release tab of the GitHub page][download-link] is sufficient in 99% of the cases – building the player by yourself is not necessary. -[download-link]: https://github.com/Bivrost/360WebPlayer/releases/tag/current +[download-link]: https://github.com/BIVROST/360WebPlayer/releases Install npm, ruby and java. Have them in your path. For Windows we advise to use cygwin. diff --git a/Gruntfile.js b/Gruntfile.js index 46d6e32..242f9fb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -203,8 +203,9 @@ module.exports = function (grunt) { output_release + "bivrost.css", output_release + "bivrost-min.js", output_release + "bivrost-debug.js", - output_release + "license-commercial.html", - output_release + "license-free.html", + output_release + "license.html", + output_release + "license-polish.html", + output_release + "development.html", output_release + "readme.html" ], dest: output_release + "BIVROST360WebPlayer-current.zip" diff --git a/README.md b/README.md index 1de2d54..cc4e3cb 100755 --- a/README.md +++ b/README.md @@ -815,3 +815,4 @@ Changelog * 2019-04-05: Updated logo * 2020-07-16: Fixed issues with iOS 13 fullscreen and gyroscope (version 1.1) * 2020-08-06: WebXR support, license updated (version 1.2) +* 2020-12-15: Native HLS support (version 1.3)