Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
remiX- committed May 30, 2018
1 parent 94f8345 commit 9989e9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v1.3.0 (30 May 2018)
- Added ability to cancel downloads - if it is currently busy converting it will waiting until next iteration to cancel
- Added VideoCut dialog to snip a video to a desired length
- New custom WPF control
- Some refactoring
- Bug fixes

### v1.2.0 (05 May 2018)
- Added stream info visibility & downloading
- Fixed bug with width/height saving
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,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("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyFileVersion("1.3.0")]

0 comments on commit 9989e9c

Please sign in to comment.