diff --git a/README.md b/README.md index f3741c0..7c2859f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ make it work with JUnit 5. Feel free to use the code (in package ```de.platon42. ### V0.3 (unreleased) - Enhancement: Macros contents are no longer parsed, added syntax highlighting options for macros. +- Enhancement: Macro definitions are now word and stub indexed, macro calls reference to definition. +- Enhancement: Macro definition refactoring and find usages support. +- Enhancement: Structural View also shows macro definitions. +- Bugfix: Missing REPT and ENDR assembler directives added. +- Cosmetics: Changed or added some icons at various places. +- Performance: Reference search for global labels and symbols now uses stub index. ### V0.2 (27-Jul-21) diff --git a/build.gradle b/build.gradle index 565b743..a56db23 100644 --- a/build.gradle +++ b/build.gradle @@ -49,6 +49,12 @@ patchPluginXml {

V0.3 (unreleased)

V0.2 (27-Jul-21)