ChatGPT/UPDATE_LOG.md

154 lines
3.2 KiB
Markdown
Raw Normal View History

2022-12-07 12:02:31 +00:00
# UPDATE LOG
2023-01-06 11:43:22 +00:00
## v0.8.0
feat:
- theme enhancement (Light, Dark, System)
- automatic updates support `silent` settings
2023-01-07 04:11:13 +00:00
- 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).
2023-01-01 08:21:20 +00:00
fix:
- close the main window and hide it in the tray (windows systems)
2022-12-30 15:46:30 +00:00
## v0.7.4
fix:
2022-12-31 12:07:09 +00:00
- trying to resolve linux errors: `error while loading shared libraries`
2022-12-30 15:46:30 +00:00
- customize global shortcuts (`Menu -> Preferences -> Control Center -> General -> Global Shortcut`)
2022-12-28 17:41:22 +00:00
## v0.7.3
chore:
2022-12-29 13:05:21 +00:00
- optimize slash command style
2022-12-28 17:41:22 +00:00
- optimize tray menu icon and button icons
- global shortcuts to the chatgpt app (mac: `Command + Shift + O`, windows: `Ctrl + Shift + O`)
2022-12-27 19:33:40 +00:00
## v0.7.2
fix: some windows systems cannot start the application
2022-12-27 17:12:03 +00:00
## 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
2022-12-27 06:54:10 +00:00
## 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
2022-12-27 19:33:40 +00:00
<!-- - global shortcuts to the chatgpt app (mac: command+shift+o, windows: ctrl+shift+o) -->
2022-12-27 06:54:10 +00:00
2022-12-25 00:53:58 +00:00
## v0.6.10
2022-12-24 12:06:56 +00:00
2022-12-25 00:53:58 +00:00
fix: sync failure on windows
2022-12-24 12:06:56 +00:00
## v0.6.4
2022-12-20 12:04:57 +00:00
2022-12-23 12:04:42 +00:00
fix: path not allowed on the configured scope
2022-12-22 16:43:58 +00:00
2022-12-20 12:04:57 +00:00
feat:
- optimize the generated pdf file size
2022-12-22 16:43:58 +00:00
- menu added `Sync Prompts`
2022-12-23 09:51:41 +00:00
- `Control Center` added `Sync Custom`
2022-12-22 16:43:58 +00:00
- the slash command is triggered by the enter key
2022-12-23 09:51:41 +00:00
- 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)
2022-12-20 12:04:57 +00:00
2022-12-23 12:04:42 +00:00
## v0.6.0
fix:
- windows show Chinese when upgrading
2022-12-19 17:14:26 +00:00
## v0.5.1
some optimization
2022-12-18 18:56:53 +00:00
## v0.5.0
feat: `Control Center` added `chatgpt-prompts` synchronization
2022-12-18 03:52:37 +00:00
## v0.4.2
add chatgpt log (path: `~/.chatgpt/chatgpt.log`)
## v0.4.1
fix:
- tray window style optimization
2022-12-16 03:43:29 +00:00
## v0.4.0
2022-12-17 08:37:19 +00:00
feat:
- customize the ChatGPT prompts command (https://github.com/lencx/ChatGPT#-announcement)
- menu enhancement: hide application icons from the Dock (support macOS only)
2022-12-16 03:43:29 +00:00
2022-12-15 05:25:48 +00:00
## v0.3.0
fix: can't open ChatGPT
feat: menu enhancement
- the control center of ChatGPT application
- open the configuration file directory
2022-12-12 15:03:46 +00:00
## v0.2.2
feat:
- menu: go to config
2022-12-12 11:19:10 +00:00
## v0.2.1
feat: menu optimization
2022-12-12 04:45:41 +00:00
## v0.2.0
feat: menu enhancement
- customize user-agent to prevent security detection interception
- clear all chatgpt configuration files
2022-12-11 18:29:21 +00:00
## v0.1.8
feat:
- menu enhancement: theme, titlebar
- modify website address
2022-12-10 14:25:29 +00:00
## v0.1.7
feat: tray window
2022-12-09 19:47:50 +00:00
## v0.1.6
feat:
2022-12-16 03:43:29 +00:00
- stay on top
2022-12-09 19:47:50 +00:00
- export ChatGPT history
2022-12-08 03:46:51 +00:00
## v0.1.5
fix: mac can't use shortcut keys
2022-12-07 16:22:18 +00:00
## v0.1.4
feat:
- beautify icons
- add system tray menu
2022-12-07 14:04:12 +00:00
## v0.1.3
fix: only mac supports `TitleBarStyle`
2022-12-07 13:43:55 +00:00
## v0.1.2
2022-12-07 14:04:12 +00:00
initialization
2022-12-07 13:43:55 +00:00
2022-12-07 13:01:12 +00:00
## v0.1.1
2022-12-07 14:04:12 +00:00
initialization
2022-12-07 13:01:12 +00:00
2022-12-07 12:02:31 +00:00
## v0.1.0
initialization