Skip to content

Commit b5f9337

Browse files
committed
update changelog
1 parent 3022ea4 commit b5f9337

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.7.5
2+
3+
* Editor: semantic highlighting (rainbow symbols)
4+
* Resolve: resolve java methods from super-interfaces
5+
* Resolve: resolve defrecord, deftype methods and fields
6+
* Usages: search for keywords and namespaces in whole project
7+
* Dependencies: support *.edn files
8+
* Dependencies: show in Project | External Libraries
9+
* Parser: fix #_, (a.b/c.) and \uNNNN parsing
10+
* REPL: fix execution from editor
11+
* UI: new SVG icons
12+
113
0.7.4
214

315
* Debugger: initial java debugger integration

resources/META-INF/plugin.xml

+10-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<idea-version since-build="172"/>
77

88
<name>Clojure-Kit</name>
9-
<description>Clojure and ClojureScript</description>
9+
<description>Clojure and ClojureScript plugin for IntelliJ-based tools</description>
1010

1111
<depends>com.intellij.modules.lang</depends>
1212
<depends optional="true" config-file="plugin-copyright.xml">com.intellij.copyright</depends>
@@ -15,13 +15,15 @@
1515
<change-notes>
1616
<![CDATA[
1717
<ul>
18-
<li>Debugger: initial java debugger integration</li>
19-
<li>QuickDoc: fix specs and show macroexpand from repl</li>
20-
<li>QuickDoc: show info for syntax tokens, e.g. ~@, #^, etc.</li>
21-
<li>Editor: Context Info and Move Left/Right actions</li>
22-
<li>Editor: data-reader & name declaration colors</li>
23-
<li>Editor: support custom folding regions</li>
24-
<li>Clojure: better support for #_ forms</li>
18+
<li>Editor: semantic highlighting (rainbow symbols)</li>
19+
<li>Resolve: resolve java methods from super-interfaces</li>
20+
<li>Resolve: resolve defrecord, deftype methods and fields</li>
21+
<li>Usages: search for keywords and namespaces in whole project</li>
22+
<li>Dependencies: support *.edn files</li>
23+
<li>Dependencies: show in Project | External Libraries</li>
24+
<li>Parser: fix #_, (a.b/c.) and \uNNNN parsing</li>
25+
<li>REPL: fix execution from editor</li>
26+
<li>UI: new SVG icons</li>
2527
</ul>
2628
<a href="https://github.com/gregsh/Clojure-Kit#change-log">Full change log...</a>
2729
]]>

0 commit comments

Comments
 (0)