This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Releases: learn-co/learn-ide
Releases · learn-co/learn-ide
v2.3.2
🌲 Aligns the learn-ide-tree
with the latest on the upstream, tree-view
v2.3.1
I left a typo in atom-socket
so we had to bump everything and re-release 😳 🎉
Also, we now send the client version in the query string when connecting to the IDE server.
v2.3.0
updates to atom-socket
🎉
- no más auto-reconnect, no más immortal processes hanging on the server
ddoouubbllee tteexxtt
is gone
other stuff 🌮
- we decided to share the status bar, rather than covering everything else up that was there 😬
- "Connecting to LearnLearn" in the terminal was funny, but not on purpose, so we cleared that up
- updated our build with Atom's latest release (1.13.0)
v2.2.1
- Fix issue on Windows caused by missing environment variables
v2.2.0
- Improves upgrade experience on Windows from v1.9 to v2.2 (Installation guides user through uninstalling v1.9 through the Control Panel)
- Fixes custom protocol for Learn Open button on Windows. Switches protocol handler from
atom
tolearn-ide
to avoid conflicts with Atom installations.
v2.1.0
- Websocket connection sharing has been reimplemented using atom-socket instead of single-socket for better cross platform reliability, specifically on Windows.
- Various bugs have been squashed, see the beta release notes for more details
v2.1.0-beta6
Bumps learn-ide-tree
to v1.0.17
v2.1.0-beta5
v2.1.0-beta5
v2.1.0-beta4
v2.1.0-beta4
v2.1.0-beta3
- Remove
winston
logging - Update
fs-plus
to latest release innsync-fs