I've just put out an unexpected new version of WimpWall, my freeware wallpaper changer. It's unexpected because I had thought that my last release was feature complete, but after a number of requests from users I decided to add one little option.
It is now possible to turn off the countdown dialog preceding wallpaper changes. I won't use this option myself, because I prefer the ability to cancel a change if I particularly like the current wallpaper, but I appreciate that some people prefer the silent approach.
Although adding this to WimpWall was pleasantly straightforward, it did necessiate rewriting the settings parsing code. This is because I had assumed that, as mentioned before, v0.2 was feature complete, and the settings would never change. In v0.3 I had to add the countdown setting. Related to this, to cater for people upgrading from v0.2, I had to change from a hard-coded to a modular method of parsing. Fortunately, this means that any future unexpected changes will be easy to accommodate.
With this new release I also added polish to a couple of items, which you'd never notice, but make me feel better.