All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Windows executables to release.
- Windows config instructions.
- Reworked release github workflow.
- Use
stdout
for crossterm instead ofstderr
- Bump ratatui version
0.11.1 - 2024-03-19
- Update the license to GPLv3
- Update the notification layout
0.11 - 2024-02-02
- Remove borders for chat block
0.10 - 2024-01-27
- More vim like key bindings for the prompt
- Add Visual mode for the prompt
- Copy and paste from/to the clipboard in the prompt
- Use model from the config file if defined
0.9 - 2023-11-01
- Syntax highlights
- Scroll bars
0.8 - 2023-08-20
- Stop the stream response with the key
t
- Add scrollbar for the chat block
0.7 - 2023-08-12
- Support streamig responses for ChatGPT
0.6 - 2023-04-27
- display a spinner in the waiting message
- chatgpt url is configureable
0.5 - 2023-04-22
- Save the current chat or chat history to a file with the key
s
0.4 - 2023-04-21
- Support configuration file
- Change
ctrl+l
ton
to start a new chat
0.3 - 2023-04-20
- Show chat history with the key
h
?
to show help popup
- Remove mode block
0.2 - 2023-04-17
- Use Arrow keys to scroll
- Fix the scrolling issue
0.1 - 2023-04-16
First release 🎉