2020-03-05 13:35:11 +01:00
|
|
|
# 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]
|
2020-03-06 14:36:02 +01:00
|
|
|
- Added GPX parser
|
2020-03-07 19:10:56 +01:00
|
|
|
- Added optional dry-run modifier
|
2020-03-07 21:29:25 +01:00
|
|
|
- Made timezone-aware for timesources without timezone
|
|
|
|
- Added optional parameter to override timezone to local timezone, defaults to localtime
|
2020-03-05 16:37:07 +01:00
|
|
|
|
|
|
|
## [0.2] - 2020-02-05
|
2020-03-05 13:35:11 +01:00
|
|
|
### Added
|
2020-03-05 16:37:07 +01:00
|
|
|
- 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
|
2020-03-05 13:35:11 +01:00
|
|
|
|
2020-03-05 16:37:07 +01:00
|
|
|
### Changed
|
|
|
|
- removed unnecessary datetime object creation as pyexiv2 can output datetime objects itself
|
|
|
|
- removed obsolete "Processing..." message, as it was never visible.
|
2020-03-05 13:35:11 +01:00
|
|
|
|
|
|
|
## [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
|
|
|
|
|
2020-03-05 16:37:07 +01:00
|
|
|
### Changed
|
2020-03-05 15:19:29 +01:00
|
|
|
- exchanged selfmade CSV parser by python's core CSV library
|