File tree Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ vsc-extension-quickstart.md
1111** /.eslintrc.json
1212** /* .map
1313** /* .ts
14+ coverage
Original file line number Diff line number Diff line change 11# Change Log
22
3- All notable changes to the "openproject" extension will be documented in this file.
3+ All notable changes to this project will be documented in this file.
44
5- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
67
78## [ Unreleased]
89
9- - Initial release
10+ - Initial release
11+
12+ ## [ 1.0.0] - 25-05-2023
13+
14+ ### Added
15+ - extension icon
16+
17+ ### Fixed
18+ - extension version
19+ - Readme image
Original file line number Diff line number Diff line change 11# openproject README
22
3- Extension for [ OpenProject] ( https://www.openproject.org/ ) - project management system.
3+ Extension for [ OpenProject] ( https://www.openproject.org/ ) - project management system.
4+
5+ ![ picture] ( pictures/work_packages.png )
46
57## Features
68
79- Authorization.
8- - Getting list of your work packages. ![ picture ] ( https://github.com/bitswar/VSCodeOpenProject/pictures/work_packages.png )
10+ - Getting list of your work packages.
911
1012## Requirements
1113
Original file line number Diff line number Diff line change 33 "publisher" : " bitswar" ,
44 "displayName" : " OpenProject" ,
55 "description" : " OpenProject extension for VSCode" ,
6- "version" : " 0.0.1" ,
6+ "version" : " 1.0.0" ,
7+ "icon" : " pictures/icon.png" ,
78 "engines" : {
89 "vscode" : " ^1.78.0"
910 },
You can’t perform that action at this time.
0 commit comments