This happens to me quite often as well. I notice it most with frequently-updated addons like Cartographer and BigWigs. Windows XP SP2 (English), latest updates to .NET Framework from Windows Update.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Experience the same bug. Also you don't have to click on View Changelog, only mouse over and it will display that annoying Downloading Changes ... but no actual changes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Old line for changelog filename was:
string changeLogFileName = String.Format(ci, "{0}/Changelog-{2}-r{1}.txt", addonName, remoteRev, addonName);
New line should look like this:
string changeLogFileName = String.Format(ci, "{0}/Changelog-r{1}.txt", addonName, remoteRev);
The second problem is that changelog downloads on the DropDownOpening event insted of Click event so acctualy a mouseover is sufficent to download the changelog.
/WarWolf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I have experienced the same issue with EN, although not with all add-ons but it does happen.
Logged In: YES
user_id=410124
Originator: NO
This happens to me quite often as well. I notice it most with frequently-updated addons like Cartographer and BigWigs. Windows XP SP2 (English), latest updates to .NET Framework from Windows Update.
Logged In: YES
user_id=726100
Originator: NO
I haven't found any addon lately whose changelog I can view via the updater. I think the changelog format may have changed on the SVN or something?
Logged In: NO
Experience the same bug. Also you don't have to click on View Changelog, only mouse over and it will display that annoying Downloading Changes ... but no actual changes.
Logged In: NO
There seems to be a problem or 2 in source.
Old line for changelog filename was:
string changeLogFileName = String.Format(ci, "{0}/Changelog-{2}-r{1}.txt", addonName, remoteRev, addonName);
New line should look like this:
string changeLogFileName = String.Format(ci, "{0}/Changelog-r{1}.txt", addonName, remoteRev);
The second problem is that changelog downloads on the DropDownOpening event insted of Click event so acctualy a mouseover is sufficent to download the changelog.
/WarWolf
Logged In: NO
same here... the "Downloading Changelog" message appears twice... but nothing happens.
Logged In: YES
user_id=1661875
Originator: NO
Will be addressed in a future release.
Logged In: YES
user_id=1661875
Originator: NO
Will be addressed in a future release.