# Release Notes

<details>

<summary>V0.1.0 (Beta) October 2024</summary>

**Welcome to Code Call Beta!** We’re excited to launch the beta version of Code Call. This is your chance to explore the platform, try out our features, and help us improve before the official release.

**New Features:**

* **One-click GitHub signup**: Get started with ease by connecting your GitHub account to instantly create your Code Call profile.
* **Instant wallet generation**: A wallet is automatically generated upon signup to manage your rewards.
* **Profile customization**: Add your social links, update your bio and display your GitHub username.
* **USDC withdrawals with MoonPay**: You can withdraw your earnings using MoonPay, making it easy to get your rewards.
* **ZK Sync Network**: Using ZKSync network for reduced gas fees and a future proof dapp
* **Compete in open-source projects**: Participate in project challenges and compete to earn rewards.
* **Trainings**: Earn XP and hone your skills with an introductory training course!
* **Become a reviewer**: by clicking the “Become a Reviewer” button. After applying, there will be a 24-hour waiting period, followed by a random selection process to assign reviewers for the first projects.

**What to Expect in the Beta:**

* This beta release is focused on letting you test our core features.
* We are putting our money where our mouth is and have left out some features of the app for you to compete and implement. Ofcourse you will earn doing that!
* Your feedback is valuable! If you encounter any bugs, issues, or have suggestions, please share them with us via the feedback form or in our Discord community.

**Known Issues:**

* Github Labels are not taken into consideration but we encourage you to try implementing the feature
* Currently there is no way to remove yourself as a reviewer but we can do that manually, just reach out to one of our team members
* There is a small bug when clicking the “become a reviewer” where the console throws an error but makes you the judge anyway

**Note on Payments:** For security purposes, the MoonPay integration and private key management have not been implemented in the beta as we are finalizing the required encryption methods. During the beta phase, payments for approved code will be sent directly to a wallet you provide us.

Thank you for being part of the Code Call beta. Your input will help shape the future of our platform!

</details>


---

# 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://codecall.gitbook.io/code-call/contributors/release-notes.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.
