Skip to content

Latest commit

 

History

History
165 lines (96 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

165 lines (96 loc) · 10.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.8 (2025-04-06)

1.0.7 (2025-03-28)

1.0.6 (2025-03-28)

1.0.5 (2025-03-25)

1.0.4 (2025-03-25)

1.0.3 (2025-03-25)

1.0.2 (2025-03-25)

1.0.1 (2025-03-24)

1.0.0 (2025-03-22)

Documentation

0.5.3 (2025-03-22)

Bug Fixes

  • remove unnecessary GitHub Release step from CI workflow (011d894)

0.5.2 (2025-03-22)

Features

  • update CI and release workflows to package and upload VSIX files correctly (f5e99e7)

0.5.1 (2025-03-22)

Features

  • add basic tests (9850012)
  • add CI, packaging, and release workflows for extension (1d80cf5)
  • add Xvfb setup to CI, packaging, and release workflows (4f69c26)

0.5.0 (2025-03-22)

Features

  • add eslint-plugin-unused-imports for managing unused imports and update related configurations (66f95c9)
  • enhance README with authentication, private content, and favorites features (bdb3ed7)
  • implement favorite rules functionality with loading and display in the rules explorer (67cbd56)

0.4.7 (2025-03-22)

Features

  • add command to copy rule to clipboard with error handling (0ba9ffe)
  • add environment variable support for Supabase configuration and update documentation (160cebf)
  • add external link functionality for author profiles in rule viewer (a413147)
  • add user profile retrieval (e279505)
  • clean-up architecture (36f0bf6)
  • consolidate authentication commands (7262415)
  • enhance rule download options and UI in rule viewer (803feec)
  • enhance rule downloading process with improved file handling and UI updates (1890878)
  • implement background token refresh and cache invalidation for private rules (6811836)
  • implement functionality to fetch and display private rules (e0d24d0)
  • implement search functionality with QuickPick results and loading indicators (0c06765)
  • improve file download handling and user prompts in rule downloader (1137188)
  • refactor extension architecture with command handlers for rules, explorer, and authentication (474b1d5)

Bug Fixes

  • ensure clipboard functionality handles empty rule content and improve event listener setup (839f128)

Refactors

  • update Supabase configuration to use hardcoded values, removing user-configurable options (a3da447)

0.4.6 (2025-03-22)

0.4.5 (2025-03-22)

Features

  • refine URI protocol detection logic for VS Code-based editors (b97bf3c)

Refactors

  • simplify URI protocol detection by utilizing vscode.env.uriScheme (04965a1)

0.4.4 (2025-03-22)

Features

  • enable tree shaking in esbuild configuration (10cba94)

0.4.3 (2025-03-22)

0.4.2 (2025-03-22)

Features

  • enhance Supabase service to include user authentication checks and private content handling (b0ff271)
  • improve URI protocol detection (6915600)
  • refactor authentication service initialization and enhance session management (053f2ca)
  • sort tags and tools alphabetically in rule viewer and rules explorer (4008fd1)

0.4.1 (2025-03-21)

Features

  • enhance authentication service with session management and user state tracking (05c8773)
  • implement dynamic URI protocol detection for various VS Code-based editors (0eead95)
  • improve authentication flow and service integration (2604c57)

0.4.0 (2025-03-21)

Features

  • add URI handler for authentication and enhance session management (bb65e41)

0.3.2 (2025-03-21)

Features

  • implement user authentication features with login, logout, and profile viewing capabilities (880dcfd)

Refactors

  • remove Supabase configuration command from extension (4f8798a)

0.3.1 (2025-03-21)

0.3.0 (2025-03-21)

0.2.0 (2025-03-21)

Features

  • enhance rule search functionality and add top upvoted rules feature (9903ed6)
  • improve search functionality by adding tag-based filtering and enhance error reporting in UI (1da88a1)

0.1.0 (2025-03-21)

Features

  • add CodingRules.ai VS Code extension with rule browsing, searching, and downloading capabilities (7756243)
  • initial commit (799fed7)

Bug Fixes

  • update Cline file format from .cline to .clinerules and enhance download options with generic formats (3fe5232)

Code Refactoring

  • rename download command to internal version, enhance validation for rule properties, and streamline format selection process (4f9641f)

Chores

  • add ESLint cache file to improve linting performance (2a3e903)
  • remove ESLint cache file, add LICENSE.md, and update package.json with repository and license information (823abd1)
  • update package.json to include publisher and pricing information (0960a86)
  • update icon (23ff54b)