Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
v-homyakov committed Jan 8, 2021
1 parent 4927586 commit 22337fd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [v1.3](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/tree/v1.3) (2021-01-08)

[Full Changelog](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/compare/v1.2...v1.3)

**Implemented enhancements:**

- Task id should have form `EntityType\#EntityId`, e.g. `Bug\#123456` [\#2](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/issues/2)
- Choose entity types to work with \(fixes \#9\) [\#18](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/pull/18) ([victor-homyakov](https://github.com/victor-homyakov))
- Make presentable ID in form "Bug\#123", "US\#123" [\#17](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/pull/17) ([victor-homyakov](https://github.com/victor-homyakov))
- Get Bugs, User Stories and Tasks [\#16](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/pull/16) ([victor-homyakov](https://github.com/victor-homyakov))
- Use offset and limit in queries [\#15](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/pull/15) ([victor-homyakov](https://github.com/victor-homyakov))

**Fixed bugs:**

- Option "Include closed tasks" should work [\#8](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/issues/8)

**Closed issues:**

- The task list is empty [\#9](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/issues/9)
- Migrate from BaseRepositoryImpl to NewBaseRepositoryImpl [\#4](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/issues/4)

**Merged pull requests:**

- Add pluginIcon.svg [\#14](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/pull/14) ([victor-homyakov](https://github.com/victor-homyakov))

## [v1.2](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/tree/v1.2) (2021-01-05)

[Full Changelog](https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/compare/v1.1...v1.2)
Expand Down
10 changes: 6 additions & 4 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
<idea-plugin>
<id>com.targetprocess.assigned.entities.plugin</id>
<name>Connector to assigned Targetprocess entities</name>
<version>1.2</version>
<name>Connector to Assigned Targetprocess Entities</name>
<version>1.3</version>
<vendor email="[email protected]" url="https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities">Victor Homyakov</vendor>

<description><![CDATA[
Adds support of Targetprocess server into Jetbrains' IDE (IDEA, WebStorm, etc.).
Retrieves assigned User Stories and Bugs from Targetprocess server.
Settings are in Preferences > Tools > Tasks > Servers<br>
Retrieves assigned User Stories and Bugs from Targetprocess server.<br>
Settings are in Preferences > Tools > Tasks > Servers.<br>
Full Changelog:
https://github.com/victor-homyakov/jetbrains-targetprocess-assigned-entities/blob/master/CHANGELOG.md
]]></description>

<change-notes><![CDATA[
Expand Down

0 comments on commit 22337fd

Please sign in to comment.