Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to the Databricks Notebook Studio extension will be document
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.7] - 2026-04-14

### Fixed
- **Publisher ID**: Changed publisher from `databricks-notebook-studio` to `Harrngdev` to match the VS Code Marketplace publisher account

## [0.4.6] - 2026-04-14

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "databricks-notebook-studio",
"displayName": "Databricks Notebook Studio",
"description": "Visualize Databricks .py notebooks with rich DataFrame display, interactive tables, column sorting/resizing, and multi-profile authentication",
"version": "0.4.6",
"version": "0.4.7",
"license": "MIT",
"type": "commonjs",
"publisher": "databricks-notebook-studio",
"publisher": "Harrngdev",
"repository": {
"type": "git",
"url": "https://github.com/QuangNguyen2609/Databricks-Notebook-Extension.git"
Expand Down
Loading