| Note: |
Here we are again, with a brand new version of Countdown Live! Changes since version 2.1: |
| Added: |
New countdowns system! More...
Since version 2.1, users can use as many tags as they want. Now, starting from this build, this also applies to the countdowns! That means that you can give your countdowns a recognisable name and create and use as many countdowns as you like. Countdowns have a unique numeric identifier which you should use in the (!CD#) format, the best way to understand is by using the "Insert Countdown" button in the Places tab. |
| Added: |
Conditional grouped units in tags! More...
Since the introduction of grouped units in tags in version 2.1.009, the possibilities have increased dramatically. However, simply dropping empty units still didn't provide the necessary flexibility to make any countdown tag. With conditional tags, this is a thing of the past: you can now make your own conditions and even have "if...else"-like unit groups. Example: { m>2 ?Another %m %mw:Only %m %mw} to go. Result: Another 5 months to go. or Only 1 month to go. |
| Added: |
System-wide hotkeys. More...
You can now configure hotkeys to enable, disable or toggle your countdowns with a simple key combination. These are disabled by default so new users don't press them accidentally, you can find them in the new Hotkeys tab. |
| Added: |
Display picture change on countdown end. More...
As suggested by Geo, you can now choose to change your display picture when a countdown ends. This feature is also reflected in the live preview, where your real display picture is displayed rather than the default blue Messenger buddy. Cool, uh? |
| Added: |
Integrated documentation browser. More...
This version comes with a new window where you can browse through the online documentation of Countdown Live. The browser has back and forward buttons and a tree structure to navigate. The documentation is completely translatable, so anyone who wants to give this a go and translate the whole set of documentations, feel free to contact me for details. |
| Added: |
Language update checker. More...
From know on, you'll be notified when a language file you've installed has been updated on the server. A toast will display at start-up when new updates for your incompatible language files are available, clicking this toast will instantly open the Download Languages window. If you rather don't want these notifications, you can always disable it from the Language Preferences window. |
| Fixed: |
Simplified countdown calculation. More...
Once again, the countdown calculation algorithm has been revised. This time, I found a much simpler method in Java and I succeeded in rewriting it to JScript. Simpler code is always better, and it appears that this also applies for my code. Hopefully this is the end of a long period of headaches for both myself and all you Countdown Live users! |
| Note: |
Changes since version 2.2.019: |
| Fixed: |
Documentation viewer glitch. More...
The rounded rectangle behind the documentation browser didn't stretch vertically, this is now fixed. |
| Optimized: |
Preference registry types. More...
Warning: technical stuff follows. In previous versions, dates were stored as a literal string (REG_SZ) because they exceed the maximum value of a double-word (REG_DWORD). Since this version, they are quadruple words (REG_QWORD) which allow 64-bit numbers to be stored. This method is much more efficient since a QWORD takes up 8 bytes whereas a Unicode string takes up 2 bytes per character, although I did it mainly because it makes things easier for me and because I can! :-D |
| Optimized: |
Preferences saving. More...
Some changes were made in the way the cached preferences are saved to the registry for some more flexibility. |
| Added: |
Translations! More...
Thanks to the great work of the translation team, the Finnish, Greek and French translations are done and included in this release. The German, Italian and Spanish translations will be available in the languages database as soon as I get them from the responsible translators. |