Skip to content

Commit 1aaf98b

Browse files
committed
Update version
1 parent 3455226 commit 1aaf98b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.4 (13-Jun-2019)
2+
3+
- Fixed an issue where the application crashed when an active download failed. Failure will now be reported in the UI with the option to restart download.
4+
- Fixed an issue where the application crashed when trying to download an unavailable video. Popup with the error message will now be shown instead.
5+
- Fixed an issue where the application crashed due to unknown encoding in some videos. Updated to YoutubeExplode v4.7.2.
6+
17
### v1.3.2 (12-May-2019)
28

39
- Fixed an issue where the application crashed when trying to download videos. Updated to YoutubeExplode v4.7.

YoutubeDownloader/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
[assembly: AssemblyCulture("")]
1313
[assembly: ComVisible(false)]
1414
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
15-
[assembly: AssemblyVersion("1.3.2")]
16-
[assembly: AssemblyFileVersion("1.3.2")]
15+
[assembly: AssemblyVersion("1.4")]
16+
[assembly: AssemblyFileVersion("1.4")]

0 commit comments

Comments
 (0)