Rev. 10.40 / 2012/11/xx * Slightly tweaked the prompt asking for user confirmation before updating. Rev. 10.30 / 2012/11/06 * Date comparison function didn't work on US systems under some circumstances, leading uncorrectly to always up-to-date status. Fixed. Note: to correctly return to a working state, the value of the field "LastModified" in the configuration file must be deleted! * Slightly tweaked some loops with a slow condition to be evaluated by nesting it into an easier-to-evaluate one. Albeit less elegant and compact, this should lead to faster overall execution. * Slight rewording in the prompt asking for user confirmation before updating. * Slight rewording in the prompt informing that no update will be performed due to lack of Internet connectivity. * Now the message telling you that XYplorer is already up-to-date and the message telling that no update will be performed due to lack of Internet connectivity will be shown in the status bar. Reason: these message don't require a true user interaction, since clicking OK or not doesn't change the future behaviour of the script. * Downloading a new version wasn't silently overwriting a colliding file. Fixed. * Now, whenever possible, a "no-cookies" flag is issued. Rev. 10.20 / 2012/11/03 * Date comparison function didn't work on US systems under some circumstances, leading uncorrectly to always up-to-date status. Fix #1. Note: to correctly return to a working state, the value of the field "LastModified" in the configuration file must be deleted! Rev. 10.10 / 2012/10/18 * In case of missing Internet connection, XYplorer scripting engine window does not popup warning about an Error 0 anymore. * Fixed quotes on run commands involving .vbs files. Now spaces in paths should not be a problem anymore. * Renamed the "Beta" field in the configuration file to "Channel". This better reflects the script internal logic, which updates EITHER to major versions OR beta versions. Default is "1", i.e. updates to betas. * Split the "Changelog" field in two new fields, namely "MajorChangelog" and "BetaChangelog". The names are self-explanatory. Defaults are opposite and depending on "Channel" value the way you would (probably) expect. * Changed the default value for "Deletion" from "1" to "0". Reason: in case of new bugs, there's the archive file ready for testing a fresh install. No need to re-download, spending time and bandwidth. Rev. 10.00 / 2012/10/15 * The first version based on the new code.