forked from dice2o/BingGPT
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/new-vue' into new-vue
- Loading branch information
Showing
6 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
name: Other -- 其他 | ||
about: Other issues please use this. | ||
about: Please head to Discussions for further report except bugs. --- 请前往Discussions发表除bug外其他问题。 | ||
title: "[Feature]" | ||
labels: enhancement | ||
assignees: '' | ||
assignees: lony2003 | ||
|
||
--- | ||
|
||
<!-- Just feel free to tell me anything I can help except "Bugs". Questions please head to discussion. --> | ||
<!-- Please head to Discussions for further report except bugs. --> | ||
<!-- Issues disobey the rules will be closed immediately. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
# Release 0.4.3 | ||
|
||
___this is a fix version for 0.4.1, which has blank screen bugs, please uninstall the old version before install the new version___ | ||
# Release 0.4.4 | ||
|
||
## What's Improved | ||
|
||
- macOS build works again since we have changed to `electron-builder` to build the binary | ||
- blank screen error fixed....should be. | ||
- 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. | ||
|
||
## 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 | ||
|
||
- the appBundleId has changed from `com.dice2o.binggpt` to `org.eu.fangkehou.binggptee`. So if you are using macOS you may have to delete the old version of this app by yourself. Please notice that if you do that, ___ALL YOUR APP DATA WILL BE DELETED___ | ||
- Nothing. All users can upate 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. | ||
- 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___ | ||
|
||
If you can help me improve this app, Please contribute to this repository! Pull Request and Issue is welcome. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "binggpt", | ||
"productName": "BingGPT", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "AI-powered copilot", | ||
"author": "dice2o, Team Fangkehou <[email protected]> (https://www.fangkehou.eu.org/)", | ||
"license": "Apache-2.0", | ||
|
Binary file not shown.