Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Synaptrix/ChatGPT-Desktop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: Synaptrix/ChatGPT-Desktop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.3
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on May 1, 2023

  1. Copy the full SHA
    6f24599 View commit details

Commits on May 4, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    ccd9f04 View commit details
  2. v1.0.3

    ayangweb committed May 4, 2023

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    ac7598f View commit details
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)


6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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%" />

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",
327 changes: 188 additions & 139 deletions src-tauri/Cargo.lock

Large diffs are not rendered by default.

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"
2 changes: 1 addition & 1 deletion src/components/Function/index.vue
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ const triggerScroll = () => {
<TokenUsage />

<!-- 当前聊天角色对象 -->
<i18n-t keypath="session.chatWith" tag="div">
<i18n-t keypath="session.chatWith" tag="div" scope="global">
<a-tooltip :content="t('session.chatTip')">
<span class="mark cursor-pointer" @click="triggerScroll">
{{ currentRole?.name }}
2 changes: 1 addition & 1 deletion src/components/Session/components/NoSession.vue
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ const { shortcutKeys } = storeToRefs(useSettingsStore())
>

<span>
<i18n-t keypath="session.empty.role" tag="label">
<i18n-t keypath="session.empty.role" tag="label" scope="global">
<a-typography-text code>/</a-typography-text>
</i18n-t>
</span>
7 changes: 6 additions & 1 deletion src/components/Settings/components/General.vue
Original file line number Diff line number Diff line change
@@ -71,7 +71,12 @@ const relaunch = () => {
<a-switch v-model="proxy.bypass" type="round"></a-switch>

<span class="text-sm text-[var(--color-text-3)]" v-if="proxy.bypass">
<i18n-t keypath="setting.general.proxyTip" tag="label" for="restart">
<i18n-t
keypath="setting.general.proxyTip"
tag="label"
for="restart"
scope="global"
>
<span class="mark cursor-pointer" @click="relaunch">{{
$t('setting.general.restart')
}}</span>
2 changes: 1 addition & 1 deletion src/components/Settings/components/Model.vue
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ watch(
{{ usedCredit }} / {{ totalCredit }}
</div> -->
<div>{{ $t('setting.model.balanceTip') }}</div>
<i18n-t keypath="setting.model.aiModelTip" tag="label">
<i18n-t keypath="setting.model.aiModelTip" tag="label" scope="global">
<span class="mark">gpt-3.5-turbo-0301</span>
</i18n-t>
</div>
4 changes: 3 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -14,7 +14,9 @@ import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'
export default defineConfig(async () => ({
plugins: [
vue(),
VueI18nPlugin({}),
VueI18nPlugin({
include: ['./src/locales/**']
}),
Unocss({
presets: [presetUno(), presetIcons(), presetAutoprefixer()],
transformers: [