File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11Revision 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
11111.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
Original file line number Diff line number Diff 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
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
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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments