From 8022594acee648415194dcd63fea6d5adfa11892 Mon Sep 17 00:00:00 2001
From: lencx
Date: Fri, 6 Jan 2023 19:43:22 +0800
Subject: [PATCH] readme
---
README-ZH_CN.md | 14 +++++++-------
README.md | 17 ++++++++---------
UPDATE_LOG.md | 7 ++++++-
3 files changed, 21 insertions(+), 17 deletions(-)
diff --git a/README-ZH_CN.md b/README-ZH_CN.md
index e8e500e..ecf06ab 100644
--- a/README-ZH_CN.md
+++ b/README-ZH_CN.md
@@ -1,10 +1,9 @@
ChatGPT
+ ChatGPT 桌面应用(Mac, Windows and Linux)
-> ChatGPT 桌面应用
-
[](./README.md)
[](./README-ZH_CN.md)\

@@ -63,8 +62,6 @@
----
-
## 📢 公告
这是一个令人兴奋的重大更新。像 `Telegram 机器人指令` 那样工作,帮助你快速填充自定模型,来让 ChatGPT 按照你想要的方式去工作。这个项目倾注了我大量业余时间,如果它对你有所帮助,宣传转发,或者 star 都是对我的巨大鼓励。我希望我可以持续更新下去,加入更多有趣的功能。
@@ -93,11 +90,12 @@
- 应用菜单功能强大
- 支持斜杠命令及其配置(可手动配置或从文件同步 [#55](https://github.com/lencx/ChatGPT/issues/55))
- 自定义全局快捷键 ([#108](https://github.com/lencx/ChatGPT/issues/108))
+- DALL·E 2 搜索 (触发方式:鼠标选中文本 [#122](https://github.com/lencx/ChatGPT/issues/122))
-### 菜单项
+### #️⃣ 菜单项
- **Preferences (喜好)**
- - `Theme` - `Light`, `Dark` (仅支持 macOS 和 Windows)
+ - `Theme` - `Light`, `Dark`, `System` (仅支持 macOS 和 Windows)
- `Stay On Top`: 窗口置顶
- `Titlebar`: 是否显示 `Titlebar`,仅 macOS 支持
- `Inject Script`: 用于修改网站的用户自定义脚本
@@ -118,7 +116,7 @@
- `Report Bug`: 报告 BUG 或反馈建议
- `Toggle Developer Tools`: 网站调试工具,调试页面或脚本可能需要
-## 应用配置
+## ⚙️ 应用配置
| 平台 | 路径 |
| ------- | ------------------------- |
@@ -195,6 +193,8 @@ Mac 上无法安装,提示开发者未验证,具体可以查看下面给出
- [Open a Mac app from an unidentified developer](https://support.apple.com/en-sg/guide/mac-help/mh40616/mac)
+---
+
### 我想自己构建它?
#### 预安装
diff --git a/README.md b/README.md
index 1122e2e..460760d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,9 @@
ChatGPT
+ ChatGPT Desktop Application (Mac, Windows and Linux)
-ChatGPT Desktop Application
-
[](./README.md)
[](./README-ZH_CN.md)\

@@ -62,8 +61,6 @@
----
-
## 📢 Announcement
### ChatGPT Prompts!
@@ -96,11 +93,12 @@ You can look at **[awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt
- Powerful menu items
- Support for slash commands and their configuration (can be configured manually or synchronized from a file [#55](https://github.com/lencx/ChatGPT/issues/55))
- Customize global shortcuts ([#108](https://github.com/lencx/ChatGPT/issues/108))
+- DALL·E 2 Search (mouse selected content [#122](https://github.com/lencx/ChatGPT/issues/122))
-## MenuItem
+## #️⃣ MenuItem
- **Preferences**
- - `Theme` - `Light`, `Dark` (Only macOS and Windows are supported).
+ - `Theme` - `Light`, `Dark`, `System` (Only macOS and Windows are supported).
- `Stay On Top`: The window is stay on top of other windows.
- `Titlebar`: Whether to display the titlebar, supported by macOS only.
- `Hide Dock Icon` ([#35](https://github.com/lencx/ChatGPT/issues/35)): Hide application icons from the Dock(support macOS only).
@@ -121,7 +119,7 @@ You can look at **[awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt
- `Report Bug`: Report a bug or give feedback.
- `Toggle Developer Tools`: Developer debugging tools.
-## Application Configuration
+## ⚙️ Application Configuration
| Platform | Path |
| -------- | ------------------------- |
@@ -172,7 +170,7 @@ Currently, only json and csv are supported for synchronizing custom files, and t
"b","bb","bbb bbb bbb"
```
-## TODO
+## 📌 TODO
- `Control Center` - Feature Enhancements
@@ -203,6 +201,8 @@ It's safe, just a wrapper for [OpenAI ChatGPT](https://chat.openai.com) website,
- [Open a Mac app from an unidentified developer](https://support.apple.com/en-sg/guide/mac-help/mh40616/mac)
+---
+
### How do i build it?
#### PreInstall
@@ -231,7 +231,6 @@ yarn dev
# bundle path: src-tauri/target/release/bundle
yarn build
```
----
## ❤️ Thanks
diff --git a/UPDATE_LOG.md b/UPDATE_LOG.md
index 0c12a73..25cc34b 100644
--- a/UPDATE_LOG.md
+++ b/UPDATE_LOG.md
@@ -1,6 +1,11 @@
# UPDATE LOG
-## v0.7.5
+## v0.8.0
+
+feat:
+- theme enhancement (Light, Dark, System)
+- automatic updates support `silent` settings
+- generate images according to the content: 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:
- close the main window and hide it in the tray (windows systems)