diff --git a/NEWS.md b/NEWS.md index a7edb14e..6d407584 100644 --- a/NEWS.md +++ b/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 diff --git a/VERSION b/VERSION index a20b126a..139ab877 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -25.1.0 +25.1.1 diff --git a/contrib/io.github.ra3xdh.qucs_s.metainfo.xml b/contrib/io.github.ra3xdh.qucs_s.metainfo.xml index d8291545..ef806f86 100644 --- a/contrib/io.github.ra3xdh.qucs_s.metainfo.xml +++ b/contrib/io.github.ra3xdh.qucs_s.metainfo.xml @@ -35,6 +35,9 @@ + + https://github.com/ra3xdh/qucs_s/releases/tag/25.1.1 + https://github.com/ra3xdh/qucs_s/releases/tag/25.1.0 diff --git a/qucs/dialogs/aboutdialog.cpp b/qucs/dialogs/aboutdialog.cpp index 6e287ba0..162dab27 100644 --- a/qucs/dialogs/aboutdialog.cpp +++ b/qucs/dialogs/aboutdialog.cpp @@ -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")); diff --git a/qucs/dialogs/aboutdialog.h b/qucs/dialogs/aboutdialog.h index 5a46eeee..efe48d37 100644 --- a/qucs/dialogs/aboutdialog.h +++ b/qucs/dialogs/aboutdialog.h @@ -45,7 +45,7 @@ private: void setAuthorsText(void); void setTrText(void); - std::array qucs_sDevs; + std::array qucs_sDevs; std::array currAuths; // current Qucs authors std::array prevDevs; // previous Qucs developers std::array trAuths; // Qucs translators