Changes
Summary
- Menu: do not hide advanced submenu items if they are selected
- Dual ISO: minor fix for overlap display
- Auto ETTR: do not use strong overexposure correction for dual ISO unless the image is really overexposed (fixes some infinite loops)
- Auto ETTR: fixed settling condition when changing ISOs (should settle if ISO changes from say 100/1600 to 100/3200, because they are almost identical, but should not settle when changing from 100 to 100/200, where there's a difference of 0.8 stops)
- Dual ISO: fix typo in dual_iso_calc_dr_improvement
- Auto ETTR: fine-tuned status messages; show exposure settings
- Modules: include last commit message in "Last update" string (idea from g3gg0 https://bitbucket.org/hudson/magic-lantern/pull-request/230/modules-embed-hg-information-and-hg-diff )
- Modules: fix compiling if the module is not in the repo ( http://www.magiclantern.fm/forum/index.php?topic=8209.0 )
- Modules: don't display long strings on the "classic" (or technical) info page
- Auto ETTR: allow faster overexposure correction when using dual ISO (should recover faster)