From 56dc4244c81a11db464b38b4104f8a9ed38b082f Mon Sep 17 00:00:00 2001 From: lony2003 Date: Fri, 14 Jun 2024 12:42:34 +0800 Subject: [PATCH] bump version to 0.4.8 and fill changelog --- CHANGELOG.md | 6 ++---- package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ad87e..0f9bf26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ -# Release 0.4.7 +# Release 0.4.8 ## What's Improved -- In the last version, Cloudflare Captcha can not display properly because of security policies. In this version, the security policies has changed to looser to fix that. -- Change the UserAgent from default to Edge 121 so users can get more chat logs. -- the link of the repository has changed to [https://github.com/fangkehou-team/BingGPT_Enhanced_Editon](https://github.com/fangkehou-team/BingGPT_Enhanced_Editon) +- use a trick from electron to let the application protocol to be edge:// ## What's Broken diff --git a/package.json b/package.json index fabe1fc..7f1ab71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "binggpt", "productName": "BingGPT", - "version": "0.4.7", + "version": "0.4.8", "description": "AI-powered copilot", "author": "dice2o, Team Fangkehou (https://www.fangkehou.eu.org/)", "license": "Apache-2.0",