Skip to content

Commit 19f3a75

Browse files
committed
docs(CHANGELOG): v0.3.0
1 parent d4e2f45 commit 19f3a75

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [v0.3.0](https://github.com/DearVa/Everywhere/releases/tag/v0.3.0) - 2025-09-24
2+
3+
### ✨ New Features
4+
- Added OOBE (Out-Of-Box Experience) for first time users, which includes:
5+
- Welcome Dialog
6+
- Quick Setup Wizard
7+
- Added supported for custom model
8+
- Added database for storing chat attachments
9+
- Added support for more hotkey, such as `Copilot` key on Windows
10+
- Added watchdog process to monitor the main process and clean up zombie processes
11+
12+
### 🔄️ Changed
13+
- Refactored Plugin System, which includes:
14+
- Added Plugin Manager in Settings
15+
- Refactored web search plugin
16+
- Added file system plugin for reading and writing files
17+
- Added code execution plugin with PowerShell on Windows
18+
- Added web browsing plugin with Puppeteer
19+
- Added visual element plugin for capturing screen content when UI automation is not available
20+
- Refactored logging system with structured logging
21+
- Improved visual capturing performance
22+
23+
### 🐞 Fixed
24+
- Fixed removing or switching chat history frequently may cause crash
25+
- Fixed emoji rendering issues in the chat window
26+
- Fixed application may freeze when active on own window
27+
- Fixed settings load/save issues
28+
29+
30+
131
## [v0.2.4](https://github.com/DearVa/Everywhere/releases/tag/v0.2.4) - 2025-08-15
232

333
### ✨ New Features

0 commit comments

Comments
 (0)