Skip to content

Latest commit

 

History

History
89 lines (73 loc) · 3.21 KB

File metadata and controls

89 lines (73 loc) · 3.21 KB

Changelog

All notable changes to this project will be documented in this file.

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

[0.2.1] - 2025-09-27

Fixed

  • Fixed Warning Yellow table row formatting issue in README.md
  • Corrected markdown table alignment for proper display

Improved

  • Added visual color badges to bracket colorization section
  • Enhanced README presentation with color previews for all bracket levels
  • Professional documentation styling throughout
  • Consistent visual formatting across all sections

[0.2.0] - 2025-09-27

Major Enhancements

  • 🎨 Modern Bracket Colorization: Added full support for VS Code's bracket colorization with 6 distinct colors
  • ✨ Enhanced Language Support: Comprehensive syntax highlighting for JavaScript, TypeScript, Python, HTML, CSS, JSON, and Git diffs
  • 🔍 Improved Accessibility: Better cursor visibility with GraphLinq pink, enhanced warning colors
  • 🎯 Semantic Color Usage: Consistent color meanings across all UI elements
  • ⚡ Performance Optimized: Streamlined color definitions and improved rendering

Added

  • Modern bracket colorization with GraphLinq color scheme
  • Language-specific function and class highlighting with bold styling
  • Enhanced Git diff visualization with background colors
  • Python decorator highlighting with italic styling
  • JSON property name highlighting
  • CSS property and value distinction
  • HTML tag and attribute styling

Improved

  • Cursor visibility changed to bright pink (#ff007a)
  • Warning colors now use proper yellow (#fdfe54) for better visibility
  • Bracket matching with GraphLinq primary purple
  • Enhanced package metadata and keywords for better discoverability

[0.1.3] - 2025-09-27

Fixed

  • Critical: Fixed inline code (backtick) visibility in markdown preview - changed from dark purple to bright green
  • Improved code block background contrast for better readability
  • Added comprehensive markdown inline code highlighting with multiple scope coverage
  • Enhanced fenced code block styling

[0.1.2] - 2025-09-27

Fixed

  • Critical: Fixed markdown highlighting visibility - selection highlights are now clearly visible
  • Critical: Fixed warning icon color from dark purple to bright yellow for better visibility
  • Fixed scrollbar shadow from white to black for dark theme consistency
  • Enhanced find/match highlighting with better opacity and contrast
  • Added comprehensive markdown syntax highlighting (bold, italic, code, quotes)

[0.1.1] - 2025-02-12

Changes

  • StatusBar Icon background fix

[0.1.0] - 2023-11-24

Release

  • v0.1.0

[0.0.4] - 2023-11-22

Changes

  • Scroll bar color fixes

[0.0.3] - 2022-10-20

Changes

  • Minor color fixes
  • Updated readme with screenshots

[0.0.2] - 2021-12-06

Changed

  • Modified marketplace header color

[0.0.1] - 2021-12-06

Removed

  • Removed light theme

Changed

  • Setup base dark theme colors
  • Staged for deployment
  • Moved repo to GraphLinq

Added

  • This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
  • Initial commit and basic metadata.