-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<idea-plugin> | ||
<id>org.jetbrains.idea.clojure</id> | ||
<version>2019.3.1-snapshot</version> | ||
<version>2019.3.2-snapshot</version> | ||
<vendor email="[email protected]">Greg Shrago</vendor> | ||
<idea-version since-build="193.3519"/> | ||
<idea-version since-build="193.5233"/> | ||
|
||
<name>Clojure-Kit</name> | ||
<description>Clojure and ClojureScript plugin for IntelliJ-based tools</description> | ||
|
@@ -15,6 +15,10 @@ | |
<change-notes> | ||
<![CDATA[ | ||
<ul> | ||
<li>editor: make "smart kill" and "smart parens" configurable (Smart Keys | Clojure)</li> | ||
<li>editor: turn "smart kill" and "smart parens" off by default</li> | ||
<li>deps: fix dependencies cache file being a directory</li> | ||
<li>java: fix resolve on Java 11</li> | ||
<li>platform: IntelliJ IDEA 2019.3</li> | ||
</ul> | ||
<a href="https://github.com/gregsh/Clojure-Kit/blob/master/CHANGELOG.md">Full change log...</a> | ||
|