# Changelog

All changes and updates to EasyPrompt are made with our mission in mind: **Ship. Evolve. Ship. Evolve.** This is our commitment to our users that we will continuously improve our chatbot and library to provide the best possible prompt generating experience.

### \[Library - 1.1.2] - 2023-04-21

#### Added

* Add a new feature try out and test the effectiveness of prompts via chatbot
* Add a new feature to share highlight via Twitter

### \[Library - 1.1.1] - 2023-04-11

#### Added

* Added the ability to share prompts via Twitter

#### Changed

* Improved copy prompt option

#### Fixed

* Fixed issue with prompt display on mobile devices

### \[Chatbot - 1.3.0] - 2023-04-08

#### Added

* Added the /reward and /library commands
* Introduced a new plan for each user
* Updated prompts and added a referral type

#### Fixed

* Fixed issue with splitting answers that exceeded the character limit

#### Changed

* Reset token each month

### \[Library - 1.1.0] - 2023-04-06

#### Added

* Added the option to log in with Twitter
* Added a trending section in the search feature
* Added formatting options for detailed prompts

#### Changed

* Removed dark background and improved display CSS

### \[Chatbot - 1.2.1] - 2023-03-31

#### Added

* Added ref when the user starts

#### Fixed

* Removed detailed error in responses

#### Changed

* Increased threshold to 100k
* Restricted responses to private messages only
* Updated welcome message to provide more information about the bot's capabilities

### \[Library - 1.0.0] - 2023-03-31

#### Added

* Added over 100 megaprompts to the list
* Introduced the option to vote, comment, and classify prompts by categories
* Added search and filter options
* Provided prompt examples for reference

### \[Chatbot - 1.2.0] - 2023-03-09

#### Added

* Added the /balance command
* Required joining the community group before using the bot
* Added a join message

#### Changed

* Upgraded to gpt-3.5-turbo
* Set default GPT at the start

### \[Chatbot - 1.1.1] - 2023-03-06

#### Added

* Added logs to keep track of usage

#### Fixed

* Restricted token usage to the specified threshold per month

#### Changed

* Added a message when users exceed the token threshold

### \[Chatbot - 1.1.0] - 2023-02-22

#### Added

* Added prompt modes
* Introduced the /donate and /feedback commands

#### Changed

* Updated the welcome message

### \[Chatbot - 1.0.0] - 2023-02-13

#### Added

* Added the /start, /help, /retry, /new, /mode, and /balance commands

### About

At EasyPrompt, we're always working to improve our products, so please let us know if you have any feedback or suggestions. Ship. Evolve. Ship. Evolve.


---

# 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.easyprompt.xyz/easyprompt/changelog.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.
