What's New in v1.1.4
π Internationalization Support
- Multi-language Interface: Extension now supports English, Chinese (δΈζ), and Korean (νκ΅μ΄)
- Language Selection: Use Command Palette β "Cursor Stats: Select Language" to switch languages
- Automatic Updates: Interface elements update instantly when language is changed
- Complete Localization: All UI text, notifications, and messages are now translatable
π Improved Calculations
- Smart Month Data: Prioritizes current month data over last month for more accurate usage tracking
- Better Period Handling: Enhanced usage-based pricing period calculations
- Fixed Edge Cases: Resolved undefined request handling in team usage scenarios
β οΈ A Note on Large Database Files (2GB+)
- The previous attempt in
v1.1.2
to address issues with very largestate.vscdb
files (over 2GB) usingnode-sqlite3-wasm
had to be rolled back due to the token retrieval bug it introduced. - Temporary Workaround for 2GB+ Database Issue (if you encounter it with
sql.js
):- Download a SQLite browser.
- Make a backup copy of your
state.vscdb
file. - Open the copy with the SQLite browser.
- The table containing chat history and other non-essential data is typically named
cursorDiskKV
. The table with your auth token isItemTable
. - Delete the
cursorDiskKV
table (or other large tables, keepingItemTable
intact) to reduce the database file size. - In Cursor, go to extension settings for "Cursor Stats" and use the "Custom Database Path" (
cursorStats.customDatabasePath
) option to point the extension to your modified (smaller) database file copy.
- This workaround allowed users with huge database files to use the extension before the
v1.1.2
changes and should still be viable.
- Developer Note: I'm currently preparing for my college entrance exams and I dont have time for in-depth fixes. I apologize for any inconvenience. (I will be free after june 25)
Installation
- Download the VSIX file from this release
- Open Cursor
- Press Ctrl+Shift+P (Cmd+Shift+P on macOS)
- Type 'Install from VSIX' and select it
- Choose the downloaded VSIX file
Feedback
Your feedback helps make Cursor Stats better! Please report any issues on our GitHub repository.
π Donations
If you find this extension helpful, consider supporting its development
Thank you for using Cursor Stats! π