From 849493a802d97a15b7cb7b04a5a0f7d3a2c95971 Mon Sep 17 00:00:00 2001 From: marmei <43099631+mar-mei@users.noreply.github.com> Date: Wed, 7 Aug 2019 13:23:49 +0200 Subject: [PATCH] Add: changelog-beta.md Update: README.MD --- README.md | 29 +++++++++++++++++++++++++++++ changelog-beta.md | 16 ++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 changelog-beta.md diff --git a/README.md b/README.md index 40b82b9..324147d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,35 @@ Including: --- +### xTeVe Beta branch +New features and bug fixes are only available in beta brunch. Only after successful testing, they are merged into the master branch. + +**It is not recommended to use the beta version in a production system.** + +With the command line argument `branch` the Git Branch can be changed. xTeVe must be started via the terminal. + +#### Switch from master to beta branch: +``` +xteve -branch beta + +... +[xTeVe] GitHub: https://github.com/xteve-project +[xTeVe] Git Branch: beta [xteve-project] +... +``` + +#### Switch from beta to master branch: +``` +xteve -branch master + +... +[xTeVe] GitHub: https://github.com/xteve-project +[xTeVe] Git Branch: master [xteve-project] +... +``` + +When the branch is changed, an update is only performed if there is a new version and the update function is activated in the settings. + ## Build from source code [Go / Golang] #### Requirements diff --git a/changelog-beta.md b/changelog-beta.md new file mode 100644 index 0000000..7db66be --- /dev/null +++ b/changelog-beta.md @@ -0,0 +1,16 @@ +#### 2.0.0.0007-beta +```diff ++ Buffer HLS: Add VOD tag from M3U8 ++ CLI: Add new arguments [-restore] ++ CLI: Add new arguments [-info] +``` +##### Fixes +- Missing images with caching for localhost URL + + +#### 2.0.0.0001-beta +```diff ++ Wizard: Add HTML input placeholder (M3U, XMLTV) ++ Wizard: Alert by empty value (M3U, XMLTV) ++ Image caching: Ignore invalid image URLs +``` \ No newline at end of file