@lobehub/chat 1.85.5 → 1.85.6
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.
@@ -136,8 +136,9 @@ jobs:
|
|
136
136
|
APP_URL: http://localhost:3015
|
137
137
|
DATABASE_URL: 'postgresql://postgres@localhost:5432/postgres'
|
138
138
|
KEY_VAULTS_SECRET: 'oLXWIiR/AKF+rWaqy9lHkrYgzpATbW3CtJp3UfkVgpE='
|
139
|
-
NEXT_PUBLIC_DESKTOP_PROJECT_ID: ${{ secrets.
|
140
|
-
NEXT_PUBLIC_DESKTOP_UMAMI_BASE_URL: ${{ secrets.
|
139
|
+
NEXT_PUBLIC_DESKTOP_PROJECT_ID: ${{ secrets.UMAMI_BETA_DESKTOP_PROJECT_ID }}
|
140
|
+
NEXT_PUBLIC_DESKTOP_UMAMI_BASE_URL: ${{ secrets.UMAMI_BETA_DESKTOP_BASE_URL }}
|
141
|
+
|
141
142
|
# 将 TEMP 和 TMP 目录设置到 D 盘
|
142
143
|
TEMP: D:\temp
|
143
144
|
TMP: D:\temp
|
@@ -150,8 +151,8 @@ jobs:
|
|
150
151
|
APP_URL: http://localhost:3015
|
151
152
|
DATABASE_URL: 'postgresql://postgres@localhost:5432/postgres'
|
152
153
|
KEY_VAULTS_SECRET: 'oLXWIiR/AKF+rWaqy9lHkrYgzpATbW3CtJp3UfkVgpE='
|
153
|
-
NEXT_PUBLIC_DESKTOP_PROJECT_ID: ${{ secrets.
|
154
|
-
NEXT_PUBLIC_DESKTOP_UMAMI_BASE_URL: ${{ secrets.
|
154
|
+
NEXT_PUBLIC_DESKTOP_PROJECT_ID: ${{ secrets.UMAMI_BETA_DESKTOP_PROJECT_ID }}
|
155
|
+
NEXT_PUBLIC_DESKTOP_UMAMI_BASE_URL: ${{ secrets.UMAMI_BETA_DESKTOP_BASE_URL }}
|
155
156
|
|
156
157
|
# 上传构建产物,移除了 zip 相关部分
|
157
158
|
- name: Upload artifact
|
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,23 @@
|
|
2
2
|
|
3
3
|
# Changelog
|
4
4
|
|
5
|
+
### [Version 1.85.6](https://github.com/lobehub/lobe-chat/compare/v1.85.5...v1.85.6)
|
6
|
+
|
7
|
+
<sup>Released on **2025-05-10**</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.85.5](https://github.com/lobehub/lobe-chat/compare/v1.85.4...v1.85.5)
|
6
23
|
|
7
24
|
<sup>Released on **2025-05-10**</sup>
|
package/changelog/v1.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lobehub/chat",
|
3
|
-
"version": "1.85.
|
3
|
+
"version": "1.85.6",
|
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",
|