Skip to content

v4.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 07:45
1c09f27

πŸ“¦ 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, enabling win32-arm64 and linux-arm64 builds.
    • Set pre_release default to false 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.

πŸ‘₯ 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.