Update NEWS.md

This commit is contained in:
Vadim Kuznetsov 2024-02-15 10:41:52 +03:00
parent 678e0f3903
commit 10e2543971

63
NEWS.md
View File

@ -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