That solved my problem. Thanks.
On Feb 19, 11:09 pm, Scott Miller <
scottmiller...@gmail.com> wrote:
> app2date stores the last version it has parsed in the a2d file (in the
> <lastVersion> element) and uses it do determine if the parsed version
> is current (parsed version matches last version) or stale (parsed
> version does not match last version).
>
> When a website is added for the first time, app2date has no way to
> know what the previous version was, so it stores the parsed version as
> the last version and marks the website as "current." Thus, only new
> changes will be detected. If you want to set the starting version,
> you would need to manually insert the starting version number in the
> a2d file (in <lastVersion>). I will modify app2date in the future
> release to allow setting the initial version in the UI.
>
> The <id> tag is a random UUID used as a unique identifier within
> app2date. It is created internally viahttp://