@lobehub/chat 1.83.1 → 1.83.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/apps/desktop/package.json +1 -1
- package/changelog/v1.json +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,23 @@
|
|
2
2
|
|
3
3
|
# Changelog
|
4
4
|
|
5
|
+
### [Version 1.83.2](https://github.com/lobehub/lobe-chat/compare/v1.83.1...v1.83.2)
|
6
|
+
|
7
|
+
<sup>Released on **2025-04-27**</sup>
|
8
|
+
|
9
|
+
<br/>
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary><kbd>Improvements and Fixes</kbd></summary>
|
13
|
+
|
14
|
+
</details>
|
15
|
+
|
16
|
+
<div align="right">
|
17
|
+
|
18
|
+
[](#readme-top)
|
19
|
+
|
20
|
+
</div>
|
21
|
+
|
5
22
|
### [Version 1.83.1](https://github.com/lobehub/lobe-chat/compare/v1.83.0...v1.83.1)
|
6
23
|
|
7
24
|
<sup>Released on **2025-04-27**</sup>
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"build": "npm run typecheck && electron-vite build",
|
14
14
|
"build-local": "npm run build && electron-builder --dir --config electron-builder.js --c.mac.notarize=false -c.mac.identity=null --c.asar=false",
|
15
15
|
"build:linux": "npm run build && electron-builder --linux --config electron-builder.js",
|
16
|
-
"build:mac": "npm run build && electron-builder --mac --config electron-builder.js",
|
16
|
+
"build:mac": "npm run build && electron-builder --mac --config electron-builder.js --publish never",
|
17
17
|
"build:win": "npm run build && electron-builder --win --config electron-builder.js",
|
18
18
|
"electron:dev": "electron-vite dev",
|
19
19
|
"electron:run-unpack": "electron .",
|
package/changelog/v1.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/chat",
|
3
|
-
"version": "1.83.
|
3
|
+
"version": "1.83.2",
|
4
4
|
"description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
|
5
5
|
"keywords": [
|
6
6
|
"framework",
|