Add: changelog-beta.md
Update: README.MD
This commit is contained in:
29
README.md
29
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
|
||||
|
||||
16
changelog-beta.md
Normal file
16
changelog-beta.md
Normal file
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user