Yet another new release is out. Some fixes are backported from trunk:
- When showing image only (score is not clickable, that is), also add image dimension as well, for speeding up HTML rendering.
- Fix line break when showing score source code under Windows — always convert line break to \r\n when transferring data to clipboard.
- Better auto-detection of programs. Make use of
glob()under Windows andwhichcommand under Unix, with fallback if these are not available. - Bug fix in program availability checking. If desired matching string is not found in the first line of program output, program detection would result in failure in previous versions.