Skip to content

Commit

Permalink
Update NEWS and About dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3xdh committed Feb 18, 2025
1 parent df9ce13 commit 26ffe6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down
1 change: 1 addition & 0 deletions qucs/dialogs/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}};
Expand Down
2 changes: 1 addition & 1 deletion qucs/dialogs/aboutdialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class AboutDialog : public QDialog {
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
Expand Down

0 comments on commit 26ffe6b

Please sign in to comment.