From 50f3a5cbaebc2a6d57b81e545cb4ea88f0e273f9 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 18 Aug 2017 00:05:18 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40857390..9a9a4f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.7.0] - 2017-08-17 +### Added +- Progress when cutting (percent done) +- Ability to change frame capture image format (JPEG/PNG) + +### Changed +- Don't allow cutting without a valid start/end + +### Fixed +- Don't try to seek when no duration +- Also capture frame to custom output dir +- Fix running LosslessCut from strange directories + ## [1.6.0] - 2017-03-27 ### Fixed - Be a bit smarter about aac/m4a files #28