Skip to content

Latest commit

 

History

History
158 lines (108 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

158 lines (108 loc) · 4.01 KB

Changelog

Script License Version

v1.11.11

24/04/2023

  • Added build.sh as a way to more conveniently install the script.
    • Removed Makefile and check_requirements.sh, as they are now redundant.

v1.10.11

18/04/2023

  • Multiline input support added.
  • 'Loading' message blinks on supported terminals.

v1.10.10

12/04/2023

  • Added glow for better formatting.
    • Optional requirement. If glow is found on a system, it is used to format OpenAI's response.
  • Update README + Minor formatting.
  • Updates check_requirements.sh to check for glow.
  • Loading message displayed while waiting for API response.
  • Changed logo color to blue.

v1.10.9

11/04/2023

  • Added the following documents in accordance with GitHub's community standards.

    • CONTRIBUTING.md
    • PULL_REQUEST_TEMPLATE.md
    • CODE_OF_CONDUCT.md
  • Update README + Minor formatting.

  • ISSUES_TEMPLATE.md added after the fact, coz I goofed up with git add

v1.10.8

07/04/2023

  • Added pre-defined prompt to generate single line shell commands.
    • Start your query with -cmd

v1.9.8

06/04/2023

  • Text folding added for ChatGPT responses. Text folds and line breaks appear according to the width of the terminal.

v1.9.7

05/04/2023

  • Added pre-defined prompts to make content generation easier. Prompts for the following have been added:
    • Email -email or --e
    • Articles -article or --a
  • Further comments added
  • Minor formatting

v1.8.7

30/03/2023

  • Readline input mode added. Allows the user to navigate the query they are typing using the arrow keys and correct it as required
  • Minor formatting

v1.8.6

28/03/2023

  • gpt-4 Model added

v1.7.6

27/03/2023

  • Added comprehensive comments to the script

v1.7.5

27/03/2023

  • Fixed connection_error function. It is no longer causing an error message by default.
  • In case an error occurs, the specific error message from OpenAI is now displayed.

v1.7.4

27/03/2023

  • Added 'Used Tokens' feature. Only available for text based queries
    • Tokens used are also reflected in the history file.
  • Minor reformatting for history file to make it visually easier to read.

v1.6.4

24/03/2023

  • More robust requirements checking.
    • check_requirements.sh has been updated to specifically point out which of the required tools is missing.

v1.6.3

23/03/2023

  • Image URL shortener added. URL shortened using tny.im API

v1.6.2

22/03/2023

  • Better formatting, following this source.

v1.6.1

20/03/2023

  • Added image generation.
    • Pass arguments with -image followed by the image generation prompt.

v1.5.1

11/03/2023

  • Added option for interacting with text-davinci-003
    • Pass arguments with -davinci followed by the query.

v1.4.1

10/03/2023

  • Added a history feature.
    • History file is located at ~/.hal2023_history.txt

v1.3.1

07/03/2023

  • Changed default model to gpt-3.5-turbo

v1.2.1

02/03/2023

  • Added 'Check Requirements' to Makefile

v1.2.0

02/03/2023

  • Added Error Message Handling

v1.1.0

24/01/2023

  • Added a Makefile for easy installation.
  • Cleaned up the script.

v1.0.0

23/01/2023

  • Initial Release.

Versioning System

HAL 2023 CLI uses Semantic versioning 2.0.0

License MIT