WyUpdate Changelog of Application it Updates

Hi Guys,

First of all, WyUpdate is really cool. I need to know how to access the change logs that WyUpdate displays when doing the Update of an application. Does it save these logs somewhere?

Thanks. 🙂

The changelog is stored in the *.wys file. You can parse it using the file specifications (see: wyupdate.file.specifications-2.6.11.pdf). Or you can just download the wyUpdate source code and see how we parse it.

Thanks Sam!