mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
update log
This commit is contained in:
161
UPDATE_LOG.md
161
UPDATE_LOG.md
@@ -1,197 +1,208 @@
|
|||||||
# UPDATE LOG
|
# UPDATE LOG
|
||||||
|
|
||||||
|
## v0.10.0
|
||||||
|
|
||||||
|
Fix:
|
||||||
|
|
||||||
|
- After exporting the file, open an empty file explorer (https://github.com/lencx/ChatGPT/issues/242)
|
||||||
|
|
||||||
|
Feat:
|
||||||
|
|
||||||
|
- Markdown files support editing and live preview
|
||||||
|
- Add `Awesome` menu to the `Control Center` (similar to bookmarks, but it's just a start, more possibilities in the future), custom URL support for the home and tray windows (if you're tired of ChatGPT as your home screen).
|
||||||
|
|
||||||
## v0.9.2
|
## v0.9.2
|
||||||
|
|
||||||
fix: slash command does not work
|
Fix: Slash command does not work
|
||||||
|
|
||||||
## v0.9.1
|
## v0.9.1
|
||||||
|
|
||||||
fix: slash command does not work
|
Fix: Slash command does not work
|
||||||
|
|
||||||
## v0.9.0
|
## v0.9.0
|
||||||
|
|
||||||
fix:
|
Fix:
|
||||||
|
|
||||||
- export button does not work
|
- Export button does not work
|
||||||
|
|
||||||
feat:
|
Feat:
|
||||||
|
|
||||||
- add an export markdown button
|
- Add an export markdown button
|
||||||
- `Control Center` adds `Notes` and `Download` menus for managing exported chat files (Markdown, PNG, PDF). `Notes` supports markdown previews.
|
- `Control Center` adds `Notes` and `Download` menus for managing exported chat files (Markdown, PNG, PDF). `Notes` supports markdown previews.
|
||||||
|
|
||||||
## v0.8.1
|
## v0.8.1
|
||||||
|
|
||||||
fix:
|
Fix:
|
||||||
|
|
||||||
- export button keeps blinking
|
- Export button keeps blinking
|
||||||
- export button in the old chat does not work
|
- Export button in the old chat does not work
|
||||||
- disable export sharing links because it is a security risk
|
- Disable export sharing links because it is a security risk
|
||||||
|
|
||||||
## v0.8.0
|
## v0.8.0
|
||||||
|
|
||||||
feat:
|
Feat:
|
||||||
|
|
||||||
- theme enhancement (Light, Dark, System)
|
- Theme enhancement (Light, Dark, System)
|
||||||
- automatic updates support `silent` settings
|
- 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).
|
- 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:
|
Fix:
|
||||||
|
|
||||||
- close the main window and hide it in the tray (windows systems)
|
- Close the main window and hide it in the tray (windows systems)
|
||||||
|
|
||||||
## v0.7.4
|
## v0.7.4
|
||||||
|
|
||||||
fix:
|
Fix:
|
||||||
|
|
||||||
- trying to resolve linux errors: `error while loading shared libraries`
|
- Trying to resolve linux errors: `error while loading shared libraries`
|
||||||
- customize global shortcuts (`Menu -> Preferences -> Control Center -> General -> Global Shortcut`)
|
- Customize global shortcuts (`Menu -> Preferences -> Control Center -> General -> Global Shortcut`)
|
||||||
|
|
||||||
## v0.7.3
|
## v0.7.3
|
||||||
|
|
||||||
chore:
|
Chore:
|
||||||
|
|
||||||
- optimize slash command style
|
- Optimize slash command style
|
||||||
- optimize tray menu icon and button icons
|
- Optimize tray menu icon and button icons
|
||||||
- global shortcuts to the chatgpt app (mac: `Command + Shift + O`, windows: `Ctrl + Shift + O`)
|
- Global shortcuts to the chatgpt app (mac: `Command + Shift + O`, windows: `Ctrl + Shift + O`)
|
||||||
|
|
||||||
## v0.7.2
|
## v0.7.2
|
||||||
|
|
||||||
fix: some windows systems cannot start the application
|
Fix: Some windows systems cannot start the application
|
||||||
|
|
||||||
## v0.7.1
|
## v0.7.1
|
||||||
|
|
||||||
fix:
|
Fix:
|
||||||
|
|
||||||
- some windows systems cannot start the application
|
- Some windows systems cannot start the application
|
||||||
- windows and linux add about menu (show version information)
|
- Windows and linux add about menu (show version information)
|
||||||
- the tray icon is indistinguishable from the background in dark mode on window and linux
|
- The tray icon is indistinguishable from the background in dark mode on window and linux
|
||||||
|
|
||||||
## v0.7.0
|
## v0.7.0
|
||||||
|
|
||||||
fix:
|
Fix:
|
||||||
|
|
||||||
- mac m1 copy/paste does not work on some system versions
|
- 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)
|
- 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:
|
Feat:
|
||||||
|
|
||||||
- use the keyboard `⇧` (arrow up) and `⇩` (arrow down) keys to select the slash command
|
- 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) -->
|
<!-- - global shortcuts to the chatgpt app (mac: command+shift+o, windows: ctrl+shift+o) -->
|
||||||
|
|
||||||
## v0.6.10
|
## v0.6.10
|
||||||
|
|
||||||
fix: sync failure on windows
|
Fix: Sync failure on windows
|
||||||
|
|
||||||
## v0.6.4
|
## v0.6.4
|
||||||
|
|
||||||
fix: path not allowed on the configured scope
|
Fix: Path not allowed on the configured scope
|
||||||
|
|
||||||
feat:
|
Feat:
|
||||||
|
|
||||||
- optimize the generated pdf file size
|
- Optimize the generated pdf file size
|
||||||
- menu added `Sync Prompts`
|
- Menu added `Sync Prompts`
|
||||||
- `Control Center` added `Sync Custom`
|
- `Control Center` added `Sync Custom`
|
||||||
- the slash command is triggered by the enter key
|
- The slash command is triggered by the enter key
|
||||||
- under the slash command, use the tab key to modify the contents of the `{q}` tag (only single changes are supported (https://github.com/lencx/ChatGPT/issues/54)
|
- Under the slash command, use the tab key to modify the contents of the `{q}` tag (only single changes are supported (https://github.com/lencx/ChatGPT/issues/54)
|
||||||
|
|
||||||
## v0.6.0
|
## v0.6.0
|
||||||
|
|
||||||
fix:
|
Fix:
|
||||||
|
|
||||||
- windows show Chinese when upgrading
|
- Windows show Chinese when upgrading
|
||||||
|
|
||||||
## v0.5.1
|
## v0.5.1
|
||||||
|
|
||||||
some optimization
|
Some optimization
|
||||||
|
|
||||||
## v0.5.0
|
## v0.5.0
|
||||||
|
|
||||||
feat: `Control Center` added `chatgpt-prompts` synchronization
|
Feat: `Control Center` added `chatgpt-prompts` synchronization
|
||||||
|
|
||||||
## v0.4.2
|
## v0.4.2
|
||||||
|
|
||||||
add chatgpt log (path: `~/.chatgpt/chatgpt.log`)
|
Add chatgpt log (path: `~/.chatgpt/chatgpt.log`)
|
||||||
|
|
||||||
## v0.4.1
|
## v0.4.1
|
||||||
|
|
||||||
fix:
|
Fix:
|
||||||
|
|
||||||
- tray window style optimization
|
- Tray window style optimization
|
||||||
|
|
||||||
## v0.4.0
|
## v0.4.0
|
||||||
|
|
||||||
feat:
|
Feat:
|
||||||
|
|
||||||
- customize the ChatGPT prompts command (https://github.com/lencx/ChatGPT#-announcement)
|
- Customize the ChatGPT prompts command (https://github.com/lencx/ChatGPT#-announcement)
|
||||||
- menu enhancement: hide application icons from the Dock (support macOS only)
|
- Menu enhancement: hide application icons from the Dock (support macOS only)
|
||||||
|
|
||||||
## v0.3.0
|
## v0.3.0
|
||||||
|
|
||||||
fix: can't open ChatGPT
|
Fix: Can't open ChatGPT
|
||||||
|
|
||||||
feat: menu enhancement
|
Feat: Menu enhancement
|
||||||
|
|
||||||
- the control center of ChatGPT application
|
- The control center of ChatGPT application
|
||||||
- open the configuration file directory
|
- Open the configuration file directory
|
||||||
|
|
||||||
## v0.2.2
|
## v0.2.2
|
||||||
|
|
||||||
feat:
|
Feat:
|
||||||
|
|
||||||
- menu: go to config
|
- Menu: go to config
|
||||||
|
|
||||||
## v0.2.1
|
## v0.2.1
|
||||||
|
|
||||||
feat: menu optimization
|
Feat: Menu optimization
|
||||||
|
|
||||||
## v0.2.0
|
## v0.2.0
|
||||||
|
|
||||||
feat: menu enhancement
|
Feat: Menu enhancement
|
||||||
|
|
||||||
- customize user-agent to prevent security detection interception
|
- Customize user-agent to prevent security detection interception
|
||||||
- clear all chatgpt configuration files
|
- Clear all chatgpt configuration files
|
||||||
|
|
||||||
## v0.1.8
|
## v0.1.8
|
||||||
|
|
||||||
feat:
|
Feat:
|
||||||
|
|
||||||
- menu enhancement: theme, titlebar
|
- Menu enhancement: theme, titlebar
|
||||||
- modify website address
|
- Modify website address
|
||||||
|
|
||||||
## v0.1.7
|
## v0.1.7
|
||||||
|
|
||||||
feat: tray window
|
Feat: Tray window
|
||||||
|
|
||||||
## v0.1.6
|
## v0.1.6
|
||||||
|
|
||||||
feat:
|
Feat:
|
||||||
|
|
||||||
- stay on top
|
- Stay on top
|
||||||
- export ChatGPT history
|
- Export ChatGPT history
|
||||||
|
|
||||||
## v0.1.5
|
## v0.1.5
|
||||||
|
|
||||||
fix: mac can't use shortcut keys
|
Fix: Mac can't use shortcut keys
|
||||||
|
|
||||||
## v0.1.4
|
## v0.1.4
|
||||||
|
|
||||||
feat:
|
Feat:
|
||||||
|
|
||||||
- beautify icons
|
- Beautify icons
|
||||||
- add system tray menu
|
- Add system tray menu
|
||||||
|
|
||||||
## v0.1.3
|
## v0.1.3
|
||||||
|
|
||||||
fix: only mac supports `TitleBarStyle`
|
Fix: Only mac supports `TitleBarStyle`
|
||||||
|
|
||||||
## v0.1.2
|
## v0.1.2
|
||||||
|
|
||||||
initialization
|
Initialization
|
||||||
|
|
||||||
## v0.1.1
|
## v0.1.1
|
||||||
|
|
||||||
initialization
|
Initialization
|
||||||
|
|
||||||
## v0.1.0
|
## v0.1.0
|
||||||
|
|
||||||
initialization
|
Initialization
|
||||||
|
|||||||
Reference in New Issue
Block a user