Skip to content

Releases: ihsrobotics/IHS-Monaco-Editor

v1.4.1

23 Mar 00:53
e87c1e0
Compare
Choose a tag to compare

IHS Monaco Editor Release 1.4.1

What's new in 1.4.1

  • Request sent to server every 3 seconds to check if the client is still connected. User is notified if server connection is lost.

Previous Changes:

  • IHS Monaco Editor is finally usable on wombat when offline!
  • Removed online collaborative editing with Yjs and webrtc to improve performance in normal use cases
  • Download zipped project
  • Upload zipped project
  • Save file on file change setting
  • Save button save file or all open files in project setting
  • Switch to different Monaco Editor npm module that is offline compatible
  • Lots of bug fixes with editor and editor tabs

1.3.4

09 Feb 00:36
0249ee3
Compare
Choose a tag to compare

IHS Monaco Editor Release 1.3.4

note: all versions before 1.4.0 are not usable when the client is offline because the Monaco Editor module used relies on an external cdn.

Changes:

  • v1.3.4 introduces a temporary fix that disables online collaborative editing. This should prevent crashing on the chrome browser when the host is offline.
  • Download project button
  • MUI button ripple setting
  • Refactor toast setter
  • Fix server error on auto-startup with cron
  • MUI button ripple setting default to false

1.3.3

08 Feb 21:37
b4ea55f
Compare
Choose a tag to compare

IHS Monaco Editor Release 1.3.3

note: all versions before 1.4.0 are not usable when the client is offline because the Monaco Editor module used relies on an external cdn.

Changes:

  • Download project button
  • MUI button ripple setting
  • Refactor toast setter
  • Fix server error on auto-startup with cron
  • MUI button ripple setting default to false

1.2.0

07 Feb 19:16
Compare
Choose a tag to compare

IHS Monaco Editor Release 1.2.0

note: all versions before 1.4.0 are not usable when the client is offline because the Monaco Editor module used relies on an external cdn.

Changes:

  • Complete refactor of source code for easier development and maintenance.
  • Update GitHub Dark theme to match GitHub Theme VS Code extension.

1.1.1

19 Jan 18:53
Compare
Choose a tag to compare

IHS Monaco Editor Release 1.1.1

note: all versions before 1.4.0 are not usable when the client is offline because the Monaco Editor module used relies on an external cdn.

Changes:

  • Patch bug where if there are no files the file loader would display loading

Unreleased features:

  • Full collaborative editing
  • IntelliSense (Python and C++)
  • Advanced save features