Skip to content

Commit

Permalink
plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Vanusanik committed Jun 30, 2023
1 parent 68bfede commit 72e553e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.5.2
## 0.5.2 230629

### Added
- Refactor - extract lambda to function
Expand All @@ -8,8 +8,6 @@
- Swank action - unintern symbol function
- Swank action - reevalute defvar

### Changes

### Fixes
- Fixed indentation issues
- Fixed symbol parsing - |123| reported as number
Expand Down
20 changes: 11 additions & 9 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,17 +279,19 @@
</projectListeners>

<change-notes><![CDATA[
<p>0.5.1 New features:</p><br />
<p>Symbol inspection</p><br />
<p>Rainbow braces option</p><br />
<p>More CLHS browser options</p><br />
<p>Evaluate top level action</p><br />
<p>0.5.2 New features:</p><br />
<p>Refactor - extract lambda to function</p><br />
<p>Refactor - rename symbol</p><br />
<p>Swank action - disassemble</p><br />
<p>Swank action - undefine function</p><br />
<p>Swank action - unintern symbol function</p><br />
<p>Swank action - reevalute defvar</p><br />
<br />
<p>0.5.1 Changes and fixes:</p><br />
<p>Macroexpand is now action and menu, no longer automatic!</p><br />
<p>Added symbols with no file into all search places</p><br />
<p>0.5.2 Changes and fixes:</p><br />
<p>Fixed indentation issues</p><br />
<p>Fixed symbol parsing - |123| reported as number</p><br />
<p>Fixed #88, #83</p><br />
<br />
See CHANGELOG.md for more details
]]></change-notes>

</idea-plugin>

0 comments on commit 72e553e

Please sign in to comment.