1
0
mirror of https://github.com/lencx/ChatGPT.git synced 2024-10-01 01:06:13 -04:00
Unofficial_ChatGPT_Client/UPDATE_LOG.md

215 lines
4.2 KiB
Markdown
Raw Normal View History

2022-12-07 07:02:31 -05:00
# UPDATE LOG
## v0.10.1
Fix:
- Program exception when `Awesome` data is empty (https://github.com/lencx/ChatGPT/issues/248)
2023-01-24 11:26:40 -05:00
## v0.10.0
Fix:
2023-01-24 11:54:56 -05:00
- After exporting a file in Windows, open an empty file explorer (https://github.com/lencx/ChatGPT/issues/242)
2023-01-24 11:26:40 -05:00
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
2023-01-24 11:26:40 -05:00
Fix: Slash command does not work
## v0.9.1
2023-01-24 11:26:40 -05:00
Fix: Slash command does not work
2023-01-14 13:12:29 -05:00
## v0.9.0
2023-01-24 11:26:40 -05:00
Fix:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Export button does not work
2023-01-14 13:12:29 -05:00
2023-01-24 11:26:40 -05:00
Feat:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Add an export markdown button
2023-01-14 13:12:29 -05:00
- `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
2023-01-24 11:26:40 -05:00
Fix:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -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-12 06:28:16 -05:00
2023-01-06 06:43:22 -05:00
## v0.8.0
2023-01-24 11:26:40 -05:00
Feat:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- 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).
2023-01-01 03:21:20 -05:00
2023-01-24 11:26:40 -05:00
Fix:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Close the main window and hide it in the tray (windows systems)
2023-01-01 03:21:20 -05:00
2022-12-30 10:46:30 -05:00
## v0.7.4
2023-01-24 11:26:40 -05:00
Fix:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Trying to resolve linux errors: `error while loading shared libraries`
- Customize global shortcuts (`Menu -> Preferences -> Control Center -> General -> Global Shortcut`)
2022-12-30 10:46:30 -05:00
2022-12-28 12:41:22 -05:00
## v0.7.3
2023-01-24 11:26:40 -05:00
Chore:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- 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`)
2022-12-28 12:41:22 -05:00
2022-12-27 14:33:40 -05:00
## v0.7.2
2023-01-24 11:26:40 -05:00
Fix: Some windows systems cannot start the application
2022-12-27 14:33:40 -05:00
2022-12-27 12:12:03 -05:00
## v0.7.1
2023-01-24 11:26:40 -05:00
Fix:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -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 12:12:03 -05:00
2022-12-27 01:54:10 -05:00
## v0.7.0
2023-01-24 11:26:40 -05:00
Fix:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -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)
2022-12-27 01:54:10 -05:00
2023-01-24 11:26:40 -05:00
Feat:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -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
2023-01-24 11:26:40 -05:00
Fix: Sync failure on windows
2022-12-24 07:06:56 -05:00
## v0.6.4
2022-12-20 07:04:57 -05:00
2023-01-24 11:26:40 -05:00
Fix: Path not allowed on the configured scope
2022-12-22 11:43:58 -05:00
2023-01-24 11:26:40 -05:00
Feat:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Optimize the generated pdf file size
- Menu added `Sync Prompts`
2022-12-23 04:51:41 -05:00
- `Control Center` added `Sync Custom`
2023-01-24 11:26:40 -05:00
- 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)
2022-12-20 07:04:57 -05:00
2022-12-23 07:04:42 -05:00
## v0.6.0
2023-01-24 11:26:40 -05:00
Fix:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Windows show Chinese when upgrading
2022-12-23 07:04:42 -05:00
2022-12-19 12:14:26 -05:00
## v0.5.1
2023-01-24 11:26:40 -05:00
Some optimization
2022-12-19 12:14:26 -05:00
2022-12-18 13:56:53 -05:00
## v0.5.0
2023-01-24 11:26:40 -05:00
Feat: `Control Center` added `chatgpt-prompts` synchronization
2022-12-18 13:56:53 -05:00
2022-12-17 22:52:37 -05:00
## v0.4.2
2023-01-24 11:26:40 -05:00
Add chatgpt log (path: `~/.chatgpt/chatgpt.log`)
2022-12-17 22:52:37 -05:00
## v0.4.1
2023-01-24 11:26:40 -05:00
Fix:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Tray window style optimization
2022-12-15 22:43:29 -05:00
## v0.4.0
2023-01-24 11:26:40 -05:00
Feat:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -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
2023-01-24 11:26:40 -05:00
Fix: Can't open ChatGPT
2022-12-15 00:25:48 -05:00
2023-01-24 11:26:40 -05:00
Feat: Menu enhancement
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- The control center of ChatGPT application
- Open the configuration file directory
2022-12-15 00:25:48 -05:00
2022-12-12 10:03:46 -05:00
## v0.2.2
2023-01-24 11:26:40 -05:00
Feat:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Menu: go to config
2022-12-12 10:03:46 -05:00
2022-12-12 06:19:10 -05:00
## v0.2.1
2023-01-24 11:26:40 -05:00
Feat: Menu optimization
2022-12-12 06:19:10 -05:00
2022-12-11 23:45:41 -05:00
## v0.2.0
2023-01-24 11:26:40 -05:00
Feat: Menu enhancement
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Customize user-agent to prevent security detection interception
- Clear all chatgpt configuration files
2022-12-11 23:45:41 -05:00
2022-12-11 13:29:21 -05:00
## v0.1.8
2023-01-24 11:26:40 -05:00
Feat:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Menu enhancement: theme, titlebar
- Modify website address
2022-12-11 13:29:21 -05:00
2022-12-10 09:25:29 -05:00
## v0.1.7
2023-01-24 11:26:40 -05:00
Feat: Tray window
2022-12-10 09:25:29 -05:00
2022-12-09 14:47:50 -05:00
## v0.1.6
2023-01-24 11:26:40 -05:00
Feat:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Stay on top
- Export ChatGPT history
2022-12-09 14:47:50 -05:00
2022-12-07 22:46:51 -05:00
## v0.1.5
2023-01-24 11:26:40 -05:00
Fix: Mac can't use shortcut keys
2022-12-07 22:46:51 -05:00
2022-12-07 11:22:18 -05:00
## v0.1.4
2023-01-24 11:26:40 -05:00
Feat:
2023-01-22 05:18:36 -05:00
2023-01-24 11:26:40 -05:00
- Beautify icons
- Add system tray menu
2022-12-07 11:22:18 -05:00
2022-12-07 09:04:12 -05:00
## v0.1.3
2023-01-24 11:26:40 -05:00
Fix: Only mac supports `TitleBarStyle`
2022-12-07 09:04:12 -05:00
2022-12-07 08:43:55 -05:00
## v0.1.2
2023-01-24 11:26:40 -05:00
Initialization
2022-12-07 08:43:55 -05:00
2022-12-07 08:01:12 -05:00
## v0.1.1
2023-01-24 11:26:40 -05:00
Initialization
2022-12-07 08:01:12 -05:00
2022-12-07 07:02:31 -05:00
## v0.1.0
2023-01-24 11:26:40 -05:00
Initialization