Anime4000 / IFME

Powerful x265 GUI Encoder
https://x265.github.io/
GNU General Public License v2.0
239 stars 53 forks source link

"New version is available" keeps spawning in the latest version #153

Closed L0Lock closed 6 years ago

L0Lock commented 6 years ago

This morning I downloaded the new IFME version as the "New version is available" invited me to do so. But now I'm using version 7.6 and this "New version is available" keeps spawning at startup.

k7uyac5 1

Anime4000 commented 6 years ago

x265 2.6+13 ❤️ New version spawn is bug, I overlook the code, 😜

https://github.com/Anime4000/IFME/blob/master/ifme/frmMain.Method.cs#L217

after check data[0] is not null, should be

if (string.Equal(current, (string)data[0])
return

sorry... haha

L0Lock commented 6 years ago

Solved on version 7.7. Thank you :)

Anime4000 commented 6 years ago

no problem 👍