Summarized Changelog:
- Authenticate and encrypt communications over the activation pipe used by the Atom main process.
- An asynchronous implementation of GitRepositoryProvider.repositoryForDirectory is available.
- Jasmine spec functions automatically support async bodies without needing to write a helper.
- fuzzy-finder: Add option to use ripgrep for crawling the list of files for a huge performance boost on large repositories.
- github: Read and navigate among pull request review comments in a reviews dock.
- keybinding-resolver: Move the resolver into a dock to fix a number of longstanding usability issues.
- settings-view: Enum configuration options may be displayed as radio buttons by setting radio: true.
- welcome: Update the wording of the metrics consent to be a bit friendlier.
- language-clojure: Improve handling of non-ASCII letters in keywords, symbols, and elsewhere.
- language-python: Support "python2" and "python3" shebang lines in the tree-sitter grammar.
- language-ruby: Recognize next as a keyword.
- language-toml: Support multiple key/value pairs on a single line.