# Copy of 릴리즈 노트

## 코코넛 월렛

🔗 <https://github.com/noncelab/coconut_wallet/blob/develop/CHANGELOG.md>

| 버전    | 날짜         | 변경 이력                                                                   |
| ----- | ---------- | ----------------------------------------------------------------------- |
| 2.1.1 | 2025.01.10 | tx 데이터 저장 및 생성일시 표기 로직 수정                                               |
| 2.1.0 | 2025.01.08 | <p>UTXO 선택 전송 기능 추가 </p><p>UTXO 태그 설정 기능 추가 </p><p>트랜잭션 메모 설정 기능 추가</p> |
| 2.0.0 | 2024.12.06 | 다중 서명 기능 추가                                                             |
| 1.0.2 | 2024.10.25 | <p>보내기 화면 UI 변경 </p><p>용어집 바로가기 카드 추가 </p><p>지갑 상세 화면 아이콘 변경</p>        |
| 1.0.1 | 2024.09.27 | <p>배포 이슈로 인한 버전 업데이트 </p><p>수도꼭지 주소 입력 커서 버그 수정</p>                     |
| 1.0.0 | 2024.09.13 | Initial version                                                         |

## 코코넛 볼트

🔗 <https://github.com/noncelab/coconut_vault/blob/develop/CHANGELOG.md>

| 버전    | 날짜         | 변경 이력자세히 보기                                                                                                               |
| ----- | ---------- | ------------------------------------------------------------------------------------------------------------------------- |
| 2.0.1 | 2025.01.08 | 홈화면 외 testnet 라벨 제거                                                                                                       |
| 2.0.0 | 2024.12.06 | 다중 서명 기능 추가                                                                                                               |
| 1.0.1 | 2024.10.25 | <p>웹 시뮬레이터 제공 </p><p>지갑 내보내기 화면 수정 </p><p>앱 아이콘 스플래시 변경 </p><p>bip-39 포함 단어 검증 로직 추가 </p><p>안드로이드 ≤8.0 화면 방향 고정 버그 수정</p> |
| 1.0.0 | 2024.09.30 | Initial version                                                                                                           |

## 코코넛 라이브러리

🔗  <https://github.com/noncelab/coconut_lib/blob/main/CHANGELOG.md>&#x20;

| 버전      | 변경 이력                                                                                                                                                       |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0.8.2   | <p>UTXO selection support</p><p>Fix network bug</p>                                                                                                         |
| 0.8.1   | Fix PSBT bug                                                                                                                                                |
| 0.8.0   | Multisig wallet support                                                                                                                                     |
| 0.7.0   | Replaced Objectbox with a File-based database.                                                                                                              |
| 0.6.2   | Mnemonic validation added                                                                                                                                   |
| 0.6.1   | <p>Fix validate multisig address</p><p>Fix address return error that occurred before the initial network connection</p><p>pub.dev guidelines compliance</p> |
| 0.6.1+1 | pub.dev guidelines compliance                                                                                                                               |
| 0.6.0   | Initial version                                                                                                                                             |


---

# 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://tutorial.coconut.onl/info/release-notes-1.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.
