> 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/9th-april-2021.md).

# Apr. 9, 2021

## TOC

* [Highlight](/release-notes/goormide/9th-april-2021.md#highlight)
  * [Updated Dashboard Container Card](/release-notes/goormide/9th-april-2021.md#updated-dashboard-container-card)
  * [Access preview URL from the main toolbar](/release-notes/goormide/9th-april-2021.md#access-preview-url-from-the-main-toolbar)
* [Resolved issues](/release-notes/goormide/9th-april-2021.md#resolved-issues)

## Highlight

### Updated Dashboard Container Card

![](/files/-MXpga4YylEa73nmckmT)

* Check it out right now on the [goormIDE](https://ide.goorm.io)

### Access preview URL from the main toolbar

![](/files/-MXqUQoZHrqDSPgnPt04)

* The Preview button has added to the main toolbar which was waited by so many users who wanted to access their preview URL with just one click.
* You can open the preview either in the workspace or as a new tab of the browser.
* Only the software stacks which need the preview URL to check the template project is running are showing the Preview button on the main toolbar by default. You can set show/hide configuration at the top menu "PROJECT" => "Running URL and Port".

## Resolved issues

* Fixed a bug that the file-sharing feature was not working.
* Fixed an issue where the container could not be run after the activation of hibernated containers.
* Added tip about Process monitoring feature in IDE loading page.
* Fixed a bug where default region selection is not proper in the Container Creation page.
* Fixed a broken UI of the Visibility menu on the Share tab of IDE.
* Fixed an issue where the container creation failed saying "The name already exists" after a failure of container creation.
* Modified to not duplicate "https\://" when pasting a URL that starts with "https\://" in the Webview Widget.
* Fixed a bug where avatars are not aligned properly on the Container Card in the Dashboard page.


---

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

```
GET https://help.goorm.io/release-notes/goormide/9th-april-2021.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
