File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ 2019.3.1
2+
3+ * editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure)
4+ * editor: turn "smart kill" and "smart parens" off by default
5+ * deps: fix dependencies cache file being a directory
6+ * java: fix resolve on Java 11
7+ * platform: IntelliJ IDEA 2019.3
8+
192019.3
210
311* platform: IntelliJ IDEA 2019.3 EAP
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 >2019.3.1 -snapshot</version >
4+ <version >2019.3.2 -snapshot</version >
55 <
vendor email =
" [email protected] " >Greg Shrago</
vendor >
6- <idea-version since-build =" 193.3519 " />
6+ <idea-version since-build =" 193.5233 " />
77
88 <name >Clojure-Kit</name >
99 <description >Clojure and ClojureScript plugin for IntelliJ-based tools</description >
1515 <change-notes >
1616 <![CDATA[
1717 <ul>
18+ <li>editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure)</li>
19+ <li>editor: turn "smart kill" and "smart parens" off by default</li>
20+ <li>deps: fix dependencies cache file being a directory</li>
21+ <li>java: fix resolve on Java 11</li>
1822 <li>platform: IntelliJ IDEA 2019.3</li>
1923 </ul>
2024 <a href="https://github.com/gregsh/Clojure-Kit/blob/master/CHANGELOG.md">Full change log...</a>
You can’t perform that action at this time.
0 commit comments