Hi @all

Sorry for my poor contribution last year... many many work and my iMac was very slow to process pictures ... so you know the next, less participation.
For celebrate my come back, I've prepared a new release
(always in beta) to test
Download v3.0-170223-01-SLP-DEVI decided to change the way to number the version display to avoid some confusion with version. I saw a lot of mistakes that was solved, but the users doesn't have the right version.
So now, I display the version number on the first section title (and warn user if it's a dev release).
What's new in this release(It's not a revolution

)
Only for Mac users (sorry Win..) you could export the entire path with -same-levels like wildcard use.
I explain more:
If you choose -same-levels, Lightroom will run:
cr2hdr --options --same-levels paths\of\image\IMG_001.CR2 paths\of\image\IMG_002.CR2 paths\of\image\IMG_003.CR2 paths\of\image\IMG_004.CR2, everything works fine,
but, if you have a lot a pictures, the command length will be enormous and may cause error. So with this new option, you could run --same-levels like:
cr2hdr --options --same-levels *.CR2That's really more sexy!
Why Windows users can't have this new feature ? Like a1ex explains, Windows command doesn't expand to all files... If you try to run
cr2hdr.exe --same-levels *.CR2 it will crashes... Maybe we need to compile cr2hdr with Visual Studio to allow wildcard expanded??
(my skills on compilation are very limited and especially in Windows environment). If you have the skill to compile it with Visual Studio... maybe ...

IssuesPlease report all issues to bitbucket repo, I'll be more efficient if I receive mail when a new issue will be create. I always have a lot of work and I need to catch up the delay on my other projects too
What's next ?TODO:
- Merge pull request to solve bug with dng file (thanks @SinusPi)
Add rating to converted picture Done ! (thanks @NickZee for the idea)- Clean the code
- any ideas ?
Keep plugin up to dateTo be sure to run every time the latest version, open Plugin-in Manager (Win: Ctrl + Alt + Shift + , - Mac: Command + Option + Shift + ,) and check the box to reload plug-in on every export.
(As you can see, I forget to read version for this view
)