Added changelog for v0.2

This commit is contained in:
Marcus Scholz 2020-03-05 16:37:07 +01:00
parent 5404ae6437
commit 04fad8d5b8
1 changed files with 10 additions and 4 deletions

View File

@ -5,12 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
- uses pyexiv2 instead of piexif which is also able to tag various camera raw formats, e. g. CR2
- removed unnecessary datetime object creation as pyexiv2 can output datetime objects
## [0.2] - ??????
## [0.2] - 2020-02-05
### Added
- uses pyexiv2 instead of piexif which is also able to tag various camera raw formats, e. g. CR2
- added copy function to be able to place files to outdir before modification
- added verbose output about what it going to happen
- added table header for output
### Changed
- removed unnecessary datetime object creation as pyexiv2 can output datetime objects itself
- removed obsolete "Processing..." message, as it was never visible.
## [0.1] - 2020-02-02
First prototype using piexif
@ -22,5 +28,5 @@ First prototype using piexif
- usage of os.path to be os-aware
- output in a tablish manner
### Modified
### Changed
- exchanged selfmade CSV parser by python's core CSV library