diff --git a/docs/focus/2018-04-09.md b/docs/focus/2018-04-09.md index acafcd00f..2309bc6d1 100644 --- a/docs/focus/2018-04-09.md +++ b/docs/focus/2018-04-09.md @@ -11,6 +11,8 @@ - Improved handling (hopefully 🤞) of potential race condition when joining a portal with poor network connectivity ([atom/teletype-client#58](https://github.com/atom/teletype-client/pull/58)) - Published [Teletype 0.12.0](https://github.com/atom/teletype/releases/tag/v0.12.0) with the above improvements - Xray + - Started on support for shared remote workspaces by developing an RPC system for use between Xray peers. + - See [this week's in-depth update](https://github.com/atom/xray/blob/master/docs/updates/2018_04_09.md) for details. - Reactor Duty - Fixed an issue that sometimes prevented the fuzzy-finder from showing local files when Teletype is installed ([atom/fuzzy-finder#343](https://github.com/atom/fuzzy-finder/issues/343)) - Shipped [Atom 1.25.1](https://github.com/atom/atom/releases/tag/v1.25.1) and [1.26.0-beta1](https://github.com/atom/atom/releases/tag/v1.26.0-beta1) @@ -27,3 +29,4 @@ - Revive the React 16 and Enzyme port started in [atom/github#1174](https://github.com/atom/github/pull/1174). @smashwilson - Tree-sitter - Xray + - Merge [initial implementation of shared workspaces](https://github.com/atom/xray/pull/61).