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)
- update README (f958358)
0.5.3 (2025-03-22)
- remove unnecessary GitHub Release step from CI workflow (011d894)
0.5.2 (2025-03-22)
- update CI and release workflows to package and upload VSIX files correctly (f5e99e7)
0.5.1 (2025-03-22)
- 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)
- 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)
- 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)
- ensure clipboard functionality handles empty rule content and improve event listener setup (839f128)
- update Supabase configuration to use hardcoded values, removing user-configurable options (a3da447)
0.4.6 (2025-03-22)
0.4.5 (2025-03-22)
- refine URI protocol detection logic for VS Code-based editors (b97bf3c)
- simplify URI protocol detection by utilizing vscode.env.uriScheme (04965a1)
0.4.4 (2025-03-22)
- enable tree shaking in esbuild configuration (10cba94)
0.4.3 (2025-03-22)
0.4.2 (2025-03-22)
- 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)
- 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)
- add URI handler for authentication and enhance session management (bb65e41)
0.3.2 (2025-03-21)
- implement user authentication features with login, logout, and profile viewing capabilities (880dcfd)
- 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)
- 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)
- add CodingRules.ai VS Code extension with rule browsing, searching, and downloading capabilities (7756243)
- initial commit (799fed7)
- update Cline file format from .cline to .clinerules and enhance download options with generic formats (3fe5232)
- rename download command to internal version, enhance validation for rule properties, and streamline format selection process (4f9641f)