We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe12ad8 commit 3accaffCopy full SHA for 3accaff
9 files changed
Changelog.md
@@ -1,5 +1,17 @@
1
# Change Log
2
3
+## v1.6.0
4
+
5
+Release Date: **04.10.2020**
6
7
+- Added file size of embedded files
8
+- Added support for wdp preview images
9
+- Improved the handling of invalid previews
10
+- Added a note in the readme about SmartScreen of Windows 8.1 and 10
11
+- Code cleanup
12
13
+---
14
15
## v1.5.0
16
17
Release Date: **30.09.2020**
MediaExtractor/Extractor.cs
@@ -5,9 +5,9 @@
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
*/
+using SevenZipExtractor;
using System;
using System.Collections.Generic;
-using SevenZipExtractor;
using System.IO;
using System.Windows.Media.Imaging;
0 commit comments