From 078413f9a0dbc62c208db029f3319a54dd13b35d Mon Sep 17 00:00:00 2001 From: lencx Date: Sat, 10 Dec 2022 03:47:50 +0800 Subject: [PATCH] v0.1.6 --- 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 0d2dc11..3ed01a1 100644 --- a/UPDATE_LOG.md +++ b/UPDATE_LOG.md @@ -1,5 +1,11 @@ # UPDATE LOG +## v0.1.6 + +feat: +- always on top +- export ChatGPT history + ## v0.1.5 fix: mac can't use shortcut keys diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4ea4c14..33e4879 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ChatGPT", - "version": "0.1.5" + "version": "0.1.6" }, "tauri": { "allowlist": {