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