# 2024년 4월 19일

## 새로운 기능

* **MacOS용 데스크탑 앱:** MacOS 사용자들을 위한 전용 데스크탑 앱을 소개하며, 접근성과 사용자 경험을 향상시킵니다.\
  문서 보기: [Rememberizer Desktop Agent Application](https://docs.rememberizer.ai/personal/rememberizer-agent-desktop-application)

## 개선사항

* **앱 디렉토리 UI 업데이트:** 앱 디렉토리의 새로운 레이아웃은 보다 직관적이고 사용자 친화적인 내비게이션 경험을 제공합니다.

## 버그 수정

* **검색 문서 줄 바꿈 처리:** 검색 문서 쿼리에서 줄 바꿈 및 리턴 문자가 잘못 제거되는 문제를 수정했습니다.
* **검색 UI 표시 버그:** 검색 결과에서 각 문서에 대해 `작성일` 필드가 정확하게 표시되도록 검색 UI 버그를 수정했습니다.


---

# 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://docs.rememberizer.ai/ko/undefined-2/releases/2024-releases/apr-19th-2024.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.
