Release v1.2.2
This release brings comprehensive improvements to the theme system, enhanced chat features, better Windows platform support, and several important fixes.
🎉 New Features
Theme & UI Improvements
- Unified theme management – Added
VoidThemeDataProviderto centrally manage theme state. - Theme variable support – Replaced hardcoded black with
currentColorfor full theme switching compatibility. - VoidSwitch component optimization – Replaced hardcoded colors with VSCode theme variables.
- New color variable – Added
inputBackgroundRevertfor reverse background color scenarios.
Chat Enhancements
- Message timestamps – Chat messages now display their creation time.
- Automatic session projectId update – Session projectId is now kept up to date automatically.
- Paste state synchronization – Fixed an issue where the send button remained disabled after pasting; paste state is now properly synced.
Recent Items Management
- Delete support – Added the ability to delete individual items from the recent files/projects list.
Network Proxy Support
- Proxy configuration – Added proxy support for Anthropic and Google SDKs.
- HTTP configuration options – Upgraded Anthropic SDK and added HTTP configuration capabilities.
- System message handling fix – Fixed system message handling in anthropic-style.
Windows Platform Support
- Close confirmation dialog – Enabled the close confirmation dialog by default on Windows to prevent accidental closure.
🐛 Bug Fixes
- Fixed paste state synchronization, resolving the issue where the send button became disabled.
- Fixed delayed pid handling in
node-ptyand improvedSharedArrayBufferhandling. - Fixed i18n formatting issues.
- Fixed anthropic-style system message handling.
📦 Dependency Updates
- Upgraded
@vscode/windows-process-treeto^0.7.0 - Upgraded type definition dependencies
- Upgraded Anthropic SDK
- Added
floating-uiimport
📚 Documentation Updates
- Added download links to README
- Updated developer information and added ARM64 build script documentation
- Updated version number to 1.2.2
🔧 Build & Development
- Windows build task – Added Void build task to support Windows and cross-platform builds.
- ARM64 build script – Added
build-release-arm64.ps1for ARM64 release builds. - Installation script – Added
install.shfor Node.js environment setup.
Thank you to all contributors and users for your support! Welcome to download the latest version and try it out.
Note: This is a preview version featuring the latest functionalities. Open source is not easy — to avoid the situation faced by the original Void project and ensure the sustainability of the current project, the source code will be released later, depending on how much attention the project receives. A good project relies on continuous feedback and improvement. If you like this project, please help promote it to those in need, and when you encounter issues, let me know via GitHub Issues. If you would like to join the ongoing development of this project, you can contact the author by email to obtain the latest unreleased source code. Staying true to the original spirit of "coding for love," the author will continue to release the latest functional versions under Releases for developers who need them.