Skip to content

Commit 3accaff

Browse files
Update v1.6.0
1 parent fe12ad8 commit 3accaff

9 files changed

Lines changed: 347 additions & 276 deletions

File tree

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

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+
315
## v1.5.0
416

517
Release Date: **30.09.2020**

MediaExtractor/Extractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* You find a copy of the license in project folder or on: http://opensource.org/licenses/MIT
66
*/
77

8+
using SevenZipExtractor;
89
using System;
910
using System.Collections.Generic;
10-
using SevenZipExtractor;
1111
using System.IO;
1212
using System.Windows.Media.Imaging;
1313

0 commit comments

Comments
 (0)