π¦ Release Notes β v4.8.0
π Release Date: 2025-08-28
π Summary
v4.8.0 brings ARM architecture support, a new update detection system, and key fixes forplatform compatibility.
- π ARM builds are now supported on Windows 11 ARM and Ubuntu 24.04 ARM.
- π Users will now receive notifications when updates require patch reapplication.
- π Fixed cross-platform issues with
window.controlsStyle
. - β¬οΈ Dependencies upgraded for improved stability, security, and smaller install size.
β¨ What's New
β¨ Features
-
ARM Architecture Support (#67)
- Added support for Windows 11 ARM and Ubuntu 24.04 ARM runners in GitHub Actions.
- Upgraded
sharp
to^0.34.3
, enablingwin32-arm64
andlinux-arm64
builds. - Set
pre_release
default tofalse
for more predictable release workflows. - Resolves: #46
-
Update Detection System (#69)
- Introduced automatic update detection for both extension and editor versions.
- Refactored patch management with centralized state handling.
- Added proactive user notifications to re-apply patches when updates affect UI behavior.
- Resolves: #64
π Fixes
-
Restrict window.controlsStyle update to supported environments (#66)
- Added platform detection to avoid applying settings on unsupported systems.
- Enhanced error handling with try-catch for safer config updates.
- Expanded type definition to include
'none'
as a valid controls style option.
β¬οΈ Dependency Updates
-
Upgraded 10 development dependencies (#68)
- Includes
eslint
,typescript
,mocha
,esbuild
, and others. - Removed deprecated
@types/glob
. - Added Dependabot configuration with grouped updates and scheduling.
- Patched vulnerabilities in dependencies.
- Includes
π₯ Contributors
Special thanks to our contributors in this release (alphabetical):
(If youβd like to contribute, feel free to open a PR or an issue. We welcome all contributions!)
π¦ Artifact
Name | Platform | Download |
---|---|---|
vscode-fluent-ui-continued-win32-x64-4.8.0.vsix | Windows x64 | Download |
vscode-fluent-ui-continued-win32-arm64-4.8.0.vsix | Windows ARM64 | Download |
vscode-fluent-ui-continued-linux-x64-4.8.0.vsix | Linux x64 | Download |
vscode-fluent-ui-continued-linux-arm64-4.8.0.vsix | Linux ARM64 | Download |
vscode-fluent-ui-continued-alpine-x64-4.8.0.vsix | Alpine Linux x64 | Download |
vscode-fluent-ui-continued-darwin-x64-4.8.0.vsix | macOS x64 (Intel) | Download |
vscode-fluent-ui-continued-darwin-arm64-4.8.0.vsix | macOS ARM64 (Apple Silicon) | Download |
π All change log
For a comprehensive list of changes, please refer to:
CHANGELOG.md - The complete changelog document.
GitHub Comparison - View the code comparison for this release.