Add Max's focus

This commit is contained in:
Max Brunsfeld
2018-04-09 09:51:54 -07:00
committed by GitHub
parent 7a232a23e3
commit 2b5855759f

View File

@@ -9,6 +9,8 @@
- Teletype
- Published [Teletype 0.11.0](https://github.com/atom/teletype/releases/tag/v0.11.0) with support for [sharing and joining a portal via URL](https://blog.atom.io/2018/03/29/new-in-teletype-faster-setup-and-improved-multi-file-support.html#joining-a-portal-is-as-easy-as-clicking-a-link)
- Updated RFC for streamlining collaboration set-up to incorporate feedback, and opened it up for another round of comments ([atom/teletype#344](https://github.com/atom/teletype/pull/344))
- Tree-sitter
- Started work on fixing an error recovery hang I discovered in Atom last week: https://github.com/tree-sitter/tree-sitter/pull/155.
- Xray
- [A PR with an initial implementation of a file finder UI](https://github.com/atom/xray/pull/55) is nearly complete.
- See the [in-depth Xray update for this week](https://github.com/atom/xray/blob/master/docs/updates/2018_04_02.md) for details.
@@ -34,7 +36,7 @@
- Publish patch release with [potential fix](https://github.com/atom/teletype-client/pull/58) for [atom/teletype#233](https://github.com/atom/teletype/issues/233)
- Incorporate any new feedback and finalize RFC for streamlining collaboration set-up ([atom/teletype#344](https://github.com/atom/teletype/pull/344))
- Tree-sitter
- Fix error recovery performance bug discovered in Atom last week
- Finish https://github.com/tree-sitter/tree-sitter/pull/155
- Working on the C# grammar (@damieng)
- Xray
- Merge the [file finder PR](https://github.com/atom/xray/pull/55).