mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: add pretty
This commit is contained in:
@@ -11,15 +11,18 @@ fix: slash command does not work
|
||||
## v0.9.0
|
||||
|
||||
fix:
|
||||
|
||||
- export button does not work
|
||||
|
||||
feat:
|
||||
|
||||
- add an export markdown button
|
||||
- `Control Center` adds `Notes` and `Download` menus for managing exported chat files (Markdown, PNG, PDF). `Notes` supports markdown previews.
|
||||
|
||||
## v0.8.1
|
||||
|
||||
fix:
|
||||
|
||||
- export button keeps blinking
|
||||
- export button in the old chat does not work
|
||||
- disable export sharing links because it is a security risk
|
||||
@@ -27,22 +30,26 @@ fix:
|
||||
## v0.8.0
|
||||
|
||||
feat:
|
||||
|
||||
- theme enhancement (Light, Dark, System)
|
||||
- automatic updates support `silent` settings
|
||||
- pop-up search: select the ChatGPT content with the mouse, the `DALL·E 2` button appears, and click to jump (note: because the search content filled by the script cannot trigger the event directly, you need to enter a space in the input box to make the button clickable).
|
||||
|
||||
fix:
|
||||
|
||||
- close the main window and hide it in the tray (windows systems)
|
||||
|
||||
## v0.7.4
|
||||
|
||||
fix:
|
||||
|
||||
- trying to resolve linux errors: `error while loading shared libraries`
|
||||
- customize global shortcuts (`Menu -> Preferences -> Control Center -> General -> Global Shortcut`)
|
||||
|
||||
## v0.7.3
|
||||
|
||||
chore:
|
||||
|
||||
- optimize slash command style
|
||||
- optimize tray menu icon and button icons
|
||||
- global shortcuts to the chatgpt app (mac: `Command + Shift + O`, windows: `Ctrl + Shift + O`)
|
||||
@@ -54,6 +61,7 @@ fix: some windows systems cannot start the application
|
||||
## v0.7.1
|
||||
|
||||
fix:
|
||||
|
||||
- some windows systems cannot start the application
|
||||
- windows and linux add about menu (show version information)
|
||||
- the tray icon is indistinguishable from the background in dark mode on window and linux
|
||||
@@ -61,10 +69,12 @@ fix:
|
||||
## v0.7.0
|
||||
|
||||
fix:
|
||||
|
||||
- mac m1 copy/paste does not work on some system versions
|
||||
- optimize the save chat log button to a small icon, the tray window no longer provides a save chat log button (the buttons causes the input area to become larger and the content area to become smaller)
|
||||
|
||||
feat:
|
||||
|
||||
- use the keyboard `⇧` (arrow up) and `⇩` (arrow down) keys to select the slash command
|
||||
<!-- - global shortcuts to the chatgpt app (mac: command+shift+o, windows: ctrl+shift+o) -->
|
||||
|
||||
@@ -77,6 +87,7 @@ fix: sync failure on windows
|
||||
fix: path not allowed on the configured scope
|
||||
|
||||
feat:
|
||||
|
||||
- optimize the generated pdf file size
|
||||
- menu added `Sync Prompts`
|
||||
- `Control Center` added `Sync Custom`
|
||||
@@ -86,6 +97,7 @@ feat:
|
||||
## v0.6.0
|
||||
|
||||
fix:
|
||||
|
||||
- windows show Chinese when upgrading
|
||||
|
||||
## v0.5.1
|
||||
@@ -103,11 +115,13 @@ add chatgpt log (path: `~/.chatgpt/chatgpt.log`)
|
||||
## v0.4.1
|
||||
|
||||
fix:
|
||||
|
||||
- tray window style optimization
|
||||
|
||||
## v0.4.0
|
||||
|
||||
feat:
|
||||
|
||||
- customize the ChatGPT prompts command (https://github.com/lencx/ChatGPT#-announcement)
|
||||
- menu enhancement: hide application icons from the Dock (support macOS only)
|
||||
|
||||
@@ -116,12 +130,14 @@ feat:
|
||||
fix: can't open ChatGPT
|
||||
|
||||
feat: menu enhancement
|
||||
|
||||
- the control center of ChatGPT application
|
||||
- open the configuration file directory
|
||||
|
||||
## v0.2.2
|
||||
|
||||
feat:
|
||||
|
||||
- menu: go to config
|
||||
|
||||
## v0.2.1
|
||||
@@ -131,12 +147,14 @@ feat: menu optimization
|
||||
## v0.2.0
|
||||
|
||||
feat: menu enhancement
|
||||
|
||||
- customize user-agent to prevent security detection interception
|
||||
- clear all chatgpt configuration files
|
||||
|
||||
## v0.1.8
|
||||
|
||||
feat:
|
||||
|
||||
- menu enhancement: theme, titlebar
|
||||
- modify website address
|
||||
|
||||
@@ -147,6 +165,7 @@ feat: tray window
|
||||
## v0.1.6
|
||||
|
||||
feat:
|
||||
|
||||
- stay on top
|
||||
- export ChatGPT history
|
||||
|
||||
@@ -157,6 +176,7 @@ fix: mac can't use shortcut keys
|
||||
## v0.1.4
|
||||
|
||||
feat:
|
||||
|
||||
- beautify icons
|
||||
- add system tray menu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user