| Note: |
Finally! After months of hard work and more months of laziness, Countdown Live 2.0 is finally publicly released! :-D |
| Added: |
Windows are invisible while loading. More...
Because loading the windows can take some time (especially the Preferences window), they will now start invisible and will be made visible after everything is loaded. So, don't go mad when the window doesn't open immediately on your Quad Core with 4 gigs of RAM. =P |
| Added: |
Countdown Live sends events to Plus!' Event Log. More...
Everything happening with the countdowns is now sent to Plus!' Event Log. This was added because the user could disable the toasts and thus won't be able to know what happened. Now, he/she can look in the Event Log and find it |
| Fixed: |
Total units were miscalculated. More...
Just in time, a glitch was spotted when using the total amount units. This was caused by the fact that the same Date object was used as for the separate units which substracts the timezone offset, while this shouldn't happen for the total amount units. So now, that's been fixed. |
| Added: |
"Download languages" list is now sortable, thanks to the glorious ListView class! More...
Requested by Matty who needed a reliable class for handling list-view controls, I wrote a ListView class which gives more control over list-view controls. Because I felt like Countdown Live should benefit from this too, I implemented it in the current script. And it works great! For example, when the new version of Messenger Plus! Live will be released, users can sort the language files in the "Download languages" window. No more messy workarounds anymore with "Array.sort()", only pure Win32 API! :-D |
| Added: |
Do everything to find the user's language! More...
When Countdown Live starts up for the first time for a new user, it'll try to get the user's Plus! Live language from the languages folder or, if not found there, from the languages server. The user won't notice this action and if this fails, the scripts falls back on the English language file. In a future release, I might even add a language updater... maybe... |
| Added: |
French translation included. More...
At last I found a French translator for the script. A friend of mine asked his French friend Franck Dethier if he was interested in translating the script. He did a fast and great job translating the script, which allows me to release the script on this April Fools day. The other translations are also updated to support the new features since 2.0.006. |
| Fixed: |
Lots of internal coding fixes which I won't cover here... :-P |