Skip to content

Commit b5616f0

Browse files
🔖 chore(release): v1.101.0 [skip ci]
## [Version&nbsp;1.101.0](v1.100.1...v1.101.0) <sup>Released on **2025-07-23**</sup> #### ♻ Code Refactoring - **misc**: Add badge and improve document. #### ✨ Features - **misc**: Add image generation capabilities using Google AI Imagen API, add Qwen image generation capabilities. #### 🐛 Bug Fixes - **groq**: Enable streaming for tool calls and add Kimi K2 model. - **misc**: Remove debug logging from ModelRuntime and async caller. #### 💄 Styles - **misc**: Add notification for desktop, fix lobehub provider `/chat` in desktop, modal list header sticky style, update i18n, Update tray icon. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Add badge and improve document, closes [lobehub#8528](https://github.com/jaworldwideorg/OneJA-Bot/issues/8528) ([9fb4b0d](9fb4b0d)) #### What's improved * **misc**: Add image generation capabilities using Google AI Imagen API, closes [lobehub#8503](https://github.com/jaworldwideorg/OneJA-Bot/issues/8503) ([cef8208](cef8208)) * **misc**: Add Qwen image generation capabilities, closes [lobehub#8534](https://github.com/jaworldwideorg/OneJA-Bot/issues/8534) ([7e8e5ef](7e8e5ef)) #### What's fixed * **groq**: Enable streaming for tool calls and add Kimi K2 model, closes [lobehub#8510](https://github.com/jaworldwideorg/OneJA-Bot/issues/8510) ([60739bc](60739bc)) * **misc**: Remove debug logging from ModelRuntime and async caller, closes [lobehub#8525](https://github.com/jaworldwideorg/OneJA-Bot/issues/8525) ([dd1a635](dd1a635)) #### Styles * **misc**: Add notification for desktop, closes [lobehub#8523](https://github.com/jaworldwideorg/OneJA-Bot/issues/8523) ([4917d17](4917d17)) * **misc**: Fix lobehub provider `/chat` in desktop, closes [lobehub#8508](https://github.com/jaworldwideorg/OneJA-Bot/issues/8508) ([c801f9c](c801f9c)) * **misc**: Modal list header sticky style, closes [lobehub#8514](https://github.com/jaworldwideorg/OneJA-Bot/issues/8514) ([75273d5](75273d5)) * **misc**: Update i18n, closes [lobehub#8537](https://github.com/jaworldwideorg/OneJA-Bot/issues/8537) ([b16f19b](b16f19b)) * **misc**: Update tray icon, closes [lobehub#8530](https://github.com/jaworldwideorg/OneJA-Bot/issues/8530) ([2696de4](2696de4)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent b39eaf2 commit b5616f0

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

CHANGELOG.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,77 @@
5656

5757

5858

59+
#### Styles
60+
61+
* **misc**: Add notification for desktop, closes [#8523](https://github.com/jaworldwideorg/OneJA-Bot/issues/8523) ([4917d17](https://github.com/jaworldwideorg/OneJA-Bot/commit/4917d17))
62+
* **misc**: Fix lobehub provider `/chat` in desktop, closes [#8508](https://github.com/jaworldwideorg/OneJA-Bot/issues/8508) ([c801f9c](https://github.com/jaworldwideorg/OneJA-Bot/commit/c801f9c))
63+
* **misc**: Modal list header sticky style, closes [#8514](https://github.com/jaworldwideorg/OneJA-Bot/issues/8514) ([75273d5](https://github.com/jaworldwideorg/OneJA-Bot/commit/75273d5))
64+
* **misc**: Update i18n, closes [#8537](https://github.com/jaworldwideorg/OneJA-Bot/issues/8537) ([b16f19b](https://github.com/jaworldwideorg/OneJA-Bot/commit/b16f19b))
65+
* **misc**: Update tray icon, closes [#8530](https://github.com/jaworldwideorg/OneJA-Bot/issues/8530) ([2696de4](https://github.com/jaworldwideorg/OneJA-Bot/commit/2696de4))
66+
67+
</details>
68+
69+
70+
<div align="right">
71+
72+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
73+
74+
</div>
75+
76+
## [Version&nbsp;1.101.0](https://github.com/jaworldwideorg/OneJA-Bot/compare/v1.100.1...v1.101.0)
77+
<sup>Released on **2025-07-23**</sup>
78+
79+
80+
#### ♻ Code Refactoring
81+
82+
- **misc**: Add badge and improve document.
83+
84+
85+
#### ✨ Features
86+
87+
- **misc**: Add image generation capabilities using Google AI Imagen API, add Qwen image generation capabilities.
88+
89+
90+
#### 🐛 Bug Fixes
91+
92+
- **groq**: Enable streaming for tool calls and add Kimi K2 model.
93+
- **misc**: Remove debug logging from ModelRuntime and async caller.
94+
95+
96+
#### 💄 Styles
97+
98+
- **misc**: Add notification for desktop, fix lobehub provider `/chat` in desktop, modal list header sticky style, update i18n, Update tray icon.
99+
100+
101+
<br/>
102+
103+
104+
105+
<details>
106+
<summary><kbd>Improvements and Fixes</kbd></summary>
107+
108+
109+
110+
#### Code refactoring
111+
112+
* **misc**: Add badge and improve document, closes [#8528](https://github.com/jaworldwideorg/OneJA-Bot/issues/8528) ([9fb4b0d](https://github.com/jaworldwideorg/OneJA-Bot/commit/9fb4b0d))
113+
114+
115+
116+
#### What's improved
117+
118+
* **misc**: Add image generation capabilities using Google AI Imagen API, closes [#8503](https://github.com/jaworldwideorg/OneJA-Bot/issues/8503) ([cef8208](https://github.com/jaworldwideorg/OneJA-Bot/commit/cef8208))
119+
* **misc**: Add Qwen image generation capabilities, closes [#8534](https://github.com/jaworldwideorg/OneJA-Bot/issues/8534) ([7e8e5ef](https://github.com/jaworldwideorg/OneJA-Bot/commit/7e8e5ef))
120+
121+
122+
123+
#### What's fixed
124+
125+
* **groq**: Enable streaming for tool calls and add Kimi K2 model, closes [#8510](https://github.com/jaworldwideorg/OneJA-Bot/issues/8510) ([60739bc](https://github.com/jaworldwideorg/OneJA-Bot/commit/60739bc))
126+
* **misc**: Remove debug logging from ModelRuntime and async caller, closes [#8525](https://github.com/jaworldwideorg/OneJA-Bot/issues/8525) ([dd1a635](https://github.com/jaworldwideorg/OneJA-Bot/commit/dd1a635))
127+
128+
129+
59130
#### Styles
60131

61132
* **misc**: Add notification for desktop, closes [#8523](https://github.com/jaworldwideorg/OneJA-Bot/issues/8523) ([4917d17](https://github.com/jaworldwideorg/OneJA-Bot/commit/4917d17))

0 commit comments

Comments
 (0)