Releases: SCP002/xTeVe
2.5.0.0000
Closed issues:
#15 Add an option to disallow stream URL duplicates.
Settings -> General -> Disallow URL duplicates
.
1a23592
#32 Update avfs dependency. More builds are available now.
06e6075
#35 Add an option to enable / disable XMLTV caching.
Settings -> General -> Clear XMLTV cache
.
0260e04
#37 Fix broken scrolling on logs page.
d4be1ce
#38 Add an option for updating channels based on regex, preserving their channel number. Useful for PPV channels.
Mapping popup -> Channel name update regex / Only by group regex
.
d4be1ce...b1cda6d, 1a23592...da45ced
#39 Add an option to automatically assign xTeVe Dummy mapping if no real EPG found.
Settings -> Mapping -> Fill Missing EPG Data
.
da45ced...3e5d6ee, d378e7a
#40 Add an option to automatically enable mapped channels.
Settings -> Mapping -> Enable mapped channels
.
3e5d6ee...d378e7a
Full Changelog: 2.4.1.0000...2.5.0.0000
2.4.1.0000
Closed issues:
#17 Replace dropdown with search box in mapping modal for "XMLTV Channel" field. f129cf5...3a62a32, 7413770...d2b60f5.
#33 Add input to change starting channel number in custom filter popup. 121a9dc. (Thanks to Fyb3roptik for the suggestion).
Full Changelog: 2.4.0.0000...2.4.1.0000
2.4.0.0000
Closed issues:
#30 Add option in Settings -> Streaming -> Store buffer in RAM
to store stream buffer in RAM. 04be477...7413770. (Thanks to joshjryan for the suggestion).
#31 Add option in Settings -> General -> Host IP
to change host IP (used to form M3U and XMLTV files). Set default IP to the first one available. 04be477. (Thanks to JReming85 for the suggestion).
New issue to fix in a nearest future: #32 😞
Full Changelog: 2.3.1.0000...2.4.0.0000
2.3.1.0000
Automatically generate self-signed certificate if no matching found in the config directory.
Fallback to non-TLS mode if web server failed to start in TLS mode (fix webserver 'deadlock' if user enabled TLS mode wihtout certificates and has no access to settings.json to turn this mode off).
Update TLS article in README.md and point to it in settings checkbox description.
Full Changelog: 2.3.0.0000...2.3.1.0000
2.3.0.0000
Added TLS mode support which can be enabled by the checkbox in Settings -> General. (Thanks to JReming85 for the suggestion).
This version will create a certificates folder in your xTeVe config directory.
Before enabling TLS mode, you should put a self-signed certificate and it's private key in there, for example:
/home/username/.xteve/certificates/xteve.crt
/home/username/.xteve/certificates/xteve.key
You can either generate your own or download a 'dummy' certificate and it's key from this repository.
❗ Certificate from this repository will only allow TLS mode to start up but not to actually establish a secure connections.
For truly working HTTPS, you should generate it by yourself and also add self-signed root CA to client-side certificate storage (where the web browser, Plex etc. is).
Full Changelog: 2.2.6.0000...2.3.0.0000
2.2.6.0000
Closed issues:
#2 Consumes enormous amount of RAM even after XMLTV aggregation finished fb27202 (reverted with 001d898)
#14 Remove unfiltered channel limit, show warning on exceeding plex channel limit instead 60a755a
#20 M3U parser ignores EXTGRP directive 4769c35...3704f9a
#21 M3U parser does not trim space prefix from channel name fb27202...4769c35
#22 Update mapping if it was changed in m3u playlist. Add checkbox for auto update 3ee7d8b
#24 Implement web client alerts. Add alert on database migration from <= 2.1.1. Defer close server websocket connection. 30dad33
#26 Display starting channel number in filter table. 60a755a...98a6468 (Thanks to joshjryan for the suggestion)
#27 Allow to sort filter table by any column 60a755a...ee54eb8
#28 Rework table sorting. Fixes: numeric entries are sorted as strings. Duplicated numeric entries are lost on sorting ee54eb8
Full Changelog: 2.2.5.0000...2.2.6.0000
2.2.5.0000
Closed issues:
№16. Implement automatic playlist to EPG mapping. See commit.
Full Changelog: 2.2.4.0000...2.2.5.0000
2.2.4.0000
Closed issues:
№6. Playlist to EPG channels mapping can produce duplicates by name if updating from the database <= 2.1.1. See commit.
№7. Git marks webUI.go as modified each time it rebuilds. See commit.
№8. "The system cannot find the path specified" on attempt to restore from backup on Windows in devmode. See commits 866b55b and d202169.
№9. Settings folder grow in size after each recovery from backup. See commits d5dd00e and c6859b5.
№10. Conditional update changes are not applied after restore from backup. See commit.
№11. Can't restore from backup, message: restore.zip is used by another process. See commit.
№12. Temporary files do not get removed after restore from backup. See commit.
№13. After restore from backup, empty folder appears at default temp path. See commit.