diff --git a/.vscodeignore b/.vscodeignore index c613679..e781a4a 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -11,3 +11,4 @@ vsc-extension-quickstart.md **/.eslintrc.json **/*.map **/*.ts +coverage \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dceec77..4c05e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log -All notable changes to the "openproject" extension will be documented in this file. +All notable changes to this project will be documented in this file. -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +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). ## [Unreleased] -- Initial release \ No newline at end of file +- Initial release + +## [1.0.0] - 25-05-2023 + +### Added +- extension icon + +### Fixed +- extension version +- Readme image \ No newline at end of file diff --git a/README.md b/README.md index a1ff845..5c493bd 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # openproject README -Extension for [OpenProject](https://www.openproject.org/) - project management system. +Extension for [OpenProject](https://www.openproject.org/) - project management system. + +![picture](pictures/work_packages.png) ## Features - Authorization. -- Getting list of your work packages. ![picture](https://github.com/bitswar/VSCodeOpenProject/pictures/work_packages.png) +- Getting list of your work packages. ## Requirements diff --git a/package.json b/package.json index d349ced..5e8b739 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "publisher": "bitswar", "displayName": "OpenProject", "description": "OpenProject extension for VSCode", - "version": "0.0.1", + "version": "1.0.0", + "icon": "pictures/icon.png", "engines": { "vscode": "^1.78.0" }, diff --git a/pictures/icon.png b/pictures/icon.png new file mode 100644 index 0000000..ced389d Binary files /dev/null and b/pictures/icon.png differ