New Features

  • Simplify boolean expression is now more powerful (by @slavam2605).

  • Unwrap to ? intention (by @slavam2605).

  • Join Lines (Ctrl+Shift+J) smartly handles ifs, blocks and lambdas. Check this video!

  • Completion for the else / else if branch automatically inserts braces.

Fixes

  • Fix false positive “Missing lifetime specifier” (by @alygin).

  • Fix colored output in console on linux (by @jonas-schievink).

  • Automatically setup module for run configuration in multi-module project.

  • Indent initializer expressions in let and const.

Internal Improvements

  • First scratches of debugger. See #535 for detail.

  • Improve CI infrastructure: specifically report statuses of nightly and alpha release builds.