Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed May 4, 2023
1 parent ccd9f04 commit ac7598f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [1.0.3](https://github.com/Synaptrix/ChatGPT-Desktop/compare/v1.0.2...v1.0.3) (2023-05-04)


### Bug Fixes

* i18n files lost after building ([ccd9f04](https://github.com/Synaptrix/ChatGPT-Desktop/commit/ccd9f040f2b776e2d219ce8a1a257847cbfe62d4))

## [1.0.2](https://github.com/Synaptrix/ChatGPT-Desktop/compare/v1.0.1...v1.0.2) (2023-05-01)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@

Supported Platforms:

- **MacOS**: [Apple Silicon](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.2/ChatGPT-Desktop_1.0.2_aarch64.dmg) | [Intel](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.2/ChatGPT-Desktop_1.0.2_x64.dmg)
- **Windows**: [Windows](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.2/ChatGPT-Desktop_1.0.2_x64_zh-CN.msi)
- **Linux**: [Linux](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.2/chat-gpt-desktop_1.0.2_amd64.deb)
- **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)
- **Windows**: [Windows](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.3/ChatGPT-Desktop_1.0.3_x64_zh-CN.msi)
- **Linux**: [Linux](https://github.com/ChatGPT-Desktop/ChatGPT-Desktop/releases/download/v1.0.3/chat-gpt-desktop_1.0.3_amd64.deb)

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chatgpt-desktop",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "npm run build:icon && vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chatgpt-desktop"
version = "1.0.2"
version = "1.0.3"
description = "ChatGPT-Desktop"
authors = ["orangelckc", "bilibili-ayang"]
license = "MIT"
Expand Down

0 comments on commit ac7598f

Please sign in to comment.