Skip to content

Commit fea0468

Browse files
committed
v1.0.4
1 parent 6767836 commit fea0468

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
## [1.0.4](https://github.com/Synaptrix/ChatGPT-Desktop/compare/v1.0.3...v1.0.4) (2023-07-28)
4+
35
## [1.0.3](https://github.com/Synaptrix/ChatGPT-Desktop/compare/v1.0.2...v1.0.3) (2023-05-04)
46

57

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050

5151
Supported Platforms:
5252

53-
- **MacOS**: [Apple Silicon](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.3/ChatGPT-Desktop_1.0.3_aarch64.dmg) | [Intel](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.3/ChatGPT-Desktop_1.0.3_x64.dmg)
54-
- **Windows**: [Windows](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.3/ChatGPT-Desktop_1.0.3_x64_zh-CN.msi)
55-
- **Linux**: [Linux](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.3/chat-gpt-desktop_1.0.3_amd64.deb)
53+
- **MacOS**: [Apple Silicon](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.4/ChatGPT-Desktop_1.0.4_aarch64.dmg) | [Intel](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.4/ChatGPT-Desktop_1.0.4_x64.dmg)
54+
- **Windows**: [Windows](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.4/ChatGPT-Desktop_1.0.4_x64_zh-CN.msi)
55+
- **Linux**: [Linux](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.4/chat-gpt-desktop_1.0.4_amd64.deb)
5656

5757
<img src='./images/theme.gif' width="100%" />
5858

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chatgpt-desktop",
33
"private": true,
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "npm run build:icon && vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chatgpt-desktop"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "ChatGPT-Desktop"
55
authors = ["orangelckc", "bilibili-ayang"]
66
license = "MIT"

0 commit comments

Comments
 (0)