> 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/24th-may-2021.md).

# May. 24, 2021

v1.33.0, v.2.31.0

## TOC

* [Highlight](/release-notes/goormide/24th-may-2021.md#highlight)
  * [Updated New Container Page](/release-notes/goormide/24th-may-2021.md#updated-new-container-page)
  * [Improved the file tab list UI](/release-notes/goormide/24th-may-2021.md#improved-the-file-tab-list-ui)
  * [Run commands in the background](/release-notes/goormide/24th-may-2021.md#run-commands-in-the-background)
* [Resolved issues](/release-notes/goormide/24th-may-2021.md#resolved-issues)

## Highlight

### Updated New Container Page

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-MaaaDMucStF8CmVm-4m%2F-Maac0FlAxYIzxhdXU3Z%2FImage1.png?alt=media\&token=97724631-338b-4207-9d6d-df39c10583b7)

* Now you can create a new container on the dashboard page without redirect to the new container page.

### Improved the file tab list UI

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-MaaaDMucStF8CmVm-4m%2F-Maac8rFYaXU5y9rbRwl%2FImage2.png?alt=media\&token=0ef5cbe0-033a-41df-a675-b11ee82dd0f7)

* The file tab list UI improved to scroll move.
* You can view the full name of the file without ellipsis.

### Run commands in the background.

![](https://2181851870-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lq-Q9LciN1X9EABxGkt%2F-MaaaDMucStF8CmVm-4m%2F-MaacGY43YbUqO2Lka-8%2FImage3.png?alt=media\&token=cd9ffee1-159e-48af-bec7-a59b2bbdca95)

* When using an Always-On container, check "Run in the background" if you want the command to run even when you close the browser.
* When checked and executed, the "nohup" command is encased and executed without any additional work from you.

## Resolved issues

* Fixed issue that browser stops when there are many "Staged" and "UnStaged" files in Git tab.
* Fixed issue that tabs are overlapped when you float multiple file tabs to allow horizontal scrolling in the file tab.
* Modified "Staged", "Unmodified", "Modified" status to be visible separately on the Git tab.
* Added Close button at the top-right end of UI in the Search feature.
* Fixed a bug where the "service mongod start" command did not work when checked the MongoDB installation option when creating a container.
* Added "npm install" command at Vue.js stack's run command.
* Added a feature that allows you to open files larger than 10MB using vim editor.
* Improved placeholder contents of Git authentication input in the New Container page.
* Added guest information of your container in the Member card, Container Settings page.
* Fixed issue that the new container created with an image is located last in the container list.
