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.
- Added comprehensive color blind accessibility command suite with 11 new commands covering Deuteranopia, Protanopia, Tritanopia, Achromatopsia, and AccessibleDefault profiles
- Added
Set-ColorBlindProfilefor applying Okabe-Ito color schemes with -Persist flag for session persistence - Added
Get-ColorBlindProfileto retrieve active profile and color table - Added
Reset-ColorProfileto restore PSStyle formatting colors to defaults - Added
ConvertTo-PlainTextto strip ANSI escape codes for screen reader preparation - Added
Enable-ScreenReaderModeandDisable-ScreenReaderModefor screen reader compatibility - Added
Test-ColorContrastfor WCAG 2.1 contrast ratio analysis with AA/AAA compliance reporting - Added
Get-ColorBlindPaletteto retrieve full color table for profiles - Added
Get-AccessibilityProfilefor accessibility settings snapshot - Added
Export-AccessibilityProfileandImport-AccessibilityProfilefor JSON serialization - Added private helpers:
Get-ColorBlindPaletteData,Get-RelativeLuminance, andGet-ContrastRatiofor WCAG compliance
- Updated README with comprehensive Overview, Installation, Commands, and Examples sections
- Fixed Pester requirement version to 5.7.1
- Added new function ConvertTo-Bionic.