mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-16 04:12:03 +01:00
changed readme + verison number
This commit is contained in:
@@ -24,7 +24,7 @@ namespace ChanSort.Ui
|
||||
{
|
||||
public partial class MainForm : XtraForm
|
||||
{
|
||||
public const string AppVersion = "v2013-05-07a";
|
||||
public const string AppVersion = "v2013-05-07";
|
||||
|
||||
#region enum EditMode
|
||||
private enum EditMode
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace Test.Loader
|
||||
if (expectedData.TryGetValue(key, out exp))
|
||||
{
|
||||
var analogTv = serializer.DataRoot.GetChannelList(ChanSort.Api.SignalSource.AnalogC | ChanSort.Api.SignalSource.TvAndRadio);
|
||||
var dtvTv = serializer.DataRoot.GetChannelList(ChanSort.Api.SignalSource.DvbCT | ChanSort.Api.SignalSource.TvAndRadio);
|
||||
var dtvTv = serializer.DataRoot.GetChannelList(ChanSort.Api.SignalSource.DvbC | ChanSort.Api.SignalSource.TvAndRadio);
|
||||
var satTv = serializer.DataRoot.GetChannelList(ChanSort.Api.SignalSource.DvbS | ChanSort.Api.SignalSource.TvAndRadio);
|
||||
expectedData.Remove(key);
|
||||
if (exp.AnalogChannels != 0 || analogTv != null)
|
||||
|
||||
15
readme.txt
15
readme.txt
@@ -1,11 +1,9 @@
|
||||
Version v2013-05-07a (preview) ============================================
|
||||
Version v2013-05-07 ======================================================
|
||||
|
||||
Changes:
|
||||
- Added support for LG's LN-series
|
||||
- Fixed: Saving reordered list for LG xxLH3000.
|
||||
- Removed "Cleanup TV data file" option due to a report of a bricked LG TV.
|
||||
(The cleanup no longer works since firmware 4.40.19 when a preset
|
||||
satellite channel list was used to setup the TV)
|
||||
- Removed "Cleanup TV data file" function due to having bricked an LG TV.
|
||||
|
||||
The complete change log can be found at the end of this document
|
||||
|
||||
@@ -46,7 +44,7 @@ Samsung
|
||||
|
||||
LG
|
||||
------
|
||||
Series: CS, DM, LD, LE, LH, LK, LM*, LS, LV, LW, LX, PM, PT
|
||||
Series: CS, DM, LA, LD, LE, LH, LK, LM*, LN, LS, LV, LW, LX, PM, PT
|
||||
Lists: Analog TV, DTV (DVB-C/T), Radio (DVB-C/T), Sat-DTV (DVB-S2),
|
||||
Sat-Radio (DVB-S2)
|
||||
|
||||
@@ -103,11 +101,10 @@ OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Change log ================================================================
|
||||
|
||||
2013-05-05
|
||||
2013-05-07
|
||||
- Added support for LG's LN-series
|
||||
- Fixed: Saving reordered list for LG xxLH3000.
|
||||
- Removed "Cleanup TV data file" option due to a report of a bricked LG TV.
|
||||
(The cleanup no longer works since firmware 4.40.19 when a preset
|
||||
satellite channel list was used to setup the TV)
|
||||
- Removed "Cleanup TV data file" function which bricked one LG TV.
|
||||
|
||||
2013-05-03
|
||||
- Added Assistants for loading and saving files
|
||||
|
||||
Reference in New Issue
Block a user