# Changelog

### v1.3.2 2024-01-24

* [x] Added Gemini Pro, a large model available for free
* [x] Added Markdown visualization + code highlighting
* [x] Updated to support the latest large models
* [x] Fixed some bugs

### v1.3.1 2023-11-06

* [x] Fix Prompt pop up exception
* [x] Fix error prompt
* [x] Fix some bugs

### v1.3.0 2023-11-06

* [x] Add multiple Ai engines&#x20;
* [x] Added support for over 30 large models&#x20;
* [x] Fix chat window white box issue&#x20;
* [x] Fix paste mode bug&#x20;
* [x] Optimize UI details

### v1.2.0 2023-09-20

* [x] Fix various bugs

### v1.1.0 2023-08-22

* [x] Add Chinese support
* [x] Repair the chat experience

### v1.0.0 2023-08-16

* [x] Release paid version

### v0.1.0 2023-07-16

* [x] Fixed the black-and-white icon change issue on MAC taskbar
* [x] Fixed the network error bug
* [x] Fixed the bug where generation stops halfway
* [x] Added a factory reset button
* [x] Added the ability to view built-in prompts that cannot be modified
* [x] Added the ability to view usage history data
* [x] Added the ability to display selected text in the input box
* [x] Optimized the use of prompts, allowing only one to be selected
* [x] Added taskbar shortcut key display
* [x] Fixed UI interaction bugs
* [x] Reduced the learning curve

### v0.0.4 2023-07-10

* [x] Fixed custom Prompt not working

### v0.0.3 2023-07-10

* [x] Add API proxy
* [x] Add documentation link
* [x] Add disable do not disturb alerts
* [x] Add Linux version support
* [x] Fix some bugs

### v0.0.2 2023-07-01

* [x] Add an error message for ChatGPT network unavailable.
* [x] Add an initialization tutorial window on login.
* [x] Add the option to modify the shortcut keys for calling out.
* [x] Fix the issue of Mac prompting for illegal applications.
* [x] Fix the problem of unable to generate.
* [x] Fix the email verification issue.
* [x] Update the typing option from "option(alt)+enter" to a single enter key.
* [x] Optimize the UI experience.

### v0.0.1 2023-06-29

* [x] Release the first version of Helper

### Develop 2023-06-03

* [x] This product was developed at this time


---

# 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://doc.helper.im/product-related/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.
