All notable changes to the "vscode-redmine" extension will be documented in this file.
- Issue #34 - display subprojects as a tree and toggle back to flat view (thanks to doganOz!)
- Code of conduct, contributing guide and issue template
- eslint rules to be more restrictive
- small refactor
- Updated link 😇
- Link to my website
- Issue #18 Showcase of features in README.md
- Issue #16 Mulitroot support - configuration can be set in
settings.json
file, under.vscode
folder of workspace folder. - ESLint and Prettier
- Issue #11 Sidebar panel with issues assigned to user and list of projects
- 💥
serverUrl
,serverPort
,serverIsSsl
andauthorization
settings; useurl
andadditionalHeaders
instead.
- Bumped to TypeScript 3
- Align code to ESLint suggestions
- Format codebase with Prettier
- Updated README.md with new features description
Thanks to MarkusAmshove:
- Quick update action for issue
- You can quickly change issue status, assigned and add note
- Open issue actions from number selected in document
- Custom
Authorization
header- You can configure
Authorization
header by settingredmine.authorization
.
- You can configure
- Issue #7 (thanks to hanyuzhou2006 for discovering and fixing an issue!)
- Create issue command
- You can configure project name under
redmine.projectName
setting - You can choose project from the list, if
redmine.projectName
isn't configured
- You can configure project name under
- 0.2.2
CHANGELOG.md
entry
- 0.2.1 correct year in
CHANGELOG.md
- Attribution of Redmine Logo
- Extension icon
- Display name
rejectUnauthorized
parameter, which is passed to https request options- Missing open by issue id in feature list in
README.md
- Information about future features in
README.md
- messy issue description in quick pick
Added more basic functionalities to this extensions.
- possibility to change issue status
- possibility to add time entries to issue
- getting issue actions by typing in an issue id
- splitted changelog entries into separate sections
Release notes
section inREADME.md
- it can be viewed here, so there is no reason to copy that across multiple files
- repository URL to
package.json
, so VSCode Marketplace seeREADME.md
and other files
Initial release of vscode-redmine
- list of issues assigned to API key owner
- possibility to open issue in browser
- configuration for server and API key