Skip to content

v0.9.0

Compare
Choose a tag to compare
@yjg30737 yjg30737 released this 04 Aug 03:10
· 314 commits to main since this release

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

ezgif-3-f635ccd564

  • Highlight searched word
  • Now you can paste images right away to prompt for using GPT Vision
  • Update images list GUI for GPT Vision

image

  • 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

ezgif-3-c5084197f0

  • 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