diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b96c3..57d137b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,11 @@ All notable changes to the "hex-to-rgba" extension will be documented in this fi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.0] Stable +- Changed Keyboard shortcuts, added a toggle shortcut (check readme) +- Fixed some dependency vulnerabilities (check #e3cc867) +- Added Support for rgba to hex +- Added a preview gif + ## [Released] -- Initial release \ No newline at end of file +- Initial release diff --git a/README.md b/README.md index e5e7a64..0cc52ac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Hex-To-RGBA Extension +![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/dakshmiglani.hex-to-rgba?style=for-the-badge) +![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/dakshmiglani.hex-to-rgba?style=for-the-badge) +![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/dakshmiglani.hex-to-rgba?style=for-the-badge) +![Visual Studio Marketplace Rating (Stars)](https://img.shields.io/visual-studio-marketplace/stars/dakshmiglani.hex-to-rgba?style=for-the-badge) > Hex-to-RGBA Allows designers to convert selected Hex Code to RGBA and vice-versa. diff --git a/package.json b/package.json index 9563bf2..3675cec 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hex-to-rgba", "displayName": "hex-to-rgba", "description": "Hex-to-RGBA Allows designers to convert selected Hex Code to RGBA on VSCode easily.", - "version": "0.1.0", + "version": "1.0", "publisher": "dakshmiglani", "author": "Daksh Miglani ", "license": "MIT",