# Apr. 24, 2025

<figure><img src="/files/nUEhoBPwKw2X5EewliOk" alt=""><figcaption></figcaption></figure>

### 공통

#### 변경 사항

* 코드에디터의 테마 옵션을 추가했습니다.
  * 기존 2가지 테마에 더해 새로운 테마들이 추가되어, 보다 개인화된 환경에서 코드를 작성할 수 있습니다.

<figure><img src="/files/2AzeADidvRbghxuKklw7" alt=""><figcaption></figcaption></figure>

#### 버그 수정

* AI/ML 문제, SQL 문제 유형의 코드에디터에서 '저장' 단축키가 동작하지 않던 현상을 수정했습니다.

### 관리자

#### 새로운 소식

* 일반 프로그래밍 문제를 제작할 때, 입력 파일(.zip)에 포함된 소스 코드 파일을 참조하고 활용할 수 있습니다.
  * 지원되는 언어: C, C++, Java, Python3, Javascript
* 일반 프로그래밍 문제를 제작할 때, Python 시각화 라이브러리인 Seaborn도 사용할 수 있습니다. ([**사용 문의**](https://devth.channel.io/home))

#### 버그 수정

* 특정 상황에서 코드 붙여넣기 의심이 감지되지 않던 현상을 수정했습니다.


---

# 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/goormdevth/apr.-24-2025.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.
