diff --git a/CHANGES b/CHANGES index b304347b..a5c7f033 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2024-11-26: Version 2.18.0 + Release artifacts for Posix platformas are now tar.gz archives with a single executable binary. 2024-11-24: Version 2.17.0 diff --git a/RELEASE b/RELEASE index 7f27170b..6264680e 100644 --- a/RELEASE +++ b/RELEASE @@ -1,31 +1,2 @@ -Added commands: to-clines quote-c unquote-c - -Use to-clines for printing greppable lines: xmq test.xmq to-clines - -alfa(A) { - empty - 'Hejsan' - beta = hoppsan - 'Svejsan' -} - -outputs: - -/alfa/@A="" -/alfa/empty="" -/alfa="Hejsan" -/alfa/beta="hoppsan" -/alfa="Svejsan" - -The right hand side is an ansi-c quoted string probably compatible with json. - -You can quote/unquote ansi-c strings like this: -echo -ne "hello\nworld!" | xmq --text quote-c to-text -outputs: -"hello\nworld!" - -echo '"hello\nworld!"' | ./xmq --text unquote-c to-text -outputs: -hello -world! +Release artifacts for Posix platformas are now tar.gz archives with a single executable binary.