|
1 | 1 | Release Notes |
2 | 2 |
|
3 | | -HEAD, planned as v0.24 |
4 | | -- Added support for INOUT ports in HDL generation. |
| 3 | +v0.24, released on 1. Feb. 2020 |
5 | 4 | - Improved SVG export |
6 | 5 | - Allows to disable inputs and outputs in the measurement graph. |
7 | 6 | - Model analyzer is able to use switches as inputs. |
8 | | -- Editor is able to store views ([CRTL]+[[n]] to store and [[n]] ro recall a view. |
9 | | - So [CTRL]+[1] stores a view in slot one and [1] recalls it. |
| 7 | +- Editor is able to store views ([CRTL]+[[n]] to create, [[n]] ro recall |
| 8 | + a view. So [CTRL]+[1] stores a view in slot one and [1] recalls it. |
10 | 9 | - The octal number format was added. |
11 | 10 | - A mirroring option was added to some components. |
12 | | -- Custom Java implemented components can now also implement HDL code to represent |
13 | | - the component in an HDL export. |
| 11 | +- Custom Java implemented components can now also implement HDL code to |
| 12 | + represent the component in an HDL export. |
14 | 13 | - Added a undo function to the table editor. |
15 | 14 | - Adds a command line interface for testing circuits. |
16 | 15 | - Allows to disable "snap to grid" in text and rectangle components. |
17 | 16 | - A push button combined with a LED was added. |
18 | 17 | - A VGA monitor was added. |
19 | | -- Unnamed Tunnels are ignored silently. |
| 18 | +- Improved naming of new Tunnels. Unnamed Tunnels are ignored silently. |
20 | 19 | - Overlapping pins are now connected. |
| 20 | +- Added support for INOUT ports in HDL generation. |
21 | 21 | - Fixed an issue with Chinese text rendering. |
22 | 22 |
|
23 | 23 | v0.23, released on 23. Aug. 2019 |
|
0 commit comments