Skip to content

Latest commit

 

History

History
140 lines (81 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

140 lines (81 loc) · 2.7 KB

Changelog

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.

[0.11.2] - 2024-09-05

Added

  • Windows executables to release.
  • Windows config instructions.

Changed

  • Reworked release github workflow.
  • Use stdout for crossterm instead of stderr

Updated

  • Bump ratatui version

0.11.1 - 2024-03-19

Changed

  • Update the license to GPLv3
  • Update the notification layout

0.11 - 2024-02-02

Added

Removed

  • Remove borders for chat block

0.10 - 2024-01-27

Added

  • More vim like key bindings for the prompt
  • Add Visual mode for the prompt
  • Copy and paste from/to the clipboard in the prompt

Fixed

  • Use model from the config file if defined

0.9 - 2023-11-01

Features

  • Syntax highlights

Removed

  • Scroll bars

0.8 - 2023-08-20

Features

  • Stop the stream response with the key t
  • Add scrollbar for the chat block

0.7 - 2023-08-12

Features

  • Support streamig responses for ChatGPT

0.6 - 2023-04-27

Features

  • display a spinner in the waiting message
  • chatgpt url is configureable

0.5 - 2023-04-22

Features

  • Save the current chat or chat history to a file with the key s

0.4 - 2023-04-21

Features

  • Support configuration file

Changes

  • Change ctrl+l to n to start a new chat

0.3 - 2023-04-20

Features

  • Show chat history with the key h

Changes

  • ? to show help popup

Removed

  • Remove mode block

0.2 - 2023-04-17

Features

  • Use Arrow keys to scroll

Fixes

  • Fix the scrolling issue

0.1 - 2023-04-16

First release 🎉