-
-
Notifications
You must be signed in to change notification settings - Fork 10k
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
🐛 fix: -check_updates cannot be set by FEATURE_FLAGS #3038
Conversation
@hezhijie0327 is attempting to deploy a commit to the LobeHub Pro Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for raising your pull request and contributing to our Community |
引入自 #2976 |
Introduced from #2976 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3038 +/- ##
==========================================
+ Coverage 93.41% 93.43% +0.01%
==========================================
Files 381 382 +1
Lines 23525 23626 +101
Branches 1699 1816 +117
==========================================
+ Hits 21977 22074 +97
- Misses 1548 1552 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❤️ Great PR @hezhijie0327 ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 1.1.13](v1.1.12...v1.1.13) <sup>Released on **2024-06-27**</sup> #### 🐛 Bug Fixes - **misc**: -check_updates cannot be set by FEATURE_FLAGS. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: -check_updates cannot be set by FEATURE_FLAGS, closes [#3038](#3038) ([bdadfee](bdadfee)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.1.13 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.44.8](v1.44.7...v1.44.8) <sup>Released on **2024-06-27**</sup> #### 🐛 Bug Fixes - **misc**: -check_updates cannot be set by FEATURE_FLAGS. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: -check_updates cannot be set by FEATURE_FLAGS, closes [lobehub#3038](https://github.com/bentwnghk/lobe-chat/issues/3038) ([bdadfee](bdadfee)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
### [Version 1.1.13](lobehub/lobe-chat@v1.1.12...v1.1.13) <sup>Released on **2024-06-27**</sup> #### 🐛 Bug Fixes - **misc**: -check_updates cannot be set by FEATURE_FLAGS. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: -check_updates cannot be set by FEATURE_FLAGS, closes [lobehub#3038](lobehub#3038) ([bdadfee](lobehub@bdadfee)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
### [Version 1.1.13](lobehub/lobe-chat@v1.1.12...v1.1.13) <sup>Released on **2024-06-27**</sup> #### 🐛 Bug Fixes - **misc**: -check_updates cannot be set by FEATURE_FLAGS. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: -check_updates cannot be set by FEATURE_FLAGS, closes [lobehub#3038](lobehub#3038) ([bdadfee](lobehub@bdadfee)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
修复 "-check_updates" 设置无效的问题,在现有主线代码中忽略环境变量并强制检查更新
lobe-chat/src/app/(main)/settings/about/features/Version.tsx
Lines 22 to 31 in 3042e35
📝 补充信息 | Additional Information