Skip to content

Releases: Night-Star04/vscode-fluent-ui

v4.5.0

17 Jan 03:44
850eecd
Compare
Choose a tag to compare

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.

v4.4.0

28 Dec 04:49
2fc0369
Compare
Choose a tag to compare

Release v4.4.0

Summary

This release focuses on enhancing the visual integration of the sidebar title, optimizing image file sizes, and improving the overall documentation, including the addition of a Traditional Chinese README.

Release Notes

  • Improved Sidebar Title Rendering. #9
  • Optimized Image File Sizes. #5
  • Revised README
  • Added Traditional Chinese README

Installer Hashes

To ensure the integrity and security of downloaded files, please verify the installer SHA-256 hashes below:

Description sha256 hash
vscode-fluent-ui-4.4.0.vsix 977d7ec040ba61d37dd613d33b71def101979a6636fc211d50b3255a72c90eed

What's Changed

Sidebar Enhancements

Improvements made to the sidebar title for better clarity and UI alignment.

Performance Optimizations

Image file size reduction for faster performance and reduced memory consumption.

Documentation

The README file has been revamped for clarity, with the addition of the Preview and Troubleshooting sections, and a new Traditional Chinese version.

New Contributors

Support & Contact

If you have any questions or encounter issues, please reach out via GitHub Issues or join the conversation in GitHub Discussions.

Full Changelog

For a comprehensive list of changes, please refer to:

CHANGELOG.md - The complete changelog document.
GitHub Comparison - View the code comparison for this release.

v4.3.0

01 Nov 08:00
6388a70
Compare
Choose a tag to compare

Release v4.3.0

Summary

This release addresses issues affecting extension functionality and source control view display, along with code improvements and configuration updates.

Release Notes

  • Fixed extension runtime issue: Resolved an issue where the extension could not run properly.
  • Fixed source control view display issue: Fixed an issue where the source control sidebar appeared beneath the code view.

Installer Hashes

To ensure the integrity and security of downloaded files, please verify the installer SHA-256 hashes below:

Description sha256 hash
vscode-fluent-ui-4.3.0.vsix a04b7761c57f2e22dad40c676534b4e2aeee0f08a7a851883a4914add20286c3

What's Changed

  • Removed siderbar animation because it messes with stacking context by @0x6461726B in #2

New Contributors

Support & Contact

If you have any questions or encounter issues, please reach out via GitHub Issues or join the conversation in GitHub Discussions.

Full Changelog

For a comprehensive list of changes, please refer to:

CHANGELOG.md - The complete changelog document.
GitHub Comparison - View the code comparison for this release.

v4.2.1

21 Jun 06:42
Compare
Choose a tag to compare

Release v4.2.1

This is an official release version

Installer Hashes

Description sha256 hash
VsCode-FluentUI-4.2.1.vsix bc7851a4c090d537cc6499c8922c515a79d347b18f1d1134f14bded23d8c25ad

Feature

The content includes all feature in v4.1~ v4.2

  1. Adjust the fillet transition between the path column and the editor container.
  2. Adjust the tabs and path column white space between.
  3. Adjust the color overlap error for selected items in the sidebar.
  4. Adjust icon misalignment.
  5. Remove black background on sides when using centered layout.
  6. Add rounded corners to the editing area when using centered layout.
  7. Correct the erroneous background colors of certain buttons.
  8. Update README and extension icon

Full Changelog: https://github.com/Night-Star04/vscode-fluent-ui/blob/main/CHANGELOG.md