Skip to content

Commit ce8f4d5

Browse files
committed
Update version
1 parent c86e385 commit ce8f4d5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v1.5 (15-Jun-2019)
2+
3+
- Changed the presentation of active downloads to use a data grid.
4+
- Added a context menu button to clear all finished downloads from the list.
5+
- Improved UI by making the general style more consistent.
6+
- Fixed an issue where a download sometimes failed due to a race condition in progress reporting. Updated to Gress v1.1.1.
7+
18
### v1.4 (13-Jun-2019)
29

310
- 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.

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.4")]
16-
[assembly: AssemblyFileVersion("1.4")]
15+
[assembly: AssemblyVersion("1.5")]
16+
[assembly: AssemblyFileVersion("1.5")]

0 commit comments

Comments
 (0)