Skip to content

Latest commit

 

History

History
157 lines (94 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

157 lines (94 loc) · 3.65 KB

Changelog

All notable changes to vibrant-abyss crate will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.3]

Added

  • Set foreground color for const generic parameters (Rust)

Changed

  • Update vscode/vsce dependency to latest version

Fixed

  • Remove extra character from line start in README.md

Changed

  • Add assets/screenshots to .vscodeignore

Fixed

  • Reduce extension size by loading screenshots as raw images from repository in README.md

Added

  • Add new customization for Suggest Widget
    • Set background and border colors to #000000
    • Set highlight foreground color to #4EC1FB
    • Set selected background color to transparent (#00000000)

Changed

  • Set Suggest Widget focus highlight foreground color to "#9CDCFE" from #2996DE70

Fixed

  • Include screenshots in extension package

Added

  • Change foreground color of an item to #2996DE70 when selected in Suggest Widget

Changed

  • Update .gitignore
  • Load images through repository URL in .md files

Fixed

  • Reduce extension size by ~160% with .vscodeignore

Added

  • List Command Center installation method in Installation section of README.md
  • Specify schema type for deploy.yml in settings.json

Changed

  • Correct headings in MANUAL.md
  • Format MANUAL.md
  • Include .md in .editorconfig
  • Reduced extension size by increasing compression of .png asset files
  • Replace rust.png and rust-debug.png with better screenshots
  • Use strings with double instead of single quotes in deploy.yml

[0.1.4]

Changed

  • Replace C# debug screenshot with new one that does not show the taskbar

Fixed

  • Correct break between normal and debug screenshots

Added

  • New screenshots of C# code in themed editor
  • Missing Table of contents heading after badges in README.md

Changed

  • Display screenshots under correct subsections in README.md
  • Update and rename Installation methods section to Installation in README.md
  • Update last section name in MANUAL.md

Fixed

  • Correct headings in README.md
  • Use installation command with correct file name in MANUAL.md
  • Use github links for LICENSE and MANUAL in README.md

Changed

  • Add missing space before extension install command in MANUAL.md
  • Rename change label of marketplace badge to Version from Visual Studio Marketplace

Fixed

  • Correct path to icon.png in MANUAL.md

Removed

  • Remove unnecessary line of text under License section

Changed

  • Update downloads badge in README.md to display installs
  • Initial release