Skip to content

Commit 4ac0268

Browse files
committed
Update release notes
1 parent f79cde5 commit 4ac0268

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Plugin is [available for download](https://plugins.jetbrains.com/plugin/8087) fr
3636

3737
## Supported Jetbrains products
3838

39-
* IntelliJ IDEA - **tested**.
39+
* IntelliJ IDEA
4040
* RubyMine
4141
* WebStorm
4242
* PhpStorm
@@ -46,9 +46,6 @@ Plugin is [available for download](https://plugins.jetbrains.com/plugin/8087) fr
4646
* Datagrip
4747
* CLion
4848

49-
Plugin is not tested (yet) with all existing Jetbrains products.
50-
However it should work without any issues.
51-
5249
## Development
5350

5451
Gradle is used as build system.

docs/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Plugin is [available for download](https://plugins.jetbrains.com/plugin/8087) fr
3636

3737
## Supported Jetbrains products
3838

39-
* IntelliJ IDEA - **tested**.
39+
* IntelliJ IDEA
4040
* RubyMine
4141
* WebStorm
4242
* PhpStorm
@@ -46,9 +46,6 @@ Plugin is [available for download](https://plugins.jetbrains.com/plugin/8087) fr
4646
* Datagrip
4747
* CLion
4848

49-
Plugin is not tested (yet) with all existing Jetbrains products.
50-
However it should work without any issues.
51-
5249
## Development
5350

5451
Gradle is used as build system.
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
updater.title=Graph Database Support plugin updated to v{0}
22
updater.notification=<br/>\
3+
<b>New:</b><br/>\
4+
- Initial support for Cypher query parameters<br/>\
5+
- Support for Cypher query EXPLAIN and PROFILE analysis<br/>\
6+
- Inspection: analyse queries using EXPLAIN<br/>\
37
<b>Improvements:</b><br/>\
4-
- Neo4j 3.1 support added (new parameter syntax, user functions, map projections, pattern comprehension)<br/>\
5-
- Cypher syntax highlight improved<br/>\
6-
- Provide documentation for Cypher built-in functions, stored procedures and user functions<br/>\
7-
- Show arguments and return type in autocompletion for functions and procedures<br/>\
8+
- Query database for specific label, relationship type or property via context menu<br/>\
9+
- Show error popup if query execution fails<br/>\
810
<br/>\
911
<b>Bugfixes:</b><br/>\
10-
- Using keywords as variable name in Cypher query will not break parsing anymore<br/>\
11-
- Fix Cypher parsing: multiline expression, filter expression<br/>\
12-
- Allow to copy values from tree nodes in entity view<br/>\
12+
- Variable refactoring in Cypher is now performed in single query, rather than whole file<br/>\
13+
- Syntax errors are now visible if query is highlighted with green border<br/>\
14+
- Fixed canvas background in Graph view for Darcula theme<br/>\
1315
<br/>\
1416
<a href="https://github.com/neueda/jetbrains-plugin-graph-database-support">Github</a> | \
15-
<a href="https://github.com/neueda/jetbrains-plugin-graph-database-support/releases">Releases</a> | \
16-
<a href="https://github.com/neueda/jetbrains-plugin-graph-database-support/issues">Issues</a>
17+
<a href="https://neueda.gitbooks.io/jetbrains-plugin-graph-database-support/content">Documentation</a>

0 commit comments

Comments
 (0)