Skip to content

Commit 5f84f86

Browse files
authored
Merge pull request #35 from glpi-project/release/1.4.1
New 1.4.1 version
2 parents 2f671f9 + 9652ebf commit 5f84f86

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGES

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
Revision history for GLPI Agent Monitor
22

3-
Future version
3+
1.4.1
44

55
* Fixed a bug where pressing the Space or Enter/Return keys during a restart
66
of the Agent service can cause the Start/Stop service button to be pressed
77
even when the Monitor window is not visible, triggering a UAC prompt if the
88
user is not an administrator.
9-
9+
1010

1111
1.4.0
1212

1313
* Dutch translation added
1414
Thanks Jeffrey Jansma (@perplexityjeff)
15-
15+
1616
* Catalan translation added
1717
Thanks Bertu Garangou (@bertugarangou)
18-
18+
1919
* When trying to run GLPI Agent Monitor (from Start Menu or directly from the
2020
executable) and another instance is already running, the running Monitor's
2121
window will now be shown. (This won't work if the Monitor's running instance
2222
is elevated)
23-
23+
2424
* Disabled the check for "http://" or "https://" on the GLPI Agent server URL
2525
parameter, because the URL may be valid without them.
2626

2727
* Fixed a bug where "New Ticket" showed an error if the server URL didn't start
2828
with "http://" or "https://". This error persisted even after setting a custom
2929
new ticket URL and the Monitor wasn't closed and reopened after this.
30-
30+
3131
* Added a setting to control whether a screenshot is taken when clicking the
3232
"New Ticket" button.
3333

GLPI-AgentMonitor.rc2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ VS_VERSION_INFO VERSIONINFO
1616
FILEVERSION VI_VERSIONDEF
1717
PRODUCTVERSION VI_VERSIONDEF
1818
#else
19-
FILEVERSION 1,4,0,0
20-
PRODUCTVERSION 1,4,0,0
19+
FILEVERSION 1,4,1,0
20+
PRODUCTVERSION 1,4,1,0
2121
#endif
2222
FILEFLAGSMASK 0x3fL
2323
#ifdef _DEBUG
@@ -37,7 +37,7 @@ BEGIN
3737
#ifdef VI_VERSIONSTRING
3838
VALUE "FileVersion", VI_VERSIONSTRING
3939
#else
40-
VALUE "FileVersion", "1.4.0.0"
40+
VALUE "FileVersion", "1.4.1.0"
4141
#endif
4242
#ifdef VI_FILENAME
4343
VALUE "InternalName", VI_FILENAME
@@ -54,7 +54,7 @@ BEGIN
5454
#ifdef VI_VERSIONSTRING
5555
VALUE "ProductVersion", VI_VERSIONSTRING
5656
#else
57-
VALUE "ProductVersion", "1.4.0.0"
57+
VALUE "ProductVersion", "1.4.1.0"
5858
#endif
5959
END
6060
END

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File overridden during GH Actions workflow run
22
#define VI_FILENAME "GLPI-AgentMonitor.exe"
3-
#define VI_VERSIONDEF 1,4,0,0
4-
#define VI_VERSIONSTRING "1.4.0.0"
3+
#define VI_VERSIONDEF 1,4,1,0
4+
#define VI_VERSIONSTRING "1.4.1.0"
55
#define VI_PRODUCTNAME "GLPI Agent Monitor"

0 commit comments

Comments
 (0)