Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts
coverage
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- Initial release

## [1.0.0] - 25-05-2023

### Added
- extension icon

### Fixed
- extension version
- Readme image
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Binary file added pictures/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.