File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ to redirect all commands to one specific REPL.
3939
4040Change log
4141==========
42+ 0.7.1
43+
44+ * IntelliJ Platform 2017.2.5 and 2017.3 API compatibility
45+ * Misc: use the latest versions of Kotlin & Gradle
46+
42470.7.0
4348
4449* Editor: multi-method & protocol method navigation (` ctrl-U ` , ` ctrl-alt-B ` )
Original file line number Diff line number Diff line change 11# Available idea versions:
22# https://www.jetbrains.com/intellij-repository/releases
33# https://www.jetbrains.com/intellij-repository/snapshots
4- version =0.7.0
4+ version =0.7.1
55
66ideaVersion =2017.2
77javaVersion =1.8
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<idea-plugin >
33 <id >org.jetbrains.idea.clojure</id >
4- <version >0.7.0 </version >
4+ <version >0.7.1 </version >
55 <
vendor email =
" [email protected] " >Greg Shrago</
vendor >
66 <idea-version since-build =" 171.3780" until-build =" 173.*" />
77
1515 <change-notes >
1616 <![CDATA[
1717 <ul>
18- <li>Editor: multi-method & protocol method navigation (ctrl-U, ctrl-alt-B)</li>
19- <li>Editor: parameter info inlays; expression type hint</li>
20- <li>Formatter: follow bbatsov style guide</li>
21- <li>Code style: ;; (double-semicolon) commenting toggle</li>
22- <li>QuickDoc: search and display related specs</li>
23- <li>REPL: the first repl gets exclusive mode by default</li>
24- <li>Internals: redesigned AST/PSI, name resolution, indices and etc.</li>
18+ <li>IntelliJ Platform 2017.2.5 and 2017.3 API compatibility</li>
19+ <li>Misc: use the latest versions of Kotlin & Gradle</li>
2520 </ul>
2621 <a href="https://github.com/gregsh/Clojure-Kit#change-log">Full change log...</a>
2722 ]]>
You can’t perform that action at this time.
0 commit comments