> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/release-notes/goormide/23rd-jul-2020.md).

# Jul. 23, 2020

v1.11.0, v.2.9.0

## TOC

* [Highlight](/release-notes/goormide/23rd-jul-2020.md#highlight)
  * [Better Javascript/JSX syntax highlighting and formatting](/release-notes/goormide/23rd-jul-2020.md#better-javascript-jsx-syntax-highlighting-and-formatting)
  * [Added links to Forum and Help at top of the goormIDE home page](/release-notes/goormide/23rd-jul-2020.md#added-links-to-forum-and-help-at-top-of-the-goormide-home-page)
  * [Ubuntu 14.04 based software stacks are deprecated](/release-notes/goormide/23rd-jul-2020.md#ubuntu-14-04-based-software-stacks-are-deprecated)
* [Resolved issues](/release-notes/goormide/23rd-jul-2020.md#resolved-issues)

## Highlight

### **Better Javascript/JSX syntax highlighting and formatting**

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-MDDIvR9Vg9mjf6sYWbE%2F-MDDkPEZXNI_CAiOltJX%2Fsyntax-highlighting.png?alt=media\&token=083b3b1e-9777-486a-8cb5-53b68a41d6aa)

* Updated to the latest version of Codemirror editor's Javascript/JSX support which is covering up to ES8 grammar.

### Added links to Forum and Help at top of the [goormIDE home page](https://ide.goorm.io)

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-MDE17dCSJVJAxAj4SLG%2F-MDE1Bf1P73yal8EQtfS%2Fgnb_update.png?alt=media\&token=be7fcc9f-61a2-4763-b274-69db3361db8d)

* Go to the [help page](https://help.goorm.io/en/goormide?_ga=2.118860361.1102329680.1595207508-806891901.1594695032) when you want to know how to use goormIDE.\
  If you need help with your development, you can discuss it with goorm users on the [forum page](https://www.reddit.com/r/goormIDE/).

### Ubuntu 14.04 based software stacks are deprecated

The following software stacks will no longer be able to be created.

* Blank / Ubuntu 14.04 LTS
* C/C++ / Ubuntu 14.04 LTS
* Django / Ubuntu 14.04 LTS
* Express / Ubuntu 14.04 LTS
* Flask / Ubuntu 14.04 LTS
* Go / Ubuntu 14.04 LTS
* Kotlin / Ubuntu 14.04 LTS
* Node.js / Ubuntu 14.04 LTS
* Python / Ubuntu 14.04 LTS
* PyQt / Ubuntu 14.04 LTS
* React / Ubuntu 14.04 LTS
* React Native / Ubuntu 14.04 LTS
* Ruby / Ubuntu 14.04 LTS
* Ruby on Rails / Ubuntu 14.04 LTS
* Sinatra / Ubuntu 14.04 LTS

Of course you can still open your containers created before this update with the above stacks.

## Resolved issues

* Fixed notice message title to "Notice" from "Warning" which was popped up when SCM push/pull operations are completed.
* Fixed bug where modal was not visible when clicking WebView and Chat button at the bottom right.
* Fixed bug with anonymous GitLab repository connection.
* Changed the "search" button to a toggle button in the toolbar at the top right.
* Improved a performance issue with SCM panel when a user made changes at a large number of files.
* The container creation naming convention has changed.
  * When selecting Django stack: Impossible to include word "django" and special character \[ - ]
  * When selecting the rest of the stack: Alphanumeric and special characters \[ -, \_ ] are allowed.
