From c71298df53bfe69eb5281e9af572c5cffcedd7e4 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sat, 1 Feb 2020 13:55:03 +0100 Subject: [PATCH] updated the release notes --- distribution/ReleaseNotes.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/distribution/ReleaseNotes.txt b/distribution/ReleaseNotes.txt index 5784a0867..d32d44a3c 100644 --- a/distribution/ReleaseNotes.txt +++ b/distribution/ReleaseNotes.txt @@ -1,23 +1,23 @@ Release Notes -HEAD, planned as v0.24 -- Added support for INOUT ports in HDL generation. +v0.24, released on 1. Feb. 2020 - Improved SVG export - Allows to disable inputs and outputs in the measurement graph. - Model analyzer is able to use switches as inputs. -- Editor is able to store views ([CRTL]+[[n]] to store and [[n]] ro recall a view. - So [CTRL]+[1] stores a view in slot one and [1] recalls it. +- Editor is able to store views ([CRTL]+[[n]] to create, [[n]] ro recall + a view. So [CTRL]+[1] stores a view in slot one and [1] recalls it. - The octal number format was added. - A mirroring option was added to some components. -- Custom Java implemented components can now also implement HDL code to represent - the component in an HDL export. +- Custom Java implemented components can now also implement HDL code to + represent the component in an HDL export. - Added a undo function to the table editor. - Adds a command line interface for testing circuits. - Allows to disable "snap to grid" in text and rectangle components. - A push button combined with a LED was added. - A VGA monitor was added. -- Unnamed Tunnels are ignored silently. +- Improved naming of new Tunnels. Unnamed Tunnels are ignored silently. - Overlapping pins are now connected. +- Added support for INOUT ports in HDL generation. - Fixed an issue with Chinese text rendering. v0.23, released on 23. Aug. 2019