v0.7.6
What's Changed & Added features
- pyqt-openai will export conversation history as JSON instead of sqlite DB file.
- You can import conversation which exported from pyqt-openai.
- You can import from ChatGPT data.
- Reorganizing DB
- Discontinue supporting openai below 0.28
- Add "Favorite" feature on each message
- Full screen feature
- Saving window layout set by user
- Update constants.py
- Change the process of insert message through signal between the scripts (makes it more efficient)
- Exclude id from showing/hiding columns
- Fix bugs
Preview
- 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