Skip to content

Commit 26ac3a4

Browse files
authored
Merge pull request #2 from bitswar/develop
Develop
2 parents 86d01b3 + b41c838 commit 26ac3a4

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ vsc-extension-quickstart.md
1111
**/.eslintrc.json
1212
**/*.map
1313
**/*.ts
14+
coverage

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
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

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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
},

pictures/icon.png

1.46 KB
Loading

0 commit comments

Comments
 (0)