Add some github package stuff

This commit is contained in:
Katrina Uychaco
2018-02-20 15:19:43 -08:00
committed by GitHub
parent df9a4c9226
commit 5c8c2b5f9b

View File

@@ -10,6 +10,7 @@
- Fixed a crash when messages are sent to the worker thread before it's properly initialized ([atom/watcher#121](https://github.com/atom/watcher/pull/121))
- GitHub Package
- Investigate intermittently freezing tests on Travis in [atom/github#1289](https://github.com/atom/github/pull/1289). Not much luck so far
- Fixed issue with diff views popping up unexpectedly [atom/github#1311](https://github.com/atom/github/pull/1311). Just waiting on review
- Teletype
- Fixed an unanticipated bug that would cause non-existent selections to appear in the editor of other participants ([atom/teletype#326](https://github.com/atom/teletype/pull/326)).
- Published [version 0.8.0](https://github.com/atom/teletype/releases/tag/v0.8.0).
@@ -33,8 +34,9 @@
- @atom/watcher
- Diagnose and correct crashes and lock-ups as people report them
- GitHub Package
- Establish high-level goals and scope bunds for the GitHub side of the integration
- Establish high-level goals and scope bounds for the GitHub side of the integration
- Document a protocol for the evolution of major features: ensure they contribute to a cohesive experience with the rest of the package, make sure that @simurai is looped in to the conversation, make sure the community has visibility to our goals
- Show recent commits in Git panel
- Teletype
- Merge and use [atom/fuzzy-finder#335](https://github.com/atom/fuzzy-finder/pull/335), [atom/teletype-client#52](https://github.com/atom/teletype-client/pull/52) and [atom/teletype#323](https://github.com/atom/teletype/pull/323).
- Publish Teletype v0.9.0 containing the new fuzzy-finder support.