-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: jaworldwideorg/OneJA-Bot
base: v1.98.1
head repository: jaworldwideorg/OneJA-Bot
compare: v1.99.0
- 18 commits
- 105 files changed
- 6 contributors
Commits on Jul 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6046d75 - Browse repository at this point
Copy the full SHA 6046d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43be2d1 - Browse repository at this point
Copy the full SHA 43be2d1View commit details -
🔖 chore(release): v1.99.4 [skip ci]
### [Version 1.99.4](lobehub/lobe-chat@v1.99.3...v1.99.4) <sup>Released on **2025-07-16**</sup> #### 🐛 Bug Fixes - **misc**: Fix apikey issue on server log. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix apikey issue on server log, closes [lobehub#8457](lobehub#8457) ([43be2d1](lobehub@43be2d1)) </details> <div align="right"> [](#readme-top) </div>
Configuration menu - View commit details
-
Copy full SHA for 8ba8e82 - Browse repository at this point
Copy the full SHA 8ba8e82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3359b3f - Browse repository at this point
Copy the full SHA 3359b3fView commit details -
🐛 fix: fix page error when url is not defined in web search plugin (l…
…obehub#8441) Co-authored-by: Arvin Xu <arvinx@foxmail.com>
Configuration menu - View commit details
-
Copy full SHA for a55b65b - Browse repository at this point
Copy the full SHA a55b65bView commit details -
🔖 chore(release): v1.99.5 [skip ci]
### [Version 1.99.5](lobehub/lobe-chat@v1.99.4...v1.99.5) <sup>Released on **2025-07-16**</sup> #### 🐛 Bug Fixes - **misc**: Fix page error when url is not defined in web search plugin. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix page error when url is not defined in web search plugin, closes [lobehub#8441](lobehub#8441) ([a55b65b](lobehub@a55b65b)) </details> <div align="right"> [](#readme-top) </div>
Configuration menu - View commit details
-
Copy full SHA for 166f3e2 - Browse repository at this point
Copy the full SHA 166f3e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752e576 - Browse repository at this point
Copy the full SHA 752e576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25bfc80 - Browse repository at this point
Copy the full SHA 25bfc80View commit details -
🔖 chore(release): v1.99.6 [skip ci]
### [Version 1.99.6](lobehub/lobe-chat@v1.99.5...v1.99.6) <sup>Released on **2025-07-16**</sup> #### 🐛 Bug Fixes - **misc**: Desktop local db can't upload image. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Desktop local db can't upload image, closes [lobehub#8459](lobehub#8459) ([25bfc80](lobehub@25bfc80)) </details> <div align="right"> [](#readme-top) </div>
Configuration menu - View commit details
-
Copy full SHA for 8eb257b - Browse repository at this point
Copy the full SHA 8eb257bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d3a4ad - Browse repository at this point
Copy the full SHA 5d3a4adView commit details
Commits on Jul 17, 2025
-
✨ feat: refactor desktop oauth and use JWTs token to support remote c…
…hat (lobehub#8446) * refactor the oauth * refactor the oauth * refactor the oauth * improve oauth status * fix desktop auth * fix tests * improve clean handoff * try to fix handoff public issue * fix route protection * refactor anim * refactor * update to access token to jwt * update to access token to jwt * improve config * refactor for JWKs token * fix auto refresh issue * ✨ feat: support webapi proxy * wip: 完成新流式接口 * wip: 跑通流式框架 * fix webhooks * fix network proxy * try to fix workflow * fix proxy in remote sync * fix tests * fix tests * fix oauth bypass route * fix webapi proxy
Configuration menu - View commit details
-
Copy full SHA for 054ca5f - Browse repository at this point
Copy the full SHA 054ca5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 785406b - Browse repository at this point
Copy the full SHA 785406bView commit details -
🔖 chore(release): v1.100.0 [skip ci]
## [Version 1.100.0](lobehub/lobe-chat@v1.99.6...v1.100.0) <sup>Released on **2025-07-17**</sup> #### ✨ Features - **misc**: Refactor desktop oauth and use JWTs token to support remote chat. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Refactor desktop oauth and use JWTs token to support remote chat, closes [lobehub#8446](lobehub#8446) ([054ca5f](lobehub@054ca5f)) </details> <div align="right"> [](#readme-top) </div>
Configuration menu - View commit details
-
Copy full SHA for 7eadecd - Browse repository at this point
Copy the full SHA 7eadecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d23d8f1 - Browse repository at this point
Copy the full SHA d23d8f1View commit details -
Remove custom
package.json
merge handling from sync workflow- Delete the `mergePackageJson.js` script and its associated tests. - Simplify workflow by removing logic for backing up and restoring files. - Streamline sync workflow inputs and steps for improved maintainability.
Configuration menu - View commit details
-
Copy full SHA for dff27b0 - Browse repository at this point
Copy the full SHA dff27b0View commit details -
Merge remote-tracking branch 'upstream/main'
# Conflicts: # CHANGELOG.md # changelog/v1.json
Configuration menu - View commit details
-
Copy full SHA for 9884510 - Browse repository at this point
Copy the full SHA 9884510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecbbe7 - Browse repository at this point
Copy the full SHA 8ecbbe7View commit details -
🔖 chore(release): v1.99.0 [skip ci]
## [Version 1.99.0](v1.98.1...v1.99.0) <sup>Released on **2025-07-17**</sup> #### ✨ Features - **misc**: Refactor desktop oauth and use JWTs token to support remote chat. #### 🐛 Bug Fixes - **misc**: Desktop local db can't upload image, fix apikey issue on server log, fix page error when url is not defined in web search plugin. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Refactor desktop oauth and use JWTs token to support remote chat, closes [lobehub#8446](https://github.com/jaworldwideorg/OneJA-Bot/issues/8446) ([054ca5f](054ca5f)) #### What's fixed * **misc**: Desktop local db can't upload image, closes [lobehub#8459](https://github.com/jaworldwideorg/OneJA-Bot/issues/8459) ([25bfc80](25bfc80)) * **misc**: Fix apikey issue on server log, closes [lobehub#8457](https://github.com/jaworldwideorg/OneJA-Bot/issues/8457) ([43be2d1](43be2d1)) * **misc**: Fix page error when url is not defined in web search plugin, closes [lobehub#8441](https://github.com/jaworldwideorg/OneJA-Bot/issues/8441) ([a55b65b](a55b65b)) </details> <div align="right"> [](#readme-top) </div>
Configuration menu - View commit details
-
Copy full SHA for 02354c9 - Browse repository at this point
Copy the full SHA 02354c9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.98.1...v1.99.0