diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b01e8..851d5b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,21 @@ -# Release 0.4.4 +# Release 0.4.5 + +It may be the last version of the BingGPT 0.4.x. Unless Microsoft updates the logic of this part, I will not continue to spend a lot of time on this project. ## What's Improved -- New Arm64 build for All platform. -- Top bar fix for windows and mac os, and maybe linux with qt? Not sure. Gnome works fine, so further informations are welcome. -- Auto update. +- Login problem solved. ## What's Broken - All the Keyboard Shortcuts, Export, Font Size settings are broken due to `iframe`. Maybe next version I will change the `iframe` to `BrowserView`, or maybe next time, next next time...... -- login is broken. check out the issues for more detailed informtion. - ## What Changed -- Nothing. All users can upate seamlessly +- Nothing. All users can update seamlessly ## What Needs Help -- Logo for macOS only have 1024x1024@x1 format png, I cant find a proper tool for linux to generate an `icns` file that contains different size of the image and I don't have a MacBook, so macOS build logo may not be shown on the desktop. ___well, I give up. I will only provide the 1024x1024@x1 format png for mac___ +- Nope, but if you can help me with the broken part of this repo, I will be grateful. If you can help me improve this app, Please contribute to this repository! Pull Request and Issue is welcome. diff --git a/package.json b/package.json index 53e19c8..100acdf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "binggpt", "productName": "BingGPT", - "version": "0.4.4", + "version": "0.4.5", "description": "AI-powered copilot", "author": "dice2o, Team Fangkehou (https://www.fangkehou.eu.org/)", "license": "Apache-2.0",