We want no update notification to our users, so we set the value for 'UpdateCheckInterval=0' in the greenshot-fixed.ini. That worked till now very good (we use 1.2.6.7) With newest version 1.2.9.104 (released 15th December 2016) there is this problem:
Values equal or greater than 8 are shown correct in the general setting tab. But values from 0 to 7 are always shown in the GUI as '14'
Further, values greater than 100 will produce an exception: Exception: System.ArgumentOutOfRangeException Message: Der Wert 101 ist für Value ungültig. Value sollte zwischen 'Minimum' und 'Maximum' liegen. Parametername: Value
Hi, new release 1.2.9.112 seems to be ok. Thanks for your fast and good work.
Robin Krom December 30, 2016 at 8:26 AM
P.S. Values 1-6 are not allowed, we needed to reduce the traffic to our servers. So you can disable it with 0, or change it to 7-100 (and with the fix I am making right now this goes up to 365)
We want no update notification to our users, so we set the value for 'UpdateCheckInterval=0' in the greenshot-fixed.ini. That worked till now very good (we use 1.2.6.7)
With newest version 1.2.9.104 (released 15th December 2016) there is this problem:
Values equal or greater than 8 are shown correct in the general setting tab. But values from 0 to 7 are always shown in the GUI as '14'
Further, values greater than 100 will produce an exception:
Exception: System.ArgumentOutOfRangeException
Message: Der Wert 101 ist für Value ungültig. Value sollte zwischen 'Minimum' und 'Maximum' liegen.
Parametername: Value