Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Releases: learn-co/learn-ide

v2.3.2

18 Jan 19:26
Compare
Choose a tag to compare

🌲 Aligns the learn-ide-tree with the latest on the upstream, tree-view

v2.3.1

18 Jan 19:23
Compare
Choose a tag to compare

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

17 Jan 23:08
Compare
Choose a tag to compare

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

07 Dec 23:04
Compare
Choose a tag to compare
  • Fix issue on Windows caused by missing environment variables

v2.2.0

06 Dec 21:39
Compare
Choose a tag to compare
  • 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 to learn-ide to avoid conflicts with Atom installations.

v2.1.0

28 Nov 20:52
Compare
Choose a tag to compare
  • 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

28 Nov 19:23
Compare
Choose a tag to compare
v2.1.0-beta6 Pre-release
Pre-release

Bumps learn-ide-tree to v1.0.17

v2.1.0-beta5

22 Nov 23:14
Compare
Choose a tag to compare
v2.1.0-beta5 Pre-release
Pre-release
v2.1.0-beta5

v2.1.0-beta4

21 Nov 17:40
Compare
Choose a tag to compare
v2.1.0-beta4 Pre-release
Pre-release
v2.1.0-beta4

v2.1.0-beta3

15 Nov 21:24
Compare
Choose a tag to compare
v2.1.0-beta3 Pre-release
Pre-release
  • Remove winston logging
  • Update fs-plus to latest release in nsync-fs