diff --git a/ChanSort/MainForm.cs b/ChanSort/MainForm.cs index ec3878d..b46156e 100644 --- a/ChanSort/MainForm.cs +++ b/ChanSort/MainForm.cs @@ -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; diff --git a/readme.txt b/readme.txt index 80bbc8c..2bc2a8c 100644 --- a/readme.txt +++ b/readme.txt @@ -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