List of changes:
- New function
try:for executing blocks/lines of code with error catching.- Commands in the chain are still executed normally without
try:. - Subsequent
try:statements blocks will be executed in order until success is reached throughout an entire block.- (See updated examples Easy Installer and OC Toolkit.)
- Commands in the chain are still executed normally without
- New highlight color added to themes for "clicking".
- This color will only be applied when the selection background is set to not be drawn.
- When selection background is disabled, clicking backgrounds will also be disabled.
- If any of the lines within the command that involve sourcing, hexing, downloading, or unzipping fail, it will return a red cross symbol instead of a checkmark.
- Various bug fixes.