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.28

21 Jan 21:42
c326f34
Compare
Choose a tag to compare
v0.1-alpha.28 Pre-release
Pre-release

Changelog

c326f34 Add filename pattern test tool
cf0b6ab Fix format package name
45c06e9 Some cosmetics on flags

v0.1-alpha.27

09 Jan 12:07
f008334
Compare
Choose a tag to compare
v0.1-alpha.27 Pre-release
Pre-release

Changelog

fdcef9e Add tests for timestamp format
c644b18 Add tests for types.helpers
7130207 Cover file source with tests
fe5288f Cover flash mode stringer with tests
f008334 Fix flags handling
3c9651e Fix the missed error check in timestamp format test

v0.1-alpha.26

07 Jan 12:19
d264a4f
Compare
Choose a tag to compare
v0.1-alpha.26 Pre-release
Pre-release

Changelog

d264a4f Print help if CSV is not specified

v0.1-alpha.25

07 Jan 04:08
88cddfc
Compare
Choose a tag to compare
v0.1-alpha.25 Pre-release
Pre-release

Changelog

53c7d7b Add mocked flag repository
6a46e8b Create go.yml
f63ca25 Delete .travis.yml
a5b7f4e Fix -geotime timezone value
c1910c1 Fix obtaining user home directory
88cddfc Fix timezone override by flags
a5eb5be Some DRY & more tests for config
5d9c8aa Switch to GitHub workflows
4cc6110 Update go.yml
f6c7b9d Update go.yml
5926172 Use new config package

v0.1-alpha.24

05 Jan 15:17
bcf8f77
Compare
Choose a tag to compare
v0.1-alpha.24 Pre-release
Pre-release

Changelog

486e9d1 Add ability to set copyright fields
50fb145 Add issue templates
bcf8f77 Merge branch 'master' of github.com:teran/eos-1v-tagger

v0.1-alpha.23

05 Jan 15:00
5cc07b5
Compare
Choose a tag to compare
v0.1-alpha.23 Pre-release
Pre-release

Changelog

f15478b Add aperture type
5cc07b5 Cover Stringer implementation for film advance mode with tests
1b37b7e Cover non-standard cases for metering mode with tests
69fa742 Cover non-standard cases for shooting mode with tests
a6f548e Declare implemented interfaces for custom types
c722e02 Move error for empty value to types package

v0.1-alpha.22

05 Jan 05:20
4817dc6
Compare
Choose a tag to compare
v0.1-alpha.22 Pre-release
Pre-release

Changelog

ff46b4b Add more tests for format pkg
86838c1 Add tests for Film::IsEmpty()
4817dc6 DRY ptr* functions

v0.1-alpha.21

05 Jan 01:28
99261d6
Compare
Choose a tag to compare
v0.1-alpha.21 Pre-release
Pre-release

Changelog

fdcfadd Add EXIFValuer interface and implement it for metering mode
031b093 Add Travis CI
165fea0 Add URLs to Badges
4bf789d Add some badges
e807c5b Cleanup unused funcs migrated to EXIFValuer
2c4bc93 Cover exiftool.NewFromFrame with test
2ff5853 Cover stringer for metering mode with test
7bf1762 Cover stringer for multiple exposure with test
fd36f39 Cover stringer with test for shooting mode
15a3198 Expand Shooting mode into EXIF and Canon native values
5e10b89 Fix running test for exif value on metering mode
59a7a8f Handle GPS metadata in a single command with all others
99261d6 Handle flash data
a2a3101 Move docs to wiki
dd9b040 Switch AFMode to EXIFValuer
e807c5b Cleanup unused funcs migrated to EXIFValuer
99261d6 Handle flash data

v0.1-alpha.20

22 Dec 13:30
0655807
Compare
Choose a tag to compare
v0.1-alpha.20 Pre-release
Pre-release

Changelog

0655807 Add some type safety for multiple exposure

v0.1-alpha.19

21 Dec 19:21
8c44434
Compare
Choose a tag to compare
v0.1-alpha.19 Pre-release
Pre-release

Changelog

7531631 Add some safety to AF Mode
1103c13 Add some safety to shooting mode
1b0b113 Add some trims to raw strings for a better safety
8c44434 Add some type safety for film advance mode
43a154b Add some type safety for flash mode
60b9b8c Add some variation safety to MeteringMode
99839be Add tests for metering mode
4b59d55 Move exiftool to dedicated package
6d3b780 Move format to dedicated package
2c387e3 Move parser to dedicated package
97a8ab4 Move types to dedicated package
6064d3d Rename CSV parser constructor
b47121d Rename exiftool constructor