mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Merge pull request #1267 from ra3xdh/upd_news_25_1_1
Update NEWS, VERSION, and About dialog
This commit is contained in:
commit
6f253a768e
21
NEWS.md
21
NEWS.md
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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"));
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user