Skip to content

Commit 73b0b13

Browse files
committed
v4.2.0
1 parent 14538aa commit 73b0b13

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5-
* Graphics
65

6+
## [4.2.0] - 2023-05-24 10:02:04-07:00 (urgency: medium)
77
* GUI plugin manager
88
* **WARNING:** modified plugin core API - reduced number of base classes and instead added extension components
99
* added overview of loaded plugins and their features
@@ -92,6 +92,10 @@ All notable changes to this project will be documented in this file.
9292
* fixed nets without source or destination not being shown when unfolding the module they belong to in the selection details widget
9393
* fixed cmake failing to parse HAL version number from file
9494
* fixed pins and pin groups not being hashable in Python
95+
* fixed Python script execution abort button disappearing when switching tabs
96+
* fixed segfault when deleting a module for which an exclusive view exists
97+
* fixed not loading all plugins if the GUI is not in control
98+
* fixed Verilog writer not being a dependency of Verilator plugin
9599

96100
## [4.1.0] - 2023-03-08 16:57:06+01:00 (urgency: medium)
97101
* selection details widget

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.0
1+
4.2.0

0 commit comments

Comments
 (0)