Skip to content

Latest commit

 

History

History
101 lines (44 loc) · 3.81 KB

CHANGELOG.md

File metadata and controls

101 lines (44 loc) · 3.81 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.4 (2023-05-27)

Features

  • Added stop stream command (may be buggy) (ca4a209)

1.3.3 (2023-05-24)

Bug Fixes

  • converted modals.ts into a folder with each modal as a seperate file (bee5e87)

1.3.2 (2023-05-24)

Bug Fixes

  • refactored codebase, made it easier to navigate through code by seperating the commands from main (some things still need to be removed) (79c0f8b)

1.3.1 (2023-05-16)

Bug Fixes

  • changed spelling of promt back (ef6bd7c)

1.3.0 (2023-05-16)

Features

  • using streams for better text generation (89a7754)

1.2.0 (2023-05-16)

Features

  • added gpt-4 for translation alongside appropriate setting. Changed default model to gpt-3.5 (5910103)

1.1.6 (2023-03-31)

Bug Fixes

  • updated readme for better text hierarchy (c3becc7)

1.1.5 (2023-03-31)

Bug Fixes

  • Fixed a few errors in README (89c206b)

1.1.4 (2023-03-30)

Bug Fixes

  • update readme in last commit (db18c73)

1.1.3 (2023-03-09)

Bug Fixes

  • removed hotkeys, redundant code and changed name of settings (9d86be8)

1.1.2 (2023-03-06)

Bug Fixes

1.1.1 (2023-03-06)

Bug Fixes

1.1.0 (2023-03-06)

Features

  • added chatgpt integration (4bd4632)

1.0.2 (2023-03-06)

Bug Fixes