diff --git a/Nagstamon/Config.py b/Nagstamon/Config.py index 939a6334..0aaa0c7c 100644 --- a/Nagstamon/Config.py +++ b/Nagstamon/Config.py @@ -131,7 +131,7 @@ class AppInfo(object): contains app information previously located in GUI.py """ NAME = 'Nagstamon' - VERSION = '3.16.1' + VERSION = '3.16.2' WEBSITE = 'https://nagstamon.de' COPYRIGHT = '©2008-2024 Henri Wahl et al.' COMMENTS = 'Nagios status monitor for your desktop' diff --git a/Nagstamon/QUI/__init__.py b/Nagstamon/QUI/__init__.py index d8c04172..81c51c3f 100644 --- a/Nagstamon/QUI/__init__.py +++ b/Nagstamon/QUI/__init__.py @@ -142,8 +142,9 @@ APP = QApplication(sys.argv) # as long as Windows 11 + Qt6 looks that ugly it's better to choose another app style -if OS == OS_WINDOWS and platform.release() >= '11': - APP.setStyle('fusion') +# might be mitigated with Qt 6.5.3, so commented out now +#if OS == OS_WINDOWS and platform.release() >= '11': +# APP.setStyle('fusion') # fixed shortened and lowered color names for cells, also used by statusbar label snippets COLORS = OrderedDict([('DOWN', 'color_down_'), diff --git a/build/debian/changelog b/build/debian/changelog index 0cccdf05..a6d50a57 100644 --- a/build/debian/changelog +++ b/build/debian/changelog @@ -1,8 +1,8 @@ -nagstamon (3.17-20241021) unstable; urgency=low +nagstamon (3.16.2) stable; urgency=low * New upstream - fix sound problem - -- Henri Wahl Mon, Oct 21 2024 08:00:00 +0200 + -- Henri Wahl Wed, Oct 23 2024 08:00:00 +0200 nagstamon (3.16.1) stable; urgency=low * New upstream diff --git a/build/requirements/macos.txt b/build/requirements/macos.txt index e9842b4f..8136b3a5 100644 --- a/build/requirements/macos.txt +++ b/build/requirements/macos.txt @@ -5,9 +5,9 @@ lxml psutil pyinstaller pyobjc-framework-ApplicationServices -# since 6.6.0 no sound is available!?! -pyqt6==6.5.3 -pyqt6-qt6==6.5.3 +# 6.7.3 has no sound +pyqt6==6.6.1 +pyqt6-qt6==6.6.1 pysocks python-dateutil requests diff --git a/build/requirements/windows.txt b/build/requirements/windows.txt index 5a1becbd..4c56fd13 100644 --- a/build/requirements/windows.txt +++ b/build/requirements/windows.txt @@ -6,8 +6,9 @@ pip-system-certs psutil pyinstaller pypiwin32 -pyqt6 -pyqt6-qt6 +# 6.7.3 has no sound +pyqt6==6.6.1 +pyqt6-qt6==6.6.1 pysocks python-dateutil requests