Releases: dtrejod/goexif
Releases · dtrejod/goexif
v0.4.0
v0.3.0
What's Changed
- fix: Use UTC timezone for consistent image file names. by @dtrejod in #5
- improvement: Add detect duplicates using phash on file move. by @dtrejod in #4
- improvement: Refactor sorter into multiple pkgs. Add unit tests. by @dtrejod in #13
- improvement: Rename overwrite flag to force. by @dtrejod in #12
- improvement: Don't modify existing extension character casing if magic-out flag is not set. by @dtrejod in #14
- fix: On dry run print outPath in log line. by @dtrejod in #15
- improvement: Add percentage progress tracker. by @dtrejod in #16
- fix: Better logging. Attach outpath to logger. Better progress logging. by @dtrejod in #17
- fix: Logging when doing scan pre-run. by @dtrejod in #18
- improvement: Add support for tiff media. by @dtrejod in #19
- improvement: Add standalone date command. by @dtrejod in #20
- improvement: Add more known aliases for formats. by @dtrejod in #22
- improvement: Add support for QTFF/MP4 format. by @dtrejod in #21
- fix: Move log lines to debug for less verbose logging. by @dtrejod in #23
- fix: Add mov and mp4 to default supported filetypes. by @dtrejod in #24
- improvement: Vendor latest go-mp4 release by @dtrejod in #25
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
What's Changed
- feature: Initial release of goexif with
sort
command
Full Changelog: https://github.com/dtrejod/goexif/commits/v0.1.0
v0.1.0-rc3
What's Changed
Full Changelog: v0.1.0-rc2...v0.1.0-rc3
v0.1.0-rc2
What's Changed
Full Changelog: v0.1.0-rc1...v0.1.0-rc2
v0.1.0-rc1
What's Changed
- Lint repo and setup Github action by @dtrejod in #1
- Apache License by @dtrejod in #2
- Add readme. by @dtrejod in #3
- improvement: Publish multi-arch builds on release tag. by @dtrejod in #6
- Add version subcommand. by @dtrejod in #7
New Contributors
Full Changelog: https://github.com/dtrejod/goexif/commits/v0.1.0-rc1