2017-02-11 14:46:06 +01:00
|
|
|
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2017-02-11 14:56:23 +01:00
|
|
|
|
2017-08-18 00:05:18 +02:00
|
|
|
## [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
|
|
|
|
|
2017-03-27 19:38:42 +02:00
|
|
|
## [1.6.0] - 2017-03-27
|
|
|
|
### Fixed
|
|
|
|
- Be a bit smarter about aac/m4a files #28
|
|
|
|
- Make end time the end of video by default
|
|
|
|
- Prevent buttons from stealing focus
|
|
|
|
|
2017-02-11 14:56:23 +01:00
|
|
|
## [1.5.0] - 2017-02-11
|
2017-02-11 14:46:06 +01:00
|
|
|
### Fixed
|
|
|
|
- Add missing win32 metadata
|
|
|
|
- Fix capture frame output format to intended JPEG
|
|
|
|
|
|
|
|
## [1.4.0] - 2017-01-28
|
|
|
|
### Added
|
|
|
|
- Show help sheet by pressing H
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Support # in file path
|