Skip to content

Commit

Permalink
[ release ] released v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Oct 26, 2018
1 parent 18d0aa4 commit 99a628b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val commitHash = kotlin.run {
output.trim()
}

val pluginComingVersion = "0.3.1"
val pluginComingVersion = "0.3.2"
val pluginVersion = if (isCI) "$pluginComingVersion-$commitHash" else pluginComingVersion
val packageName = "org.ice1000.julia"
val kotlinVersion = "1.2.70"
Expand Down
3 changes: 3 additions & 0 deletions res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<li>Fix tons of parsing bugs</li>
<li>Improve efficiency of console linkenizing</li>
<li>Migrate to Kotlin 1.2.70, IntelliJ gradle plugin 0.3.11, Grammar-Kit plugin 2018.2</li>
<li>Initial support for version number literal checking</li>
<li>Initial support parameter hint</li>
<li>Disable completion in comments</li>
</ul>
0.3.0<br/>
<br/>
Expand Down
4 changes: 3 additions & 1 deletion res/META-INF/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@
<li>Renaming</li>
<li>Doc string generation</li>
<li>Try Evaluate</li>
<li>Evaluate Hints (Somewhat strange)</li>
<li>Bread crumbs</li>
<li>Regular expression injection</li>
<li>DocString markdown injection (works only when either Markdown or MarkdownNavigator is installed)</li>
<li>Special input for LaTeX style unicode character</li>
<li>Structure view</li>
<li>DocumentFormat.jl integration</li>
<li>Error reporter</li>
<li>Version number parsing</li>
<li>Parameter hint</li>
<li>In-IDE REPL</li>
</ul>

What you'll see in the future:<br/>
Expand Down

0 comments on commit 99a628b

Please sign in to comment.