Files
MoodleGPT/CHANGELOG.md
T
2024-02-28 16:52:01 -05:00

834 B

CHANGELOG

v1.0.4

  • code is not required anymore
  • Issue #9 resolved
  • GPT version button fixed
  • Better algorithm to find the correct answer (levenshtein distance)
  • Better ChatGPT prompt
  • Added history to the options/configuration

v1.0.3

  • Removed the option table formating because it will now set to true by default
  • Adjusted the abort timeout to 15seconds
  • If an error occur the user can now click back on the question
  • Textbox, question to answser mode and clipboard mode is not formatted anymore
  • Fixed many bugs
  • Write AI system instructions

v1.0.2

  • Added mode

v1.0.1

  • Removed langage
  • Added a button next to model to get the last ChatGPT version
  • Added update message

v1.0.0

  • Initial commit