Releases: autometrics-dev/vscode-autometrics
Releases · autometrics-dev/vscode-autometrics
v0.5.0
What's Changed
- Major overhaul of charts by @flenter in #44
- Add module support by @flenter in #46
- Add tooltip to graphs by @flenter in #45
- Relative time support by @flenter in #47
- Enable toggling elements via legend by @flenter in #48
- Improved rust support by @flenter in #50
- Update hover tooltips for typescript by @flenter in #49
- Explain zoom controls by @flenter in #51
- Add links to prometheus by @flenter in #52
- Improved autometrics
am
explorer integration by @flenter in #56 - Update readme & demo animation by @flenter in #57
- Replace provider with typescript client for querying prometheus data by @brettimus in #60
- Support renamed metrics (and fix build_info queries) by @brettimus in #61
- Prepare release of 0.5.0 by @brettimus in #59
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
0.3.0
- [chore] Upgrade several dependencies
- Update panel to support showing multiple graphs
- Update styling for single graph charts
- Use more of the vscode theme colors for graphs
- [chore] We now use Yarn again instead of NPM. This is necessary to pull in
fiberplane-charts
directly from a workspace repository. The problem with
packaging has been solved with a Yarn plugin.