Skip to content

Commit

Permalink
Change notes for: 0.3.2018.3 (eap)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromeo committed Jun 23, 2019
1 parent 930ccc5 commit d6f670c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ SnakeCharm Changelog

Here you can see the full list of changes between each big release.

Version 0.3.2018.3
-------------
Released on June 23th 2019 (eap channel)
- sinceBuild "183.4284"
- untilBuild "191.*"

Features
- Completion/resolve for methods like 'touch', 'expand', etc., also `rules`, `config` objects, see #1
- Completion/resolve for rules names after 'rules.'

Code inspections:
- Multiple run or shell keywords inspections, #48
- A rule name is already used by another rule, #17
- Positional argument follows keyword argument
- No rule keywords allowed after run/shell/script/wrapper/cwl in rule foo.', #37

Version 0.2.2018.3
-------------
Released on Feb 4th 2019
Expand Down
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,18 @@ Plugin is available in IntelliJ Plugins Repository, see [SnakeCharm](https://plu
# Support
Contact me at roman.chernyatchik@jetbrains.com or post issues in [Issue Tracker](https://github.com/JetBrains-Research/snakecharm/issues)

# Development
Pull requests are welcome. It is my side project, so I appreciate your help implementing plugin desired features.

FAQ:
# FAQ:
* If you get "Unimplemented substep definition" in all `*.feature` files, ensure:
* Not installed or disabled: `Substeps IntelliJ Plugin`
* Plugins installed: `Cucumber Java`, `Gherkin`
* Plugins installed: `Cucumber Java`, `Gherkin`

# Development

Pull requests are welcome. It is my side project, so I appreciate your help implementing plugin desired features.

Release plugin:
* Fix version in `build.gradle`
* Fix since/until build versions in `build.gradle`
* Fix change notes in `CHANGES` file
* Use 'publishPlugin' task
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'kotlin'
def hasPyCharm = project.hasProperty('pycharmPath')
def hasPythonPlugin = project.hasProperty('pythonPlugin')

version '0.3.SNAPSHOT'
version '0.3.2018.3'

intellij {
pluginName 'snakecharm'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=SNAPSHOT
# Comma separated list of channels: e.g. 'eap' or '' or ',eap'
publishChannels=
publishChannels=eap

# E.g: 172.4343, IU-172.4343, IC-2018.3, IC-183-EAP-SNAPSHOT, IC-LATEST-EAP-SNAPSHOT
ideaVersion IC-2018.3.5
Expand Down

0 comments on commit d6f670c

Please sign in to comment.