diff --git a/README-ZH.md b/README-ZH.md index dd2edf3..ed4a8dd 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -78,9 +78,9 @@ cask "popcorn-time", args: { "no-quarantine": true } ## 👀 预览 -install chat +install chat control center export tray -user agent auto update +chat tray login auto update --- @@ -98,6 +98,10 @@ cask "popcorn-time", args: { "no-quarantine": true } 如果升级应用后无法打开,请尝试清除配置,它位于此目录 `~/.chatgpt/*`。 +### 主窗口已经登录,但是系统托盘窗口显示未登录 + +可通过菜单项里的 `Restart ChatGPT` 重启应用来修复这个问题(`Menu -> Preferences -> Restart ChatGPT`)。 + ### 它是否安全? 它是安全的,仅仅只是对 [OpenAI ChatGPT](https://chat.openai.com) 网站的包装,注入了一些额外功能(均在本地,未发起网络请求),如果存疑,可以检查源代码。 diff --git a/README.md b/README.md index abb67c9..1e6b76b 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ cask "popcorn-time", args: { "no-quarantine": true } ## 👀 Preview -install chat +install chat control center export tray -user agent auto update +chat tray login auto update --- @@ -98,6 +98,10 @@ cask "popcorn-time", args: { "no-quarantine": true } If you cannot open the application after the upgrade, please try to clear the configuration file, which is in the `~/.chatgpt/*` directory. +## Out of sync login status between multiple windows + +If you have already logged in in the main window, but the system tray window shows that you are not logged in, you can fix it by restarting the application (`Menu -> Preferences -> Restart ChatGPT`). + ### Is it safe? It's safe, just a wrapper for [OpenAI ChatGPT](https://chat.openai.com) website, no other data transfer exists (you can check the source code). diff --git a/UPDATE_LOG.md b/UPDATE_LOG.md index 5377bd9..53f128c 100644 --- a/UPDATE_LOG.md +++ b/UPDATE_LOG.md @@ -1,5 +1,13 @@ # UPDATE LOG +## v0.3.0 + +fix: can't open ChatGPT + +feat: menu enhancement +- the control center of ChatGPT application +- open the configuration file directory + ## v0.2.2 feat: diff --git a/assets/chat-control-center.png b/assets/chat-control-center.png new file mode 100644 index 0000000..90b8d0d Binary files /dev/null and b/assets/chat-control-center.png differ diff --git a/assets/chat-tray-login.png b/assets/chat-tray-login.png new file mode 100644 index 0000000..0dad35b Binary files /dev/null and b/assets/chat-tray-login.png differ diff --git a/assets/chat-ua.png b/assets/chat-ua.png deleted file mode 100644 index fa6a05b..0000000 Binary files a/assets/chat-ua.png and /dev/null differ diff --git a/assets/chat.png b/assets/chat.png deleted file mode 100644 index efdd6ab..0000000 Binary files a/assets/chat.png and /dev/null differ