From 6dd12a2fc5f886815e3f20b53f845472d6bbcdde Mon Sep 17 00:00:00 2001 From: Axel Bocciarelli Date: Tue, 6 Feb 2024 14:01:32 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2723ec6..d19f3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 @@ -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) @@ -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, ... @@ -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 @@ -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 @@ -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) @@ -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 @@ -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) @@ -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)