Releases: rsjaffe/MIDI2LR
Release 0.9.5 build 3
Fix error [string "Database.lua"]:2290
Release 0.9.5 build 2
Addresses issue with uninitialized Limits causing error in line 51 of Limits.lua.
Release 0.9.5
- Significant under-the-hood changes to increase reliability. For example, recursion guard for change observer, use of cross-platform string and file system Lightroom functions in place of Lua built-ins.
- Application switched to database-driven model: this tames the complexity and allows for more program logic verification.
- Documentation is also driven by the database, for consistent terminology and ease of updating.
- Can show notification in Lightroom window when profile changed (configurable in Options dialog).
- Selective paste group toggle buttons added (Basic Tone, Color, Noise Reduction, Lens Corrections, Effects, etc.)
- Actions added: Extend selection one to the left or right.
- Action handling modified to increase application speed. (mainly by going to hash table for command mapping).
- Application startup sped up by putting startup completely inside asynchronous task.
- Parameters added: Local adjustments (for brush, radial filter, gradient filter). These only work when the local adjustment tool is active.
- Can show notification in Lightroom window of parameter and value when changed, with additional information when pickup mode is enabled and control is outside of pickup range (configurable in Options dialog).
- Icon updated (thank you Brad Siefert).
- A number of bugs squashed.
Version 0.9.4
Bug fix. When using selective paste for a process version 2012 photo, Clarity will not be copied correctly. General release of 0.9.3.2 after testing.
Version 0.9.3.2
Bug fix. When using selective paste for a process version 2012 photo, Clarity will not be copied correctly.
Version 0.9.3
Bug fixes (crashes on profile change outside of Develop module, changes twice when pressing "next profile").
See https://github.com/rsjaffe/MIDI2LR/wiki/Version-History for full description of changes.
Version 0.9.2a
Fix crash in 0.9.1 when changing Profiles in a module other than develop.
v0.8.2
- Bug fix: Paste selected parameters now working. See Set Options Dialog on the wiki for revised instructions for use.
- Bug fix: Lightroom no longer crashes when rapidly changing target photo in Library module. Note that now your MIDI control sliders will only move while you're in Develop module. This is a Lightroom limitation.
- Camera Profile selections added (Adobe Standard, Clear, Deep, Landscape, Light, Neutral, Portrait, Standard, Vivid).
- In the application, menu items that are already mapped to a control will be highlighted in red.
- Added Vignette to lens corrections.
- Added ability to toggle profile corrections and turn on/off automatic lateral chromatic aberration correction.
v0.8.0
Significant improvements. See version history in wiki for details.
I'm adding translation of menu items for the Lightroom plugin (but not the app).
For those interested in helping, the files to edit are named TranslatedStrings_??.txt
where ?? is replaced with the language code. The German and French translations
have been completed.
To provide a translation for the project, edit the txt file in the language you want
to translate. The only languages supported by Lightroom are German (de), English (en),
Spanish (es), French (fr), Italian (it), Japanese (ja), Korean (ko), Dutch (nl),
Portuguese (pt), Swedish (sv), Chinese simplified (zh_cn) and Chinese traditional (zh_tw).
The following text editors are recommended for editing these files:
In Mac OS X simply use TextEdit and make sure you save the file type as “UTF-8”
(rather than UTF-16 or UCS-2, for instance).
In Windows use Notepad, and be sure to save the file as type “UTF-8.”
Each line in the file is formatted like "$$$/MIDI2LR/Stuff/name=The text to translate".
Leave everything to the left of the = sign alone, and replace the text to the right of
the = sign with the translation. If you see a ^ sign followed by a number in the string,
leave that alone as well--that gets replaced with a calculated value in the program. No
newline characters or comments are allowed. The strings in this file must all be enclosed
with double quotes. If you're wondering what a translated file looks like, compare
TranslatedStrings_en.txt with TranslatedStrings_de.txt.
Send any translations to me at [email protected]. Thanks for your assistance!
v0.7.0
Package is now a combined PC/Mac package. After installation, you can delete the program not applicable to your platform. MIDI2LR.exe is needed for windows, MIDI2LR.app for OSX.
New: improved app user interface, selective copy/paste, internal coding improvements.Details in the wiki.