> 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/3rd-nov-2020.md).

# Nov. 3, 2020

## TOC

* [Highlight](/release-notes/goormide/3rd-nov-2020.md#highlight)
  * [Renewed Dashboard](/release-notes/goormide/3rd-nov-2020.md#renewed-dashboard)
  * [Added Container Image feature](/release-notes/goormide/3rd-nov-2020.md#added-container-image-feature)
  * [GPU resources are available!](/release-notes/goormide/3rd-nov-2020.md#gpu-resources-are-available)
  * [Added Custom Domain SSL upload feature](/release-notes/goormide/3rd-nov-2020.md#added-container-image-feature)
  * [Elements at the Project Explorer are now clearer!](/release-notes/goormide/3rd-nov-2020.md#elements-at-the-project-explorer-are-now-clearer)
  * [Support for various container templates](/release-notes/goormide/3rd-nov-2020.md#support-for-various-container-templates)
  * [Reduced Ruby on Rails container creation time](/release-notes/goormide/3rd-nov-2020.md#reduced-ruby-on-rails-container-creation-time)
  * [Added Expressions feature in Debug panel on C/C++ stack](/release-notes/goormide/3rd-nov-2020.md#added-expressions-feature-in-debug-panel-on-c-c-stack)
* [Resolved issues](/release-notes/goormide/3rd-nov-2020.md#resolved-issues)

## Highlight

### Renewed Dashboard

![](/files/-ML6mf_pFGn20fjQR1jW)

* Pin the containers you use often!
* Easily find the containers you need by sorting by last updated, last created.
* And various UI/UX improvements...

### Added Container Image feature

![](/files/-ML5wonSI28dEHMkmU3E)

Make image snapshots of the current state of your container.\
It'll make it easy to create containers with your own environment.

### GPU resources are available!

![](/files/-MLAo6P_rFywJs7n5ZUM)

![](/files/-ML5n4WAND7RYkROlAVB)

**Try using GPU resources quickly and easily with goormIDE.**

* Various models including NVIDIA Tesla K80, V100.
* Freely move CPU/GPU instances based on container.
* You can increase and decrease GPU resources at any time per container.
* Real-time editing and testing directly on GPU instances without deployment.
* Simply connect TensorBoard, Jupyter Notebook, etc.

### Added Custom Domain SSL upload feature

![](/files/-ML5ybHN_60TTxowA049)

**How to use ?**

* Requires custom domain and ssl certificate. Compress the ssl certificate into zip file and upload it.\
  It will take 1-2 days for the certificate to be applied.

### Elements at the Project Explorer are now clearer!

![](/files/-ML60iX2jRcuqzdc7mYC)

### Support for various container templates

You can create new container based on below templates for better environment.\
Check it up in goormIDE Hub!

* Jenkins
* MariaDB, MongoDB
* Gitlab
* SonarQube
* Selenium
* Puppeteer
* Google Analytics, SpreadSheet, Calendar, Gmail
* Terraform
* Zabbix
* Zapier
* Postman

### Reduced Ruby on Rails container creation time

The Ruby on Rails container creation time, which took more than 10 minutes, has been reduced to less than 1 minute.

### Added Expressions feature in Debug panel on C/C++ stack

Add some variables or expressions on the Expressions table you want to chase up the values on each step of debugging.

## Resolved issues

* Fixed a bug where the error code was displayed in \[Create container] -> \[Deployment] -> \[Heroku].
* Fixed a bug where the sharing feature does not work properly.
* Fixed a bug where the account dropdown menus do not work properly.
* Fixed a bug where the maximum count was not able to reach when inviting collaborators.
* If the editor is in emmet mode and the selected file is html, pressing Cmd (Ctrl) + Shift + D keys will change the match pair range function to line copy function.
* Fixed the debug feature on the Python stack.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.goorm.io/release-notes/goormide/3rd-nov-2020.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
