Skip to content

Commit

Permalink
changes for 3.39.3
Browse files Browse the repository at this point in the history
  • Loading branch information
argorar committed May 24, 2024
1 parent 9978854 commit 66eb4b9
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2888,7 +2888,7 @@ private void EditTrimFilter(object sender, EventArgs e)

foreach (ListViewItem item in listViewProcessingScript.Items)
{
if (item.Text.Equals("Dynamic") || item.Text.Equals("Crop"))
if (item.Text.Equals("Dynamic") || (item.Text.Equals("Crop") && Filters.DynamicCrop != null))
removeFilter(item);
}

Expand Down
Binary file removed NewUpdate/3.31.1.zip
Binary file not shown.
Binary file removed NewUpdate/3.31.2.zip
Binary file not shown.
Binary file removed NewUpdate/3.32.0.zip
Binary file not shown.
Binary file removed NewUpdate/3.33.0.zip
Binary file not shown.
Binary file removed NewUpdate/3.33.1.zip
Binary file not shown.
Binary file removed NewUpdate/3.34.0.zip
Binary file not shown.
Binary file removed NewUpdate/3.35.0.zip
Binary file not shown.
Binary file removed NewUpdate/3.36.0.zip
Binary file not shown.
Binary file removed NewUpdate/3.37.0.zip
Binary file not shown.
Binary file removed NewUpdate/3.37.1.zip
Binary file not shown.
Binary file removed NewUpdate/3.38.0.zip
Binary file not shown.
Binary file added NewUpdate/3.39.3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion NewUpdate/latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.39.2
3.39.3
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")]
[assembly: AssemblyVersion("3.39.3")]
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Drag and drop two or more video files inside the application, select what do you

## Changelog

#### Version 3.39.2
#### Version 3.39.3
* Allow long file names by @DoTheSneedful
* Improve workflow using dynamic filters

Expand All @@ -246,8 +246,6 @@ Drag and drop two or more video files inside the application, select what do you
#### Version 3.38.0
* Add audio amplification option
* Increase cache size for preview frames

#### Version 3.37.1
* Minor changes underhood and UI

#### Version 3.37.0
Expand Down

0 comments on commit 66eb4b9

Please sign in to comment.