Skip to content

Commit

Permalink
Merge pull request #2 from flolilo/repair-transferonly
Browse files Browse the repository at this point in the history
Get -EXIFTransferOnly to respect -Formats
  • Loading branch information
flolilo authored May 22, 2018
2 parents 8e87a8f + 706d472 commit 8db7352
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 214 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/movies/*
.vscode/*
/*TESTFILES/*
!picture_tool_TESTFILES.7z
picture_tool_TESTFILES.7z
!picture_tool_TESTFILES_WEB.7z

# DEFINITION: ignore file that's in the repo
# CREDIT: https://www.git-scm.com/docs/git-update-index
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.


## 3.4.6 - 2018-05-22
### Changed
- `$WorkingFiles` no longer gets piped, but got its own `for`-loops. Should make things faster.
- **Fixed Issue #1**: Changed behavior of `Get-InputFiles()` when `-EXIFTransferOnly` is enabled. Now, it will look for other files with the same basename as the files found by `-Formats` (vs. two files with same basename will get into `$WorkingFiles` even when their forat is not specified / they are not even pictures.)

### Added
- InputPath(s) get resolved now at the very start - good for smaller output (`InputPath` will be replaced by `.\`)
- `Test-Duplicates()`: Files without any content will get overwritten.


## 3.4.5 - 2018-05-05
### Changed
- Prettierr (a.k.a. less) output from `Start-EXIFManipulation()`.
Expand Down
Loading

0 comments on commit 8db7352

Please sign in to comment.