mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
2.1 KiB
2.1 KiB
Highlights from the past week
- Atom core
- Shipped Atom 1.26.0 and 1.27.0-beta0 :shipit:
- GitHub Package
- Regression fix: "view (un)?staged changes" on untitled buffers atom/github#1402
- Regression fix: DOMPurify and snapshotting atom/github#1401
- Released atom/github v0.14.1 with backported fixes. Will be included in the next hotfix release.
- Upgraded to React 16.3 atom/github#1390
- Code cleanup: replace ObserveModelDecorator with ObserveModel render-prop atom/github#1393
- Document our long-term visions for the GitHub package.
- Teletype
- Shipped Teletype 0.13.0 with improved ability to tell which cursor belongs to which collaborator (atom/teletype#338)
- Published RFC-004 with proposed approach for more quickly collaborating with coworkers and friends (atom/teletype#344)
- Xray
- Shared workspaces merged
- Detailed update
- Reactor Duty
Focus for week ahead
- GitHub Package
- 📓 Planning, roadmapping, prioritizing, scheming
- Teletype
- 🐛 Improve handling of scenario where guest puts their computer to sleep while participating in a portal (atom/teletype#354)
- Tree-sitter
- Continue working on https://github.com/tree-sitter/tree-sitter/pull/162, adjusting the syntax tree representation to allow the trees to be updated and queried simultaneously on multiple threads.