Skip to content

v0.7.6

Compare
Choose a tag to compare
@yjg30737 yjg30737 released this 17 Jul 03:49
· 423 commits to main since this release
34d9e3e

What's Changed & Added features

  1. pyqt-openai will export conversation history as JSON instead of sqlite DB file.
  2. You can import conversation which exported from pyqt-openai.
  3. You can import from ChatGPT data.
  4. Reorganizing DB
  5. Discontinue supporting openai below 0.28
  6. Add "Favorite" feature on each message
  7. Full screen feature
  8. Saving window layout set by user
  9. Update constants.py
  10. Change the process of insert message through signal between the scripts (makes it more efficient)
  11. Exclude id from showing/hiding columns
  12. Fix bugs

Preview

image

  • Yellow line - You can go to the settings on "File" menu (I forgot to mention in the previous version)
  • Blue line - Import your previous data from other PC or data exported from ChatGPT.
    • IMPORTANT: Pick conversations.json when you import.
  • Red line - Export (=Save). I changed one of the exported type from sqlite db to json.
  • Orange line - Favorite. Pick message you want to read again and see it on "Favorite List".

Full Changelog: v0.6.5...v0.7.5