From a3eb238273180e3a86545fa8996e34d821ff684e Mon Sep 17 00:00:00 2001 From: "tlepoix@localhost" Date: Thu, 5 Sep 2024 22:55:19 +0200 Subject: [PATCH] version 2.1.0 --- CHANGELOG | 51 +++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 79e3c0a..2f5b16a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,22 +1,57 @@ +qucsrflayout (2.1.0) + + [ Removed ] + * Qmake. + + [ Fixed ] + * Crash when exporting by block / substrate a block without a substrate. + + [ Changed ] + * Switches from C++14 to C++23. + * Switches from Qt5 to Qt6. + * Switches to C++ platform-defined exit status. + * Adapt to recent Octave versions. (Closes: #34) + * Update abandoned man page. + * Set executable permission to openEMS Octave script on POSIX. + * Various refactorings. + + [ Added ] + * Supports Qucs-S. + * Supports Nix. + * Supports Unicode path arguments on Windows. + * Supports CLI only mode with minimal dependencies. + * Supports editorconfig. + * Supports output formats : + * .svg : SVG image (Julien Colafrancesco ) + + -- Thomas Lepoix 5 Sep 2024 + +qucsrflayout (2.0.1) + + [ Changed ] + * Switches from C++11 to C++14. + + -- Thomas Lepoix 31 May 2021 + qucsrflayout (2.0.0) [ Fixed ] - * Various fixes and improvements + * Various fixes and improvements. (Dominik Eyerly ) (natsfr ) [ Changed ] * License is now GPL-3.0 - * QucsStudio support dropped on 3.x.x versions + * QucsStudio support dropped on 3.x.x versions. [ Added ] * Supports output formats : * .m : openEMS Octave script - * Supports moving and resizing ports - * Supports excluding or chosing components - * Supports using a specified netlist - * Supports export by block and substrate - * Supports XDG desktop launcher + * Supports moving and resizing ports. + * Supports excluding or chosing components. + * Supports using a specified netlist. + * Supports export by block and substrate. + * Supports XDG desktop launcher. -- Thomas Lepoix 11 Jan 2021 @@ -26,7 +61,7 @@ qucsrflayout (1.0.1) * Truncated decimal values in graphic mode only. (Closes: #4) [ Added ] - * Changelog + * Changelog. -- Thomas Lepoix 17 Apr 2020