Skip to content

Commit

Permalink
Update .gitignore and .vscodeignore to exclude PowerShell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwtexe committed Feb 7, 2025
1 parent 410269d commit b5690f3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ node_modules
*.log
.builds
.git/
release.p1
*.ps1
4 changes: 3 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ images/**/*.?(png|gif|jpg|jpeg|webp)
!images/icon.png

# Exclude any VSIX files
**/*.vsix
**/*.vsix

*.ps1
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@ All notable changes to the "cursor-stats" extension will be documented in this f
- Hide/show specific model statistics
- Customizable status bar information

## [1.0.7] - 2025-02-07

### Added
- Comprehensive GitHub release notes viewer with markdown support
- Enhanced release check functionality with detailed release information
- Support for release assets and source code download links
- Integrated marked library for markdown rendering
- Improved WSL database path handling

### Changed
- Updated status bar color scheme for better visual consistency
- Refactored Windows username utility into database service
- Enhanced usage cost display formatting
- Improved release information structure with additional metadata
- Updated package dependencies to latest versions

### Removed
- Redundant Windows username utility module

## [1.0.6] - 2025-02-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A VS Code extension that provides real-time statistics about your Cursor usage,
- 📈 Total request counter (fast + usage-based requests)
- ⚡ Command palette integration
- 🌙 Support for both regular and nightly Cursor versions
- 🔄 GitHub release updates
- 🔄 Enhanced GitHub release updates with markdown support

## Upcoming Features

Expand Down

0 comments on commit b5690f3

Please sign in to comment.