From 92dc316c4f6cd7d14014215d514aa97d6d1616a0 Mon Sep 17 00:00:00 2001 From: lencx Date: Mon, 12 Dec 2022 12:45:41 +0800 Subject: [PATCH] v0.2.0 --- UPDATE_LOG.md | 6 ++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/UPDATE_LOG.md b/UPDATE_LOG.md index d077fcf5c..8a72f09bf 100644 --- a/UPDATE_LOG.md +++ b/UPDATE_LOG.md @@ -1,5 +1,11 @@ # UPDATE LOG +## v0.2.0 + +feat: menu enhancement +- customize user-agent to prevent security detection interception +- clear all chatgpt configuration files + ## v0.1.8 feat: diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bbf63ceaf..92d2700c5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ChatGPT", - "version": "0.1.8" + "version": "0.2.0" }, "tauri": { "allowlist": {