diff --git a/MainForm.cs b/MainForm.cs index 9bebd72..f7d940d 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -2885,6 +2885,13 @@ private void EditTrimFilter(object sender, EventArgs e) { if (form.ShowDialog(this) == DialogResult.OK) { + + foreach (ListViewItem item in listViewProcessingScript.Items) + { + if (item.Text.Equals("Dynamic") || item.Text.Equals("Crop")) + removeFilter(item); + } + Filters.Trim = form.GeneratedFilter; UpdateArguments(sender, e); } diff --git a/NewUpdate/3.39.2.zip b/NewUpdate/3.39.2.zip new file mode 100644 index 0000000..b828161 Binary files /dev/null and b/NewUpdate/3.39.2.zip differ diff --git a/NewUpdate/latest b/NewUpdate/latest index 6800607..2f60349 100644 --- a/NewUpdate/latest +++ b/NewUpdate/latest @@ -1 +1 @@ -3.39.1 \ No newline at end of file +3.39.2 \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 4e1a328..29b53c9 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // 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.39.1")] +[assembly: AssemblyVersion("3.39.2")] diff --git a/README.md b/README.md index 85aa22a..0a77e93 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,10 @@ Drag and drop two or more video files inside the application, select what do you ## Changelog +#### Version 3.39.2 +* Allow long file names by @DoTheSneedful +* Improve workflow using dynamic filters + #### Version 3.39.1 * Fix *Resize* window not showing in second monitor