Skip to content

Releases: github-copilot-resources/copilot-metrics-viewer

v2.0.7

14 Jul 18:07
9ddd360
Compare
Choose a tag to compare

What's Changed

  • Add option to exclude holidays from copilot metrics by @Copilot in #234
  • Implement Agent Mode Statistics display with models used by users by @Copilot in #226

Full Changelog: v2.0.6...v2.0.7

v2.0.6 - support for enterprise teams

08 Jul 22:28
b8a6f3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5 - support for date filters

08 Jul 04:55
7cefc84
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

06 Jun 15:37
255ecde
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

25 Feb 16:03
658b3b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

18 Feb 02:18
71bc8ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

06 Feb 18:52
cb64f7b
Compare
Choose a tag to compare

What's Changed

  • feat: allow usage behind a corporate proxy by @Djiit in #152
  • Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory by @dependabot in #148
  • fixing #149 missing seats paging by @karpikpl in #151
  • Bump vitest from 2.1.9 to 3.0.5 in the npm_and_yarn group across 1 directory by @dependabot in #155

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Feb 05:20
2c54629
Compare
Choose a tag to compare

What's Changed

Warning

Breaking Changes

  • It's required to have NUXT_SESSION_PASSWORD environment variable (at least 32 characters long) which is used to encrypt session cookies.
  • GitHub redirect URL was changed from /callback to /auth/github

Environment Variables Update:

  • Updated environment variables in .env to use NUXT_PUBLIC prefix instead of VUE_APP, and added new variables for GitHub OAuth and session password.

Docker Configuration:

  • Updated Dockerfile to support different build modes (prod and playwright) and re-mapped environment variables for backwards compatibility.

Documentation:

  • Updated DEPLOYMENT.md to reflect changes in environment variables and deployment options, and removed references to the legacy -with-proxy image.

Full Changelog: v1.9.1...v2.0.0

v1.9.1

01 Feb 02:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v2.0.0-preview

30 Jan 15:47
Compare
Choose a tag to compare
v2.0.0-preview Pre-release
Pre-release

What's Changed

Breaking Changes

  • Removed Proxy Image
  • App is no longer a static web app - it's a Nuxt3 app with server side rendering
  • It's required to have NUXT_SESSION_PASSWORD (at least 32 characters long) which is used to encrypt session cookies.

Full Changelog: v1.9.0...v2.0.0-preview