diff --git a/AMSExplorer/EncodingAMEStandard.cs b/AMSExplorer/EncodingAMEStandard.cs index da1f5ee4..13136627 100644 --- a/AMSExplorer/EncodingAMEStandard.cs +++ b/AMSExplorer/EncodingAMEStandard.cs @@ -115,7 +115,6 @@ public string EncodingOutputAssetName } } - public string EncodingConfiguration { get @@ -217,7 +216,6 @@ private void buttonLoadJSON_Click(object sender, EventArgs e) label4KWarning.Text = string.Empty; buttonOk.Enabled = true; richTextBoxDesc.Text = string.Empty; - } } @@ -411,8 +409,6 @@ private void UpdateTextBoxJSON(string jsondata) sourceentry.Filters = deinterlaceentry; obj.Sources.Add(sourceentry); } - - } @@ -575,7 +571,6 @@ private void buttonSaveXML_Click(object sender, EventArgs e) { MessageBox.Show("Error: Could not save file to disk. Original error: " + ex.Message); } - } } @@ -661,7 +656,6 @@ private void textBoxConfiguration_TextChanged(object sender, EventArgs e) Error = true; } } - labelWarningJSON.Visible = Error; } @@ -675,7 +669,6 @@ private void moreinfopresetslink_LinkClicked(object sender, LinkLabelLinkClicked Process.Start(e.Link.LinkData as string); } - private void timeControlStartTime_ValueChanged(object sender, EventArgs e) { UpdateTextBoxJSON(textBoxConfiguration.Text); @@ -689,9 +682,6 @@ private void timeControlDuration_ValueChanged(object sender, EventArgs e) } private void UpdateDurationText() { - // textBoxSourceDurationTime.Text = (timeControlEndTime.GetTimeStampAsTimeSpanWithOffset() - timeControlStartTime.GetTimeStampAsTimeSpanWithOffset()).ToString(); - - if (checkBoxSourceTrimmingStart.Checked) { if (checkBoxSourceTrimmingEnd.Checked) @@ -762,7 +752,6 @@ private void checkBoxDisableAutoDeinterlacing_CheckedChanged(object sender, Even private void linkLabelMoreInfoPreserveResRotation_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Process.Start(e.Link.LinkData as string); - } private void checkBoxPreserveResAfterRotation_CheckedChanged(object sender, EventArgs e) diff --git a/AMSExplorer/Properties/AssemblyInfo.cs b/AMSExplorer/Properties/AssemblyInfo.cs index ffd624a7..c6d86e21 100644 --- a/AMSExplorer/Properties/AssemblyInfo.cs +++ b/AMSExplorer/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.36.0.5")] -[assembly: AssemblyFileVersion("3.36.0.5")] +[assembly: AssemblyVersion("3.37.0.0")] +[assembly: AssemblyFileVersion("3.37.0.0")] diff --git a/AllReleaseNotes.html b/AllReleaseNotes.html index ed4c01dd..7a433e3e 100644 --- a/AllReleaseNotes.html +++ b/AllReleaseNotes.html @@ -1,4 +1,15 @@ -Untitled Document.md +Untitled Document.md +

Version 3.37.0.0 brings the following features and improvements :

+

Version 3.36.0.0 brings the following features and improvements :