From 0feb11afe6ada692336bdefa15d2375b217e6e34 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Fri, 12 Apr 2024 16:42:02 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 57 ++++++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ddbe0..70aa73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased][Unreleased] +## [v1.0.2][v1.0.2] - 2023-04-12 + +- Fix handling of default artifact groups. + ## [v1.0.1][v1.0.1] - 2023-01-04 -* [X] Fix README publication issues. +- Fix README publication issues. ## [v1.0.0][v1.0.0] - 2023-01-04 -* [X] Move to Apicurio Organization. +- Move to Apicurio Organization. ## Before integration to Apicurio organization @@ -20,60 +24,61 @@ All notable changes to this project will be documented in this file. ### Added -* [X] Add new artifacts. -* [X] Add artifact verions. -* [X] Edit versions metas. -* [X] Edit versions state. -* [X] Delete artifacts. -* [X] Add setting to display name (if exist) instead of ID in registry explorer view. -* [X] Add setting to format document on preview. +- Add new artifacts. +- Add artifact verions. +- Edit versions metas. +- Edit versions state. +- Delete artifacts. +- Add setting to display name (if exist) instead of ID in registry explorer view. +- Add setting to format document on preview. ### Updated -* [X] README : Update features description. -* [X] Fix preview issue. -* [X] Fix kconnect icon issue. -* [X] Enhance README with screen records. -* [X] Manage [Apicurio issue](https://github.com/Apicurio/apicurio-registry/issues/2143) on YAML (OAS) mime type. +- README : Update features description. +- Fix preview issue. +- Fix kconnect icon issue. +- Enhance README with screen records. +- Manage [Apicurio issue](https://github.com/Apicurio/apicurio-registry/issues/2143) on YAML (OAS) mime type. ## [v0.0.4][v0.0.4] - 2022-02-17 ### Added -* [X] Reverse Versions order. -* [X] Reverse Versions by default setting. +- Reverse Versions order. +- Reverse Versions by default setting. ### Updated -* [X] README : Add settings description. +- README : Add settings description. ## [v0.0.3][v0.0.3] - 2022-02-01 ### Added -* [X] Display labels meta. -* [X] Display properties meta. -* [X] Search artifacts. +- Display labels meta. +- Display properties meta. +- Search artifacts. ## [v0.0.2][v0.0.2] - 2022-01-27 ### Added -* [X] Display meta by versions. -* [X] Manage search limit as parameter. +- Display meta by versions. +- Manage search limit as parameter. ### Updated -* [X] Update artifacts icons. -* [X] Fix minor issues in documentation. +- Update artifacts icons. +- Fix minor issues in documentation. ## v0.0.1 - 2022-01-26 ### Added -* [X] Basic Apicurio explorer. +- Basic Apicurio explorer. -[unreleased]: https://github.com/jetmartin/Apicurio/apicurio-registry-vscode-plugin/v1.0.1...HEAD +[unreleased]: https://github.com/jetmartin/Apicurio/apicurio-registry-vscode-plugin/v1.0.2...HEAD +[v1.0.2]: https://github.com/Apicurio/apicurio-registry-vscode-plugin/compare/v1.0.1...v1.0.2 [v1.0.1]: https://github.com/Apicurio/apicurio-registry-vscode-plugin/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/Apicurio/apicurio-registry-vscode-plugin/compare/v0.1.0...v1.0.0 [v0.1.0]: https://github.com/jetmartin/apicurio/compare/v0.0.4...v0.1.0