Merge pull request #1267 from ra3xdh/upd_news_25_1_1

Update NEWS, VERSION, and About dialog
This commit is contained in:
Vadim Kuznetsov 2025-03-14 06:40:38 +01:00 committed by GitHub
commit 6f253a768e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 28 additions and 3 deletions

21
NEWS.md
View File

@ -1,3 +1,24 @@
# Qucs-S 25.1.1
## Bugfixes and general improvemnt
* Add UIC option for FFT analysis #1261
* Improve wire editing #1253
* Fix crash when deleting shorted devices #1254
* Fix removing labels #1255
## Localization
* Russian translation update #1246
## Packaging
* Update Gentoo ebuidl #1252
## Known issues
* The .OPTIONS and .FUNC devices not working properly. Use the *INCLUDE SCRIPT* instead. See #1260
# Qucs-S 25.1.0
## New features

View File

@ -1 +1 @@
25.1.0
25.1.1

View File

@ -35,6 +35,9 @@
</screenshots>
<releases>
<release version="25.1.1" date="2025-03-14">
<url type="details">https://github.com/ra3xdh/qucs_s/releases/tag/25.1.1</url>
</release>
<release version="25.1.0" date="2025-02-20">
<url type="details">https://github.com/ra3xdh/qucs_s/releases/tag/25.1.0</url>
</release>

View File

@ -63,6 +63,7 @@ AboutDialog::AboutDialog(QWidget *parent)
"Muhammet Şükrü Demir - " + tr("CI setup, build system, MacOS support"),
"Hampton Morgan - " + tr("Documentation"),
"Iwbnwif Yiw - " + tr("Refactoring, general improvements"),
"Thomas Zecha - " + tr("Microelectronics PDK support"),
"Maria Dubinina - " + tr("testing, general bugfixes")
}};
currAuths = {{
@ -146,7 +147,7 @@ AboutDialog::AboutDialog(QWidget *parent)
lbl = new QLabel(versionText);
lbl->setAlignment(Qt::AlignHCenter);
vl->addWidget(lbl);
vl->addWidget(new QLabel(tr("Copyright (C)")+" 2017-2023 Qucs-S Team\n"+
vl->addWidget(new QLabel(tr("Copyright (C)")+" 2017-2025 Qucs-S Team\n"+
tr("Copyright (C)")+" 2011-2016 Qucs Team\n"+
tr("Copyright (C)")+" 2003-2009 Michael Margraf"));

View File

@ -45,7 +45,7 @@ private:
void setAuthorsText(void);
void setTrText(void);
std::array<QString, 12> qucs_sDevs;
std::array<QString, 13> 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