Skip to content

Commit b8d2049

Browse files
georparsignadou
andauthored
Add changelog (#184)
* Add changelog * Fix changelog * Fix Co-authored-by: signadou <39036502+signadou@users.noreply.github.com> * Add links --------- Co-authored-by: signadou <39036502+signadou@users.noreply.github.com>
1 parent 6acc0f4 commit b8d2049

File tree

1 file changed

+236
-0
lines changed

1 file changed

+236
-0
lines changed

CHANGELOG.md

Lines changed: 236 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,236 @@
1+
# Changelog
2+
3+
All notable changes to Gemini CLI Desktop will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
### Added
11+
12+
- Add Gemini 3 Pro (#171) by @mike1858
13+
- Add Gemini 3 Flash (#181) by @BreadCatV2
14+
- Add JSON syntax highlighting to Raw Message JSON model (#183) by @mike1858
15+
- Add Russian translations (#177) by @vanja-san
16+
17+
### Fixed
18+
19+
- Fix MCP servers page scrolling overflow (#173) by @mike1858
20+
- Fix #175 (#182) by @mike1858
21+
22+
## [0.3.14](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.14) - 2025-11-23
23+
24+
### Changed
25+
26+
- Codesign the Windows executable (#166) by @signadou
27+
- Fix release notes duplication (#167) by @signadou
28+
29+
## [0.3.13](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.13) - 2025-11-23
30+
31+
### Fixed
32+
33+
- Wrap long markdown/html so sidebar layout remains stable (#162) by @bl-ue
34+
- Fix app display name translation key (#163) by @signadou
35+
36+
### Changed
37+
38+
- Add codesigning for macOS and Windows releases (#164) by @signadou
39+
40+
## [0.3.12](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.12) - 2025-11-04
41+
42+
### Changed
43+
44+
- Polish user experience (#159) by @bl-ue
45+
- Update the macOS version in the CI (#161) by @signadou
46+
47+
## [0.3.11](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.11) - 2025-10-30
48+
49+
### Fixed
50+
51+
- Fix the Windows release workflow (#157) by @signadou
52+
53+
## [0.3.10](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.10) - 2025-10-22
54+
55+
### Changed
56+
57+
- Allow HTTP base URLs with warning instead of blocking (#154) by @bl-ue
58+
- Delegate validation to underlying CLIs (#155) by @bl-ue
59+
60+
## [0.3.9](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.9) - 2025-10-22
61+
62+
### Added
63+
64+
- Add comprehensive support for LLxprt Code (#150) by @bl-ue
65+
66+
### Fixed
67+
68+
- Add YOLO mode for Qwen Code (in addition to Gemini CLI) (#151) by @bl-ue
69+
70+
## [0.3.8](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.8) - 2025-09-30
71+
72+
### Changed
73+
74+
- Update documentation and improve tests (#141) by @bl-ue
75+
- Enhance the readme (#143) by @bl-ue
76+
- Highlight command tools & simplify default renderer (#144) by @bl-ue
77+
- Rebrand (#146) by @bl-ue
78+
79+
### Fixed
80+
81+
- Fix CI (#147) by @signadou
82+
83+
## [0.3.7](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.7) - 2025-09-13
84+
85+
### Added
86+
87+
- Enhance UI with multi-language settings and UI/build fixes (#134) by @alanpeng
88+
89+
### Fixed
90+
91+
- Prevent duplicate event listener setup with pending state tracking (#138) by @bl-ue
92+
- Prevent duplicate tool calls and remove fixed height constraint (#139) by @bl-ue
93+
94+
## [0.3.6](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.6) - 2025-09-09
95+
96+
### Added
97+
98+
- Add search dialog and revamp results UI (#130) by @bl-ue
99+
- Prevent missed stream output in web mode (#132) by @bl-ue
100+
- Add AGENTS.md for Codex CLI (#129) by @bl-ue
101+
102+
### Fixed
103+
104+
- Show backend progress messages; fix listener lifecycle; seed initial progress (#131) by @bl-ue
105+
106+
## [0.3.5](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.5) - 2025-09-09
107+
108+
### Added
109+
110+
- Add message timing and witty loading phrases during message generation (#123) by @bl-ue
111+
112+
### Changed
113+
114+
- Move settings from sidebar to dedicated dialog (#126) by @bl-ue
115+
116+
### Fixed
117+
118+
- Restore right-docked directory panel (#127) by @bl-ue
119+
120+
## [0.3.4](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.4) - 2025-09-07
121+
122+
### Added
123+
124+
- Group historical thinking steps (#116) by @alanpeng
125+
- Add interactive session initialization progress tracking (#120) by @bl-ue
126+
127+
### Changed
128+
129+
- Optimize the interactive experience of returning to the home page in the session window (#117) by @alanpeng
130+
131+
### Fixed
132+
133+
- Resolve CLI hang on Windows by correcting line endings (#119) by @alanpeng
134+
135+
## [0.3.3](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.3) - 2025-09-04
136+
137+
### Changed
138+
139+
- Simplify MCP permission interface and enhance option handling (#114) by @bl-ue
140+
141+
## [0.3.2](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.2) - 2025-09-03
142+
143+
### Changed
144+
145+
- Unify file viewer controls and enhance image/PDF handling (#112) by @bl-ue
146+
147+
### Fixed
148+
149+
- Improve image display with proper sizing and centering (#111) by @bl-ue
150+
- Remove redundant file type handling for non-text files (#110) by @bl-ue
151+
152+
## [0.3.1](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.1) - 2025-09-03
153+
154+
### Added
155+
156+
- Add support for PDF, Excel, and image file viewing (#107) by @bl-ue
157+
158+
### Fixed
159+
160+
- Fixed the historical session loading problem and optimized the message box input prompt (#106) by @alanpeng
161+
162+
## [0.3.0](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.3.0) - 2025-09-02
163+
164+
### Added
165+
166+
- Persistently save chat session information (#98) by @alanpeng
167+
168+
### Fixed
169+
170+
- Add conditional compilation for Windows-specific flags (#102) by @bl-ue
171+
- Remove timeout from JSON-RPC response reading (#101) by @bl-ue
172+
173+
## [0.2.1](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.2.1) - 2025-09-01
174+
175+
### Added
176+
177+
- Add file content viewer with syntax highlighting (#88) by @bl-ue
178+
- Add file writing capability to directory tree (#93) by @bl-ue
179+
- Add force text option for binary file viewing (#94) by @bl-ue
180+
181+
### Changed
182+
183+
- Improve command tool call display with compact approval UI (#87) by @bl-ue
184+
- Streamline console output formatting (#85) by @bl-ue
185+
- Streamline file content viewer interface (#89) by @bl-ue
186+
187+
### Fixed
188+
189+
- Preserve scroll position in code blocks during content streaming (#95) by @bl-ue
190+
191+
## [0.2.0](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.2.0) - 2025-08-28
192+
193+
### Added
194+
195+
- Add directory panel with toggle button (#42) by @bl-ue
196+
- Add YOLO mode support across backend, server, and UI (#54) by @bl-ue
197+
- Add git repository status endpoint and UI component (#45) by @bl-ue
198+
- Add placeholder for new chats (#66) by @bl-ue
199+
- Add support for MCP server calls (#75) by @bl-ue
200+
- Implement menu shortcuts for the custom titlebar (#61) by @signadou
201+
- Implement Shift+Enter (#73) by @signadou
202+
- Implement error propagation (#33) by @mike1858
203+
- Make @-mentioning recursive and more performant (#58) by @signadou
204+
- Make the directory tree insert @-mentions (#60) by @signadou
205+
- Enhance read many files handling and detection (#63) by @bl-ue
206+
207+
### Changed
208+
209+
- Hide console windows on Windows (#39) by @signadou
210+
- Make the menus work on Linux and macOS (#41) by @signadou
211+
- Improve and refactor API client drastically (#40) by @mike1858
212+
- Make the chat area wider, refactor Markdown rendering, and improve the thinking UI (#46) by @signadou
213+
- Enable the custom titlebar (without the window controls) in Web (#74) by @signadou
214+
- Rewrite the diff viewer (#77) by @signadou
215+
- Use full code blocks during streaming and improve their performance (#78) by @signadou
216+
- Make @-mentioning use a total directory limit of 200 instead of a depth limit of 2 directories (#72) by @signadou
217+
- Increase the delays and timeouts for sending and receiving JSON-RPC messages (#68) by @signadou
218+
219+
### Fixed
220+
221+
- Adjust backend display name for qwen backend (#43) by @bl-ue
222+
- Prevent title bar from rendering on web (#56) by @bl-ue
223+
- Fix the SPA handling in the server (#59) by @signadou
224+
- Fix console windows appearing for Git commands (#69) by @signadou
225+
- Prevent dual CLI execution when switching backends (#71) by @bl-ue
226+
- Fix an issue where we registered duplicate event listeners when switching conversations (#76) by @signadou
227+
- Fix unnecessary API calls for @-mentioning (#79) by @bl-ue
228+
- Fix some layout issues and fix a translation (#65) by @signadou
229+
230+
## [0.1.0](https://github.com/Piebald-AI/gemini-cli-desktop/releases/tag/v0.1.0) - 2025-08-22
231+
232+
### Added
233+
234+
- Initial release
235+
- Setup automatic building in CI (#32) by @signadou
236+
- Improve README for new users (#30) by @Manamama-Gemini-Cloud-AI-01

0 commit comments

Comments
 (0)