# Jan. 7, 2021

## TOC

* [Highlight](/release-notes/goormide/7th-jan-2021.md#highlight)
  * [Updated GitHub authentication method](/release-notes/goormide/7th-jan-2021.md#updated-github-authentication-method)
  * [Added Event Log feature to Git version management tab](/release-notes/goormide/7th-jan-2021.md#added-event-log-feature-to-git-version-management-tab)
* [Resolved issues](/release-notes/goormide/7th-jan-2021.md#resolved-issues)

## Highlight

### Updated GitHub authentication method

![](/files/-MQQTdryoC9pSRZEEQ77)

* The Github authentication method was changed which is in the container creation process.
* You can use GitHub authentication in a more secure way.

### Added Event Log feature to Git version management tab

![](/files/-MQQTiY9rc3H1Lsb_Bpd)

* The Event feature has been added to the version control tab on the left sidebar.
* In the Events tab, you can check logs of git-related actions. It provides a clearer reason for failure.

## Resolved issues

* Fixed a bug where showing the incorrect number of containers on the Dashboard page.
* Added a Create button to the bottom of the container creation page.
* Fixed a bug where an error occurred when there were no invitees when inviting users to a container.
* Fixed a bug in which the modifications of files right under the /workspace directory were not saved.
* Improved wordings of file import/export feature in goormIDE.
* Blocked old browsers like IE and legacy versions of Edge.
* Fixed a problem where the terminal was reset and moved to the root path.
* Fixed the infinite progress of unzip/untar bug.
* Fixed a bug where the branch search input is not reset after closing the tab.
* Fixed a bug where the Members table is broken when inviting more than a certain number of users.
* Updated some error messages to more user-friendly when creating a container.
* Added preview button to \*.md extension file.
* Fixed a bug where the container empty notice is not displayed on the Dashboard page.
* Support responsive design in the container list of the Dashboard and partner list of the Pricing page.
* Fixed some UI bugs in the Dashboard page.


---

# Agent Instructions: 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/7th-jan-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.
