Release Notes for Cyphernetes v0.8.1:
This version contains an important bug fix and improvements to the macros functionality:
Improvements
- Macro Descriptions:
Macros now support optional descriptions.
Descriptions can be added in the macro definition file using comments after the macro signature.
The\lm
command now displays macro descriptions when listing available macros. - Improved Macro Listing:
The\lm
command now provides colorful output with a clear, minimal representation of the macro name, arguments, and description.
Bugfixes
- Returning an entire resource no longer crashes the program (i.e.
MATCH (p:Pod) RETURN p
) - The entire resource is now returned correctly.