mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
1.6 KiB
1.6 KiB
Highlights from the past week
- GitHub Package
- Lots of planning, still ongoing
- Rework the way that PaneItems are managed atom/github#1414
- Make ListSelection models immutable in preparation for the final React port atom/github#1421
- Teletype
- Shipped Teletype 0.13.1 to fix an issue that could occur when a guest puts their computer to sleep while participating in a portal (atom/teletype#354)
- Xray
- Xray now runs in a web browser!
- Refer to the weekly updates in the Xray repository from here on out for updates.
- Reactor Duty
- See the 1.26.1 release notes.
Focus for week ahead
- Atom core
- Experiment with Atom CI improvements to streamline builds
- Draft Q2 plan for Atom Core
- GitHub Package
- Finish the roadmap
- Finish porting the StagingView to React atom/github#1424
- Teletype
- 🐛 Fix issue that sometimes occurs when closing WebRTC connection (atom/teletype#368)
- Planning for the months ahead
- Tree-sitter
- Continue work on [https://github.com/tree-sitter/tree-sitter/pull/162] - making syntax trees fully persistent so they can be easily used id multi-threaded code.