Skip to content

Commit d03efbe

Browse files
committed
Release v0.2.1 - Documentation Polish & Fixes
📝 Documentation Enhancements - Added visual color badges to bracket colorization levels - Enhanced README with color previews for better presentation - Professional styling throughout all sections 🔧 Bug Fixes - Fixed Warning Yellow table row formatting issue - Corrected markdown table alignment for proper display 📦 Version Updates - Updated package.json to v0.2.1 - Updated all version references in README and CHANGELOG - Comprehensive version synchronization across project
1 parent e4f2ac7 commit d03efbe

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.1] - 2025-09-27
8+
### Fixed
9+
- Fixed Warning Yellow table row formatting issue in README.md
10+
- Corrected markdown table alignment for proper display
11+
12+
### Improved
13+
- Added visual color badges to bracket colorization section
14+
- Enhanced README presentation with color previews for all bracket levels
15+
- Professional documentation styling throughout
16+
- Consistent visual formatting across all sections
17+
718
## [0.2.0] - 2025-09-27
819
### Major Enhancements
920
- **🎨 Modern Bracket Colorization**: Added full support for VS Code's bracket colorization with 6 distinct colors

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A premium, modern dark theme for Visual Studio Code featuring GraphLinq's distin
3939
### Manual Installation
4040
Download the latest `.vsix` file from [GitHub Releases](https://github.com/GraphLinq/GraphLinq.VSCodeTheme/releases) and install via:
4141
```bash
42-
code --install-extension graphlinq-vscode-theme-0.2.0.vsix
42+
code --install-extension graphlinq-vscode-theme-0.2.1.vsix
4343
```
4444

4545
## 🎨 Color Palette
@@ -97,7 +97,13 @@ The theme now includes full support for VS Code's modern bracket colorization fe
9797

9898
## 🔄 Recent Updates
9999

100-
### Version 0.2.0 (Latest) - Major Enhancements 🎆
100+
### Version 0.2.1 (Latest) - Polish & Fixes ✨
101+
- **📝 Documentation Enhancements**: Added visual color badges to bracket colorization levels
102+
- **🔧 Table Formatting Fix**: Fixed Warning Yellow table row alignment issue
103+
- **🎨 Visual Improvements**: Enhanced README presentation with color previews
104+
- **📄 Professional Polish**: Consistent styling across all documentation sections
105+
106+
### Version 0.2.0 - Major Enhancements 🎆
101107
- **🎨 Modern Bracket Colorization**: Added full VS Code bracket colorization support with 6 distinct colors
102108
- **✨ Enhanced Language Support**: Comprehensive syntax highlighting for JavaScript, TypeScript, Python, HTML, CSS, JSON, and Git
103109
- **🔍 Improved Accessibility**: Better cursor visibility, enhanced warning colors, semantic color usage

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"color": "#1b1734",
3737
"theme": "dark"
3838
},
39-
"version": "0.2.0",
39+
"version": "0.2.1",
4040
"engines": {
4141
"vscode": "^1.61.0"
4242
},
@@ -55,7 +55,7 @@
5555
"scripts": {
5656
"package": "vsce package --no-yarn",
5757
"publish": "vsce publish --no-yarn",
58-
"install-local": "code --install-extension graphlinq-vscode-theme-0.2.0.vsix",
58+
"install-local": "code --install-extension graphlinq-vscode-theme-0.2.1.vsix",
5959
"version:patch": "powershell -ExecutionPolicy Bypass -File ./scripts/bump-version.ps1 patch",
6060
"version:minor": "powershell -ExecutionPolicy Bypass -File ./scripts/bump-version.ps1 minor",
6161
"version:major": "powershell -ExecutionPolicy Bypass -File ./scripts/bump-version.ps1 major",

0 commit comments

Comments
 (0)