Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Nagstamon/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class AppInfo:
contains app information previously located in GUI.py
"""
NAME = 'Nagstamon'
VERSION = '3.19-20260309'
VERSION = '3.19-20260313'
WEBSITE = 'https://nagstamon.de'
COPYRIGHT = '©2008-2026 Henri Wahl et al.'
COMMENTS = 'Nagios status monitor for your desktop'
Expand Down
4 changes: 2 additions & 2 deletions build/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
nagstamon (3.19-20260309) unstable; urgency=low
nagstamon (3.19-20260313) unstable; urgency=low

* New upstream

-- Henri Wahl <henri@nagstamon.de> Mon, 09 Mar 2026 08:00:00 +0200
-- Henri Wahl <henri@nagstamon.de> Fri, 13 Mar 2026 08:00:00 +0200

nagstamon (3.18.1) stable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion build/windows/nagstamon.iss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WizardStyle=modern
Name: {group}\Nagstamon; Filename: {app}\nagstamon.exe; WorkingDir: {app}; IconFilename: {app}\_internal\resources\nagstamon.ico; IconIndex: 0
Name: {commonstartup}\Nagstamon; Filename: {app}\nagstamon.exe; WorkingDir: {app}; IconFilename: {app}\_internal\resources\nagstamon.ico; IconIndex: 0
[Files]
Source: "*"; DestDir: {app}; Flags: recursesubdirs createallsubdirs ignoreversion; BeforeInstall: KillRunningNagstamon()
Source: "*"; DestDir: {app}; Flags: recursesubdirs createallsubdirs ignoreversion
[Tasks]
Name: RunAfterInstall; Description: Run Nagstamon after installation
[Run]
Expand Down
Loading