Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Dec 12, 2018
1 parent 3022ea4 commit b5f9337
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.7.5

* Editor: semantic highlighting (rainbow symbols)
* Resolve: resolve java methods from super-interfaces
* Resolve: resolve defrecord, deftype methods and fields
* Usages: search for keywords and namespaces in whole project
* Dependencies: support *.edn files
* Dependencies: show in Project | External Libraries
* Parser: fix #_, (a.b/c.) and \uNNNN parsing
* REPL: fix execution from editor
* UI: new SVG icons

0.7.4

* Debugger: initial java debugger integration
Expand Down
18 changes: 10 additions & 8 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<idea-version since-build="172"/>

<name>Clojure-Kit</name>
<description>Clojure and ClojureScript</description>
<description>Clojure and ClojureScript plugin for IntelliJ-based tools</description>

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

0 comments on commit b5f9337

Please sign in to comment.