Skip to content

Commit 2db654c

Browse files
Merge pull request #25 from bitloops/add-sessions-panel-to-dashboard
Add sessions panel to dashboard
2 parents 7ae23d4 + b89917f commit 2db654c

40 files changed

Lines changed: 1897 additions & 413 deletions

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## [Unreleased]
1+
## [0.0.8]
22

33
### Added
44

5+
- New sessions page containing explorer and list of sessions.
6+
57
### Changed
68

79
### Fixed

bundle_versions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"versions": [
3+
{
4+
"version": "0.0.8",
5+
"min_required_cli_version": "0.0.17",
6+
"max_required_cli_version": "latest",
7+
"download_url": "https://github.com/bitloops/local-dashboard/releases/download/v0.0.8/bundle.tar.zst",
8+
"checksum_url": "https://github.com/bitloops/local-dashboard/releases/download/v0.0.8/bundle.tar.zst.sha256"
9+
},
310
{
411
"version": "0.0.7",
512
"min_required_cli_version": "0.0.16",

0 commit comments

Comments
 (0)