Releases: rajbos/github-copilot-token-usage
Release 0.0.11
What's Changed
- open log file by @rajbos in #147
- Add devContainer by @UncleBats in #148
- Copilot tooltip enhancements by @JasperGilhuis in #149
- minor text updates by @JasperGilhuis in #152
- Refactor model detection to use modelPricing.json data by @Copilot in #151
- Add Azure Storage backend integration with comprehensive sync, sharing, and analytics capabilities by @jongio in #145
- 🐛 Fix dashboard data discrepancy by @liubchigo in #153
- Readd file viewer link again by @rajbos in #156
- Prevent status bar animations on timer updates by @rajbos in #158
- Convert tool calls display from list to table in file viewer by @Copilot in #159
- Add load-cache-data agent skill for inspecting session file cache by @Copilot in #161
- Add azure-storage-loader skill for querying token usage data from Azure Tables by @Copilot in #162
- add information where logs from the devContainer are stored by @UncleBats in #160
- Persist active tab state in diagnostic view by @Copilot in #164
- Add Azure Storage backend configuration panel to diagnostics by @Copilot in #163
- Show last month stats next to this month by @rajbos in #166
- Add clickable links for empty sessions in Diagnostic Report by @Copilot in #165
- Enhance usage analysis with model tracking features by @FokkoVeegens in #157
- Progressive loading for diagnostics view - eliminate 10-30s UI blocking by @Copilot in #169
- detect implicit selections by @rajbos in #176
- Potential fix for code scanning alert no. 22: Client-side cross-site scripting by @rajbos in #175
- Potential fix for code scanning alert no. 26: Client-side cross-site scripting by @rajbos in #174
- Fix cache loading by @rajbos in #171
- Potential fix for code scanning alert no. 25: Client-side cross-site scripting by @rajbos in #173
- Add formatted JSONL viewer to diagnostics by @Copilot in #170
- copilot/update jsonl file viewer by @rajbos in #180
- Cache session file details for diagnostics to avoid repeated disk I/O by @Copilot in #178
- Use rolling 30-day window for annual projections instead of current month by @Copilot in #179
- Fix vuln deps links by @rajbos in #181
- Skip validate job when skill matrix is empty by @Copilot in #183
- Potential fix for code scanning alert no. 22: Client-side cross-site scripting by @rajbos in #184
- repo refs by @rajbos in #185
- Detect #sym references and fix diagnostics logging by @Copilot in #186
- Add pricing data for claude-opus-4.6-fast model by @Copilot in #189
- Fix MCP tool detection from toolNames.json by @Copilot in #192
- Update cache version and enhance MCP tools detection in session analysis by @rajbos in #193
- Enforce npm ci to prevent package-lock.json churn from peer dependencies by @Copilot in #190
- Track additional GitHub Copilot context commands (#terminalLastCommand, #clipboard, etc.) by @Copilot in #188
- Add Claude Opus 4.6 model support by @Copilot in #198
- Bump version by @rajbos in #199
- Fix sync-release-notes workflow: set upstream on branch push by @Copilot in #200
Dependency updates
- npm(deps-dev): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #167
- npm(deps): bump @azure/arm-subscriptions from 5.1.1 to 6.0.0 by @dependabot[bot] in #168
- npm(deps-dev): bump the minor-and-patch-updates group with 3 updates by @dependabot[bot] in #194
- github-actions(deps): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #196
- npm(deps): bump jsdom from 27.4.0 to 28.0.0 by @dependabot[bot] in #197
New Contributors
- @UncleBats made their first contribution in #148
- @JasperGilhuis made their first contribution in #149
- @jongio made their first contribution in #145
- @liubchigo made their first contribution in #153
- @FokkoVeegens made their first contribution in #157
Full Changelog: v0.0.10...v0.0.11
Release 0.0.10
Changed
- Adding fix for Code - Insiders.
- Show stats for all different editors:
- — Stable VS Code release
- — VS Code Insiders (preview) builds
- — Exploration/pre-release builds
- — Community-built VS Code distribution
- — Cursor editor
- Update model colors to avoid using grey/white/black for the largest models.
Dependencies
- Bump devops-actions/issue-comment-tag from 0.1.8 to 0.1.9.
- Bump the minor-and-patch-updates group with 4 updates.
[0.0.7]
[0.0.6]
Added
- Diagnostic report generation for troubleshooting extension issues.
[0.0.5]
[0.0.4]
Added
- Intelligent file caching to improve performance when processing session files.
- Cache management with automatic size limits and cleanup of non-existent files.
- Cache hit/miss rate logging for performance monitoring.
Changed
- Session file processing now uses cached data when files haven't been modified.
- Reduced file I/O operations during periodic updates for better performance.
[0.0.3]
[0.0.2]
Added
- CI build pipeline with GitHub Actions.
- GitHub issue templates for bug reports and feature requests.
- Development guidelines for minimal file changes to Copilot instructions.
- file with bug report guidance.
- Button to refresh the data on demand.
- Estimated water usage tracking to token usage display.
- Support for other platforms (macOS, Linux).
- Dependabot configuration for automated dependency and GitHub Actions updates.
Changed
- Added missing publishing info.
Release 0.0.9
Changed
- Adding fix for Code - Insiders.
- Show stats for all different editors:
- — Stable VS Code release
- — VS Code Insiders (preview) builds
- — Exploration/pre-release builds
- — Community-built VS Code distribution
- — Cursor editor
- Update model colors to avoid using grey/white/black for the largest models.
Dependencies
- Bump devops-actions/issue-comment-tag from 0.1.8 to 0.1.9.
- Bump the minor-and-patch-updates group with 4 updates.
[0.0.7]
[0.0.6]
Added
- Diagnostic report generation for troubleshooting extension issues.
[0.0.5]
[0.0.4]
Added
- Intelligent file caching to improve performance when processing session files.
- Cache management with automatic size limits and cleanup of non-existent files.
- Cache hit/miss rate logging for performance monitoring.
Changed
- Session file processing now uses cached data when files haven't been modified.
- Reduced file I/O operations during periodic updates for better performance.
[0.0.3]
[0.0.2]
Added
- CI build pipeline with GitHub Actions.
- GitHub issue templates for bug reports and feature requests.
- Development guidelines for minimal file changes to Copilot instructions.
- file with bug report guidance.
- Button to refresh the data on demand.
- Estimated water usage tracking to token usage display.
- Support for other platforms (macOS, Linux).
- Dependabot configuration for automated dependency and GitHub Actions updates.
Changed
- Added missing publishing info.
Release v0.0.8
What's Changed
- Adding fix for Code - Insiders by @rajbos in #111
- Update model colors by @rajbos in #112
- Support views for different editors:
Code— Stable VS Code releaseCode - Insiders— VS Code Insiders (preview) buildsCode - Exploration— Exploration/pre-release buildsVSCodium— Community-built VS Code distributionCursor— Cursor editor
Dependency updates
- github-actions(deps): bump devops-actions/issue-comment-tag from 0.1.8 to 0.1.9 by @dependabot[bot] in #109
- npm(deps-dev): bump the minor-and-patch-updates group with 4 updates by @dependabot[bot] in #110
- Update docs by @rajbos in #113
Full Changelog: v0.0.7...v0.0.8
Release 0.0.7
Added
- Intelligent file caching to improve performance when processing session files
- Cache management with automatic size limits and cleanup of non-existent files
- Cache hit/miss rate logging for performance monitoring
Changed
-
Session file processing now uses cached data when files haven't been modified
-
Reduced file I/O operations during periodic updates for better performance
-
Initial release
-
Automated VSIX build and release workflow
Release v0.0.6
What's Changed
- Add diagnostic report generation for troubleshooting extension issues by @Copilot in #103
Other changes
- Update prelaunch tasks by @rajbos in #101
- Add error message display to release workflow step summary by @Copilot in #99
Dependencies
- npm(deps-dev): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #100
Full Changelog: v0.0.5...v0.0.6
Release v0.0.5
What's Changed
- Update model names by @rajbos in #96
- Add chart panel for day-by-day token usage visualization by @Copilot in #93
- Chart by model by @rajbos in #94
- Show loading on start by @rajbos in #95
Other updates
- Change CodeQL language matrix to include actions by @rajbos in #82
- Update publish script with extra checks by @rajbos in #85
- Update GitHub Script action version in workflow by @rajbos in #84
- Release by @rajbos in #97
Dependency updates
- github-actions(deps): bump actions/github-script from 7.1.0 to 8.0.0 by @dependabot[bot] in #90
- github-actions(deps): bump step-security/harden-runner from 2.13.1 to 2.14.0 by @dependabot[bot] in #87
- npm(deps-dev): bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #92
- github-actions(deps): bump actions/setup-node from 4.4.0 to 6.1.0 by @dependabot[bot] in #91
- github-actions(deps): bump actions/checkout from 4.3.0 to 6.0.1 by @dependabot[bot] in #88
- github-actions(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 by @dependabot[bot] in #86
- npm(deps-dev): bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #89
Full Changelog: v0.0.4...v0.0.5
Release 0.0.4
Added
- Intelligent file caching to improve performance when processing session files
- Cache management with automatic size limits and cleanup of non-existent files
- Cache hit/miss rate logging for performance monitoring
Changed
-
Session file processing now uses cached data when files haven't been modified
-
Reduced file I/O operations during periodic updates for better performance
-
Initial release
-
Automated VSIX build and release workflow
Release 0.0.3
Added
- Intelligent file caching to improve performance when processing session files
- Cache management with automatic size limits and cleanup of non-existent files
- Cache hit/miss rate logging for performance monitoring
Changed
-
Session file processing now uses cached data when files haven't been modified
-
Reduced file I/O operations during periodic updates for better performance
-
Initial release
-
Automated VSIX build and release workflow
Release 0.0.2
What's Changed
- Add CI build pipeline with GitHub Actions by @Copilot in #9
- Add GitHub issue templates for bug reports and feature requests by @Copilot in #2
- Add development guidelines for minimal file changes to Copilot instructions by @Copilot in #13
- Add SUPPORT.md file with bug report guidance by @Copilot in #4
- Add missing publishing info by @rajbos in #15
- button to refresh the data on demand by @rajbos in #16
- Add estimated water usage tracking to token usage display by @Copilot in #11
- Add support for other platforms by @readefries in #14
- Add Dependabot configuration for automated dependency and GitHub Actions updates by @Copilot in #6
- github-actions(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #20
- github-actions(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #19
- npm(deps-dev): bump @types/node from 22.18.6 to 24.5.2 by @dependabot[bot] in #21
- Add automated VSIX build and release workflow for version tags by @Copilot in #18
- Committing new version number for new release by @rajbos in #24
- Add permissions for release job in workflow by @rajbos in #26
- [StepSecurity] Apply security best practices by @step-security-bot in #25
New Contributors
- @Copilot made their first contribution in #9
- @rajbos made their first contribution in #15
- @readefries made their first contribution in #14
- @dependabot[bot] made their first contribution in #20
- @step-security-bot made their first contribution in #25
Full Changelog: v0.0.1...v0.0.2