Page 1 of 1

"Update Available" notification

Posted: Tue May 25, 2010 7:20 pm
by jeremy
'Nuf said? I find myself checking the download link on this site pretty often to find out if I'm up to date. What about an optional update notification, possibly in the footer?

Re: "Update Available" notification

Posted: Sun Jun 06, 2010 1:37 pm
by wbartels
Good idea!

In the footer will give to much load on my web server.
So I will add an update notification in the about and/or config screen.

For a good working update notification the version numbering must be uniform.
What do you think from this numbering scheme?

major.minor.(one digit build)(one digit develop)

5.20 beta/develop/rc > 5.20.01 develop, 5.20.02 develop, 5.20.03 beta 1, 5.20.04 beta 2, 5.20.05 RC1, …
5.20 > 5.20.10
5.20b > 5.20.20
5.20c > 5.20.30

Re: "Update Available" notification

Posted: Sun Jun 06, 2010 4:44 pm
by wbartels
I gone use the php version_compare() function.
This will make it a lot easier.

Re: "Update Available" notification

Posted: Sun Jun 06, 2010 5:03 pm
by wbartels
<updated>
Take a look here: deleted

Only show the update for users with admin rights.

Re: "Update Available" notification

Posted: Mon Jun 07, 2010 6:26 am
by jeremy
Brilliant!

Re: "Update Available" notification

Posted: Sat Jul 10, 2010 12:47 pm
by wbartels
Implemented in netjukebox 5.21 an up!