Skip to content

v4.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 03:44
850eecd

Version 4.5.0

๐Ÿ“Œ Summary

This release introduces multiple feature enhancements, bug fixes, and internal process optimizations:

  • Enhanced UI: Improved single-tab mode title bar styling and Explorer input box alignment.
  • Dependency Updates: Resolved npm warnings by updating and replacing outdated packages.
  • Automation Improvements: Optimized build processes and added CI workflows for improved development efficiency.

๐Ÿš€ New Features

Title bar uses theme colors in single-tab mode

  • Introduced theme-based styling for the single-tab mode title bar in the Monaco workbench.

  • Synchronized background color for single-tab mode.

  • Added padding to the right of the title bar for better alignment.

  • Updated breadcrumbs background for consistent styling.

    Related Issue: #17; Related PR: #21

๐Ÿ› Bug Fixes

Correct padding for file/directory input box in Explorer

  • Fixed misalignment in the Explorer's file/directory input box to ensure proper centering and visual consistency.

    Related Issue: #10; Related PR: #22

Update dependencies to resolve npm warnings

  • Updated outdated dependencies, including mocha and vsce.

  • Replaced deprecated vsce package with @vscode/vsce for compatibility and future-proofing.

    Related PR: #26

๐Ÿ”ง Refactors

Refactor Build Process and Add CI Workflows

  • Reorganized and optimized esbuild configurations for better maintainability.

  • Minified CSS and JavaScript directly during the build process to reduce dependency on external tools.

  • Improved cross-platform compatibility for build tools.

  • Added GitHub workflows for automation:

    • Continuous Integration (CI).
    • Release tagging.
    • Building and releasing the extension.

    Related PR: #11

๐Ÿ‘ฅ Contributors

A huge thanks to the contributors who made this release possible:

(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-alpine-x64-4.5.0.vsix Alpine Linux x64 Download
vscode-fluent-ui-darwin-arm64-4.5.0.vsix macOS ARM64 (Apple Silicon) Download
vscode-fluent-ui-darwin-x64-4.5.0.vsix macOS x64 (Intel) Download
vscode-fluent-ui-linux-x64-4.5.0.vsix Linux x64 Download
vscode-fluent-ui-win32-x64-4.5.0.vsix Windows x64 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.