From 249acb6d8515500602b962cb1e37387b06988091 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 5 Mar 2020 13:35:11 +0100 Subject: [PATCH] Added changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ec7cdb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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 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] - ?????? +### Added + + +## [0.1] - 2020-02-02 +First prototype using piexif + +### Added +- argument parsing enabled +- parametrized factor to calculate Sieverts +- parametrized output dir +- usage of os.path to be os-aware +- output in a tablish manner + +### Modified +- exchanged selfmade CSV parser by python's core CSV library \ No newline at end of file