From fa6c781c2a18dd1587decfa7ddaadbc845897d74 Mon Sep 17 00:00:00 2001 From: Katrina Uychaco Date: Mon, 12 Feb 2018 12:32:59 -0800 Subject: [PATCH] Add @kuychaco's work --- docs/focus/2018-02-12.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/focus/2018-02-12.md b/docs/focus/2018-02-12.md index 61c43a88d..345543a9b 100644 --- a/docs/focus/2018-02-12.md +++ b/docs/focus/2018-02-12.md @@ -12,6 +12,10 @@ - Published version 1.0.0 on [npm.](https://www.npmjs.com/package/@atom/watcher) - GitHub Package - Introduce a package configuration option to [disable the in-editor merge conflict resolution.](https://github.com/atom/github/pull/1305) + - Published a new release v0.10.0 + - Investigated and spiked on a fix for amending bug in single-commit repos, which was surfaced by failing cache invalidation tests that were blocking release + - Deferred fixing underlying bug - [atom/github#1303](https://github.com/atom/github/issues/1303) + - Fixed failing tests - [atom/github#1302](https://github.com/atom/github/pull/1302) - Teletype - Released [Teletype 0.7.0](https://github.com/atom/teletype/releases/tag/v0.7.0) with improved diagnostics for errors that occur during package initialization ([atom/teletype#266](https://github.com/atom/teletype/issues/266), [atom/teletype#297](https://github.com/atom/teletype/issues/297)) - Opened [atom/teletype#323](https://github.com/atom/teletype/pull/323), [atom/teletype-client#52](https://github.com/atom/teletype-client/pull/52), and [atom/fuzzy-finder#335](https://github.com/atom/fuzzy-finder/pull/335) to pave the way for guests to use the fuzzy-finder to open any remote editor shared by the host ([atom/teletype#268](https://github.com/atom/teletype/issues/268)) @@ -29,6 +33,7 @@ - Quarterly planning. Which might change all of these :wink: - Finish tracking down our [freezing CI builds.](https://github.com/atom/github/pull/1289) - Resurrect the [gargantuan credential helper and GPG pinentry refactoring PR](https://github.com/atom/github/pull/846) and see how much work is needed to get it over the finish line. + - Fix issue with diff view popping up unexpectedly - [atom/github#1287](https://github.com/atom/github/issues/1287) - Teletype - Complete initial implementation and merge pull requests ([atom/teletype#323](https://github.com/atom/teletype/pull/323), [atom/teletype-client#52](https://github.com/atom/teletype-client/pull/52), and [atom/fuzzy-finder#335](https://github.com/atom/fuzzy-finder/pull/335)) allowing guests to use the fuzzy-finder to open any remote editor shared by the host ([atom/teletype#268](https://github.com/atom/teletype/issues/268)) - Use fuzzy-finder support internally in our day-to-day workflows to assess usability