> 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

v1.16.0, v.2.12.0

## 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

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-ML6maxJF7isWZkgDZo7%2F-ML6mf_pFGn20fjQR1jW%2Fnew_dashboard.gif?alt=media\&token=91c1a9b5-abb0-4916-8513-50691e94248d)

* 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

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-ML5wjqUjz2LsMs8H6Id%2F-ML5wonSI28dEHMkmU3E%2Fimage%20card.png?alt=media\&token=293a4091-c289-45a0-b998-29c5dde20814)

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!

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-MLAnzGyDm_ARGXHsa2p%2F-MLAo6P_rFywJs7n5ZUM%2Fgpu_support02.png?alt=media\&token=ce98debe-8dd5-4c79-991f-d59cfdd6e1aa)

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-ML5lWZODGnVhuZiOlZQ%2F-ML5n4WAND7RYkROlAVB%2Fgpu_support.gif?alt=media\&token=9a4337d0-6651-43c6-989f-13b7293fefe7)

**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

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-ML5wr9aVczXEaCpycJ6%2F-ML5ybHN_60TTxowA049%2Fssl_support.png?alt=media\&token=28b15aae-65a3-4376-93ca-25a27fa8b0b6)

**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!

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-ML60dx8jz2ZAm8EWk2L%2F-ML60iX2jRcuqzdc7mYC%2Ffile_color.png?alt=media\&token=a0b844ed-b72a-4d08-8a90-46cbd69394ee)

### 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.
