Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from lobehub:main #79

Merged
merged 27 commits into from
Aug 23, 2024
Merged

[pull] main from lobehub:main #79

merged 27 commits into from
Aug 23, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Aug 23, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

arvinxx and others added 25 commits August 21, 2024 21:28
* ✨ feat: add files and knowledge base

Update edge.ts

Update test.yml

🎨 chore: fix locale

Update index.tsx

测试 pgvector workflow

* 💄 style: improve upload detail

* ✨ feat: support delete s3 file when delete files

* 💄 style: improve chunks in message

* ♻️ refactor: refactor the auth method

* ✨ feat: support use user client api key

* 💄 style: fix image list in mobile

* ✨ feat: support file upload on mobile

* ✅ test: fix test

* fix vercel build

* docs: update docs

* 👷 build: improve docker

* update i18n
## [Version 1.12.0](v1.11.9...v1.12.0)
<sup>Released on **2024-08-21**</sup>

#### ✨ Features

- **misc**: Files and knowledge base.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: Files and knowledge base, closes [#3487](#3487) ([6574c01](6574c01))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
### [Version&nbsp;1.12.1](v1.12.0...v1.12.1)
<sup>Released on **2024-08-21**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix embeddings multi-insert when there is issues with async task.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix embeddings multi-insert when there is issues with async task, closes [#3530](#3530) ([e2cfff7](e2cfff7))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
* 📝 docs: 更新 docker 部署文档

* 📝 docs: 更新 docker 部署文档

* 📝 docs: 更新 docker 部署文档

* 📝 docs: 更新 docker 部署文档

* 📝 docs: 更新 docker 部署文档

* 📝 docs: 更新 docker 部署文档

* 📝 docs: 更新 docker 部署文档
* 👷 build: detect migration exit code

* 👷 build: fix ci issue
### [Version&nbsp;1.12.2](v1.12.1...v1.12.2)
<sup>Released on **2024-08-22**</sup>

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
* hide settings in repo

* fix drag

* Update useDragUpload.tsx

* Update package.json
### [Version&nbsp;1.12.3](v1.12.2...v1.12.3)
<sup>Released on **2024-08-22**</sup>

#### 💄 Styles

- **misc**: Hide settings in repo.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Hide settings in repo, closes [#3540](#3540) ([86c1165](86c1165))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
### [Version&nbsp;1.12.4](v1.12.3...v1.12.4)
<sup>Released on **2024-08-22**</sup>

#### 💄 Styles

- **misc**: Fix link style.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

* **misc**: Fix link style, closes [#3552](#3552) ([aa936c8](aa936c8))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
* 🐛 fix: fix clipboard copy issue

* 🐛 fix: fix clipboard copy issue

* 🚸 style: improve cors upload issue

* 🚸 style: improve cors upload issue

* 🚸 style: improve cors upload issue
### [Version&nbsp;1.12.5](v1.12.4...v1.12.5)
<sup>Released on **2024-08-22**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix clipboard copy issue and improve upload cors feedback.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix clipboard copy issue and improve upload cors feedback, closes [#3557](#3557) ([86c5a99](86c5a99))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
* ♻️ refactor: refactor the `NEXT_PUBLIC_S3_DOMAIN` to `S3_PUBLIC_DOMAIN`

* 👷 build: support path-style for s3
### [Version&nbsp;1.12.6](v1.12.5...v1.12.6)
<sup>Released on **2024-08-22**</sup>

#### ♻ Code Refactoring

- **misc**: Refactor s3 env and support path-style for minio.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

* **misc**: Refactor s3 env and support path-style for minio, closes [#3559](#3559) ([1658403](1658403))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
* Add S3 environment variables to documentation
)

* 🐛 fix: logout button not shown on mobile view when using nextauth

* 🧪 test: show status for signout button
### [Version&nbsp;1.12.7](v1.12.6...v1.12.7)
<sup>Released on **2024-08-22**</sup>

#### 🐛 Bug Fixes

- **misc**: Logout button not shown on mobile view when using nextauth.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Logout button not shown on mobile view when using nextauth, closes [#3561](#3561) ([0c4efe4](0c4efe4))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
### [Version&nbsp;1.12.8](v1.12.7...v1.12.8)
<sup>Released on **2024-08-22**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix `NEXT_PUBLIC_S3_DOMAIN`  error on Docker.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Fix `NEXT_PUBLIC_S3_DOMAIN`  error on Docker, closes [#3564](#3564) ([bc6b64c](bc6b64c))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
@pull pull bot added the ⤵️ pull label Aug 23, 2024
arvinxx and others added 2 commits August 23, 2024 10:53
### [Version&nbsp;1.12.9](v1.12.8...v1.12.9)
<sup>Released on **2024-08-23**</sup>

#### 🐛 Bug Fixes

- **misc**: Improve s3 path-style url.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

* **misc**: Improve s3 path-style url, closes [#3567](#3567) ([96bb38a](96bb38a))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
@pull pull bot merged commit 320df5b into code:main Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants