Update NEWS and About dialog

This commit is contained in:
Vadim Kuznetsov 2025-02-18 10:27:23 +03:00
parent df9ce13d9a
commit 26ffe6b4b2
3 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,7 @@
* S-parameter files viewer improvements #1133
* Added background when renderign DC bias labels #1121
* Added possibility to create libraries from SpiceLibraryDevice components #944 #1210
* Added two new wire forms #1232
## Bugfixes and general improvemnt
@ -38,6 +39,7 @@ This release contains a massive library extention:
* Added neon bulb model #846 #1216
* Added MOC3063/MOC3062 optocouple models #846 #1216
* Added Analog ICs and dual gate MOSFET libraries #1229
* Added RC with parasitics library #1240
## Packaging

View File

@ -61,6 +61,7 @@ AboutDialog::AboutDialog(QWidget *parent)
"Andrey Kalmykov - " + tr("Schematic rendering engine, refactoring"),
"Andrés Martínez Mera - " + tr("RF design tools"),
"Muhammet Şükrü Demir - " + tr("CI setup, build system, MacOS support"),
"Hampton Morgan - " + tr("Documentation"),
"Iwbnwif Yiw - " + tr("Refactoring, general improvements"),
"Maria Dubinina - " + tr("testing, general bugfixes")
}};

View File

@ -45,7 +45,7 @@ private:
void setAuthorsText(void);
void setTrText(void);
std::array<QString, 11> qucs_sDevs;
std::array<QString, 12> qucs_sDevs;
std::array<QString, 9> currAuths; // current Qucs authors
std::array<QString, 12> prevDevs; // previous Qucs developers
std::array<QString, 19> trAuths; // Qucs translators