v0.9.0
What's Changed
- Change parent class of each units from QLabel to QTextBrowser
- For loading messages faster (QLabel takes so much time to render 😥)
- For supporting markdown feature
- Highlight searched word
- Now you can paste images right away to prompt for using GPT Vision
- Update images list GUI for GPT Vision
- Add "send message" button
- Add shortcuts in each buttons for convinience
- Change the photo in the ChatGPT Import manual to a local photo
- Default website structure for each image section
- Apply indentation when receiving responses in JSON Mode
- Enhance the convenience of the JSON editor used in JSON Mode
- Enable navigation between prompts using Ctrl+Up and Ctrl+Down keys
- Set each font for font family items in the "Customize" dialog to distinguish them easily
- Add
is_json_response_available
to the message table in the DB - Fix the issue where llamaindex always initializes regardless of its activation status at app start (to reduce app loading time)
- Display a Splash Screen at app start
- Differentiate the app start point (main) from the main window source
- Other refactoring and addition of constants
Full Changelog: v0.8.2...v0.9.0