From 72e553ef33c8efb4818a60a7350df094a92aed6a Mon Sep 17 00:00:00 2001 From: Peter Vanusanik Date: Fri, 30 Jun 2023 14:56:00 +0200 Subject: [PATCH] plugin version --- CHANGELOG.md | 4 +--- src/main/resources/META-INF/plugin.xml | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6391650..284f3fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.2 +## 0.5.2 230629 ### Added - Refactor - extract lambda to function @@ -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 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index f1e0a76..e2d5e44 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -279,17 +279,19 @@ 0.5.1 New features:


-

Symbol inspection


-

Rainbow braces option


-

More CLHS browser options


-

Evaluate top level action


+

0.5.2 New features:


+

Refactor - extract lambda to function


+

Refactor - rename symbol


+

Swank action - disassemble


+

Swank action - undefine function


+

Swank action - unintern symbol function


+

Swank action - reevalute defvar



-

0.5.1 Changes and fixes:


-

Macroexpand is now action and menu, no longer automatic!


-

Added symbols with no file into all search places


+

0.5.2 Changes and fixes:


+

Fixed indentation issues


+

Fixed symbol parsing - |123| reported as number


+

Fixed #88, #83



See CHANGELOG.md for more details ]]>
- \ No newline at end of file