released beta-version which partially supports LG's LB series

This commit is contained in:
hbeham
2014-05-26 11:36:47 +02:00
parent 16c67add00
commit 21ace2a380
2 changed files with 14 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ namespace ChanSort.Ui
{
public partial class MainForm : XtraForm
{
public const string AppVersion = "v2014-05-25";
public const string AppVersion = "v2014-05-26 (beta)";
private const int MaxMruEntries = 10;

View File

@@ -1,9 +1,11 @@
Version v2014-05-06 =======================================================
Version v2014-05-26 (beta) ================================================
Changes:
- Added support for Canal+ Digital channel list (map-DigitalPlusD)
- Fixed: "Save reference file" ignored the entered filename for .csv lists
- Improved file format detection for Freesat, Tivusat, Canal Digital Sat
- supports LG's 2014 LB5xx models' xxLB5*.TLL satellite channel lists
(works for satellite channels. DVB-C/T are not implemented due to lack of
test files)
- supports LG's 2014 LB6xx and higher models' GlobalClone.TLL channel lists
(deleting channels is not yet implemented)
The complete change log can be found at the end of this document
@@ -117,6 +119,13 @@ OTHER DEALINGS IN THE SOFTWARE.
Change log ================================================================
2014-05-26 (beta)
- supports LG's 2014 LB5xx models' xxLB5*.TLL satellite channel lists
(works for satellite channels. DVB-C/T are not implemented due to lack of
test files)
- supports LG's 2014 LB6xx and higher models' GlobalClone.TLL channel lists
(deleting channels is not yet implemented)
2014-05-06
- Added support for Canal+ Digital channel list (map-DigitalPlusD)
- Fixed: "Save reference file" ignored the entered filename for .csv lists