From 10e25439719a4494f69944cb4dabe17f9e12c9f1 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Thu, 15 Feb 2024 10:41:52 +0300 Subject: [PATCH 1/3] Update NEWS.md --- NEWS.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8ba42d16b..d7ea0283e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,66 @@ +# Qucs-S 24.1.0 + +## Important notes + +* Versioning switched to CalVer. The first digit means year, the second digit means the release number, + the second digit means patch number #328 + +## New features + +* Added 3-pin RCD devices #349 to improve support of microelectronics PDKs +* Improvements of Ngspice support; allowed multiple simulation of the same type #463 @ivandi69 +* Automatic extraction of THD from FOURIER simulation #525 +* Nutmeg equations improvements; implemented simulation selection from drop-down list #463 #519 +* Improvements of Nutmeg script simulation type; implemented custom prefixes for plots #476 #435 +* Export DC OP simulation data to dataset #463 #140 +* Implemented zoom by selection on the rectangular plots #305 +* Implemeted potentiometer device #122 +* Switched digital simulation from FreeHDL to GHDL #395 +* Status bar improvements # + +## RF simulation features + +* Added RCLG device support for SPICE #564 +* Added YLIN device support for XYCE #451 +* Fixed touchstone simulation issues for Ngspice #392 +* Added BiasT device support for SPICE #374 +* Added option to disable transient model for RF port #410 + +## Libraries + +* Fixed different issues related to creating libraries #432 +* Added audio IC library +* Added loudspeaker library #421 +* Added comparators library #436 +* Modified voltage regulators library #433 +* Added voltage references library #439 +* Added thermistor library #538 +* Fixed ideal library #258 #428 +* Fixed transformers library #362 + +## General improvements + +* Fixed different tuner issues +* Schematic class refactoring #444 +* Schematic zooming improvements #502 +* Different improvements on schematic look and control +* Added schematic pan mode with the middle mouse button #488 +* HiDPI support improvements +* Fixed schematic glitches using Wayland #227 +* Added text document zoom and font setting #534 + +## Documentation + +* Added new examples +* Added Ngspice templates #441 +* The readthdocs documentantion is a candidate for deprecation #554 + +## Localization + +* Added Chinese translation #453 by @hvwyl + +Thanks @wawuwo and @iwbnwif for providing refactoring PRs! Many thanks to @tomhajjar for proving libraries, examples and testing. + # Qucs-S 2.1.0 ## New features From 0427bebd1bebfec4d3a47f1fb7406f8fc93b7883 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Thu, 15 Feb 2024 10:44:22 +0300 Subject: [PATCH 2/3] Update DEB changelog --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index bd0687f8c..74d87d523 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +qucs-s (24.1.0) stable; urgency=low + + * Twelfth release + + -- Vadim Kuznetsov Sun, 18 Feb 2024 18:00:00 +0200 + + + qucs-s (2.1.0-1) stable; urgency=low * version number update by debtransform From d4cec8eac19b0e55ddbc4af149c96c0a41b97a92 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetsov Date: Thu, 15 Feb 2024 19:48:45 +0300 Subject: [PATCH 3/3] Update NEWS.md; Fix typos --- NEWS.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/NEWS.md b/NEWS.md index d7ea0283e..1606b5c97 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,20 +3,20 @@ ## Important notes * Versioning switched to CalVer. The first digit means year, the second digit means the release number, - the second digit means patch number #328 + the third digit means patch number #328 ## New features * Added 3-pin RCD devices #349 to improve support of microelectronics PDKs -* Improvements of Ngspice support; allowed multiple simulation of the same type #463 @ivandi69 -* Automatic extraction of THD from FOURIER simulation #525 +* Improvements of Ngspice support; allowed multiple simulation of the same type #463 by @ivandi69 +* Automatic extraction of THD from FOURIER simulation #525 @ivandi69 * Nutmeg equations improvements; implemented simulation selection from drop-down list #463 #519 -* Improvements of Nutmeg script simulation type; implemented custom prefixes for plots #476 #435 -* Export DC OP simulation data to dataset #463 #140 +* Improvements of Nutmeg script simulation type; implemented custom prefixes for plots #476 #435 @ivandi69 +* Export DC OP simulation data to dataset #463 #140 @ivandi69 * Implemented zoom by selection on the rectangular plots #305 * Implemeted potentiometer device #122 -* Switched digital simulation from FreeHDL to GHDL #395 -* Status bar improvements # +* Switched digital simulation from FreeHDL to GHDL #395 @iwbnwif +* Status bar improvements #493 ## RF simulation features @@ -37,15 +37,15 @@ * Added thermistor library #538 * Fixed ideal library #258 #428 * Fixed transformers library #362 +* Added new devices in SpiceOpamp library #501 ## General improvements * Fixed different tuner issues -* Schematic class refactoring #444 * Schematic zooming improvements #502 * Different improvements on schematic look and control * Added schematic pan mode with the middle mouse button #488 -* HiDPI support improvements +* HiDPI support improvements including grid rendering * Fixed schematic glitches using Wayland #227 * Added text document zoom and font setting #534 @@ -59,7 +59,7 @@ * Added Chinese translation #453 by @hvwyl -Thanks @wawuwo and @iwbnwif for providing refactoring PRs! Many thanks to @tomhajjar for proving libraries, examples and testing. +Thanks @wawuwo and @iwbnwif for providing refactoring PRs! Many thanks to @tomhajjar for providing libraries, examples and testing. # Qucs-S 2.1.0