From 5a6f4ef6538b79902ba47a7c7d9f2a80b1790940 Mon Sep 17 00:00:00 2001 From: lony2003 Date: Mon, 12 Feb 2024 19:38:23 +0800 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154e2c9..ccccbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -# Release 0.4.6 - -This is a fix of v0.4.5, which has a mistake that I make. Just a stupid problem. +# Release 0.4.7 ## What's Improved -- Login problem solved. +- 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) ## What's Broken diff --git a/package.json b/package.json index b602843..19c3c01 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "binggpt", "productName": "BingGPT", - "version": "0.4.6", + "version": "0.4.7", "description": "AI-powered copilot", "author": "dice2o, Team Fangkehou (https://www.fangkehou.eu.org/)", "license": "Apache-2.0",