Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Feb 6, 2024
1 parent 9361425 commit 6dd12a2
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## v0.1.0
## [v0.1.1](https://github.com/silx-kit/vscode-h5web/compare/v0.1.0...v0.1.1)

- 🐛 Fix compression plugins failing to load under symlinked user directory.

## [v0.1.0](https://github.com/silx-kit/vscode-h5web/compare/v0.0.11...v0.1.0)

> ⚠ Requires VS Code **1.86.0** (January 2024) or later.
Expand All @@ -16,7 +20,7 @@
- For the full list of changes, please refer to the release notes for
[v10.1.0](https://github.com/silx-kit/h5web/releases/tag/v10.1.0)

## v0.0.11
## [v0.0.11](https://github.com/silx-kit/vscode-h5web/compare/v0.0.10...v0.0.11)

- ✨ Upgrade React to v18 and bump H5Web from v9.0.0 to v10.0.0
- `< Matrix >` Support visualising compound datasets containing (u)int64 data
Expand All @@ -25,7 +29,7 @@
- For the full list of changes, please refer to the release notes for
[v10.0.0](https://github.com/silx-kit/h5web/releases/tag/v10.0.0)

## v0.0.10
## [v0.0.10](https://github.com/silx-kit/vscode-h5web/compare/v0.0.9...v0.0.10)

- ✨ Rerender automatically on file changes
[#31](https://github.com/silx-kit/vscode-h5web/pull/31)
Expand All @@ -43,7 +47,7 @@
- Fall back gracefully when diffing an untracked file
[#32](https://github.com/silx-kit/vscode-h5web/pull/32)

## v0.0.9
## [v0.0.9](https://github.com/silx-kit/vscode-h5web/compare/v0.0.8...v0.0.9)

- ✨ Bump H5Web from v7.1.0 to v8.0.0
- Show NeXus axis labels when hovering dimension buttons D0, D1, ...
Expand All @@ -53,7 +57,7 @@
- For the full list of changes, please refer to the release notes for
[v8.0.0](https://github.com/silx-kit/h5web/releases/tag/v8.0.0)

## v0.0.8
## [v0.0.8](https://github.com/silx-kit/vscode-h5web/compare/v0.0.7...v0.0.8)

- ✨ Bump H5Web from v7.0.0 to v7.1.0
- Allow searching for datasets, groups and other entities by text in the
Expand All @@ -69,7 +73,7 @@
[v7.0.1](https://github.com/silx-kit/h5web/releases/tag/v7.0.1) and
[v7.1.0](https://github.com/silx-kit/h5web/releases/tag/v7.1.0)

## v0.0.7
## [v0.0.7](https://github.com/silx-kit/vscode-h5web/compare/v0.0.6...v0.0.7)

- ✨ Bump H5Web from v6.5.0 to v7.0.0
- Support stacks of RGB images
Expand All @@ -88,7 +92,7 @@
[v6.6.1](https://github.com/silx-kit/h5web/releases/tag/v6.6.1) and
[v7.0.0](https://github.com/silx-kit/h5web/releases/tag/v7.0.0)

## v0.0.6
## [v0.0.6](https://github.com/silx-kit/vscode-h5web/compare/v0.0.5...v0.0.6)

- 🔄 Show loading message while opening large file
[#16](https://github.com/silx-kit/vscode-h5web/pull/16)
Expand All @@ -109,7 +113,7 @@
[v6.4.1](https://github.com/silx-kit/h5web/releases/tag/v6.4.1) and
[v6.5.0](https://github.com/silx-kit/h5web/releases/tag/v6.5.0)

## v0.0.5
## [v0.0.5](https://github.com/silx-kit/vscode-h5web/compare/v0.0.4...v0.0.5)

- ✨ Bump H5Web from v6.1.0 to v6.2.1
- Adds support for `int64` attributes amongst other dtypes (fixes
Expand All @@ -118,7 +122,7 @@
[v6.2.0](https://github.com/silx-kit/h5web/releases/tag/v6.2.0) and
[v6.2.1](https://github.com/silx-kit/h5web/releases/tag/v6.2.1)

## v0.0.4
## [v0.0.4](https://github.com/silx-kit/vscode-h5web/compare/v0.0.3...v0.0.4)

- 🧩 Add `.nc4` extension
[#11](https://github.com/silx-kit/vscode-h5web/pull/11)
Expand All @@ -132,19 +136,19 @@
- :zap: Remove obsolete file read when opening the viewer
[#8](https://github.com/silx-kit/vscode-h5web/pull/8)

## v0.0.3
## [v0.0.3](https://github.com/silx-kit/vscode-h5web/compare/v0.0.2...v0.0.3)

- 🧩 Add `.nc` extension [#4](https://github.com/silx-kit/vscode-h5web/pull/4)
- 📝 List supported HDF5 filename extensions in README
[#4](https://github.com/silx-kit/vscode-h5web/pull/4)

## v0.0.2
## [v0.0.2](https://github.com/silx-kit/vscode-h5web/compare/v0.0.1...v0.0.2)

- 🐛 Allow opening files outside of workspace folder
[#3](https://github.com/silx-kit/vscode-h5web/pull/3)
- 📝 Update README with known limitations
[#1](https://github.com/silx-kit/vscode-h5web/pull/1)

## v0.0.1
## [v0.0.1](https://github.com/silx-kit/vscode-h5web/tree/v0.0.1)

-[H5Web v6.1.0](https://github.com/silx-kit/h5web/releases/tag/v6.1.0)

0 comments on commit 6dd12a2

Please sign in to comment.