Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Releases: teran/eos-1v-tagger

v0.1-alpha.8

16 Oct 23:14
0b52553
Compare
Choose a tag to compare
v0.1-alpha.8 Pre-release
Pre-release

Changelog

1f28911 Add ability to copy CreateDate to DateTimeDigitized in a single flag
0b52553 Add ability to specify Make, Model, SerialNumber
acc288e Set SetDateTimeDigitizedFromCreateDate signature the same as for other similar methods
40b9c0e Sort method alphabetically

v0.1-alpha.7

14 Oct 01:22
6ce5604
Compare
Choose a tag to compare
v0.1-alpha.7 Pre-release
Pre-release

Changelog

6ce5604 Fix geotag in the case of absent datatime data in the file

v0.1-alpha.6

14 Oct 01:05
1ada2a8
Compare
Choose a tag to compare
v0.1-alpha.6 Pre-release
Pre-release

Changelog

1ada2a8 Add image geotagging support via GPS track logs
277904b Add more usage details
d8d93c1 Update README with the most recent help message

v0.1-alpha.5

10 Oct 21:01
v0.1-alpha.5
a67217b
Compare
Choose a tag to compare
v0.1-alpha.5 Pre-release
Pre-release

Changelog

f0afa10 Add app version, go compiler version, build timestamp to help message
a67217b Update README with details why it cannot run on Windows prior to Windows 7

v0.1-alpha.4

10 Oct 20:27
v0.1-alpha.4
943473c
Compare
Choose a tag to compare
v0.1-alpha.4 Pre-release
Pre-release

Changelog

943473c Handle timezones

v0.1-alpha.3

10 Oct 11:47
v0.1-alpha.3
abd7259
Compare
Choose a tag to compare
v0.1-alpha.3 Pre-release
Pre-release

Changelog

32c0485 Add ability to specify scan files naming pattern
abd7259 Fix goreleaser configuration

v0.1-alpha.2

09 Oct 20:33
f835ba3
Compare
Choose a tag to compare
v0.1-alpha.2 Pre-release
Pre-release

Changelog

ff3381f Add LICENCE and NOTICES to README
99c3b5a Add notice about ISO usage to README
f835ba3 Move exiftool command handling to dedicated type + fix typo

v0.1-alpha.1

09 Oct 11:08
242da01
Compare
Choose a tag to compare
v0.1-alpha.1 Pre-release
Pre-release

Changelog

01c7279 Add .gitignore
242da01 Add .goreleaser configuration
7758778 Add LICENCE file
bd68c78 Add cmd(trivial printing JSON for now)
9fb836a Cleanup CSV Parser
084b6d7 Cleanup a bit for empty frames
65975fc Fix tests according to recent changes
95738bd Fix tv parsing
a6f0f8d Initial commit
3a187af Parse the rest of fields
3552492 Preserve ISO from film to particular frame
735e515 Update README
02477a6 exiftool commands printing PoC