Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/new-vue' into new-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 committed Jan 18, 2024
2 parents 6e666d7 + 1d7f31d commit 9735ab7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report----问题反馈.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ can you see the splash screen(or the loading screen if you click the checkbox on
**Duplication Check**
- [ ] I have searched the issue list and haven‘t found any imformation about my issue.

<!-- 请注意:如果您处在中国大陆境内,请确保您的VPN处于开启状态,并且提交问题前请检查您的网络是否畅通。 -->

**Describe the bug**
A clear and concise description of what the bug is.

Expand All @@ -53,7 +55,8 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- OS: [e.g. Windows, Linux with (Gnome, KDE, etc.) Kernel version x.x, Mac OS]
- Arch: [e.g. x86, arm64]
- Program Version [e.g. 22]

**Additional context**
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/other----其他.md
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. -->
15 changes: 8 additions & 7 deletions CHANGELOG.md
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.
6 changes: 4 additions & 2 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"appId": "org.eu.fangkehou.binggptee",
"asar": true,
"productName": "BingGPT",
copyright: "Copyright © 2023 dice2o, Team Fangkehou",
"copyright": "Copyright © 2023 dice2o, Team Fangkehou",
"directories": {
"output": "release/${version}"
},
Expand All @@ -15,6 +15,7 @@
"dist-electron"
],
"mac": {
"icon": "public/icon-mac.icns",
"target": [
{
"target": "dmg",
Expand All @@ -27,7 +28,7 @@
"artifactName": "${productName}-Mac-${arch}-${version}-Installer.${ext}"
},
"win": {
icon: "public/icon.ico",
"icon": "public/icon.ico",
"target": [
{
"target": "nsis",
Expand All @@ -46,6 +47,7 @@
"deleteAppDataOnUninstall": false
},
"linux": {
"icon": "public/icon.png",
"target": [
{
"target": "AppImage",
Expand Down
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down
Binary file added public/icon-mac.icns
Binary file not shown.

0 comments on commit 9735ab7

Please sign in to comment.