From 04fad8d5b8b984a2b1f1e29455e822a63e79cbf1 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 5 Mar 2020 16:37:07 +0100 Subject: [PATCH] Added changelog for v0.2 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9879af8..bcd1396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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