Fix: when no settings file found MMWI would pick the first available translation file to use. This meant most users installing a clean MMWI would see a Danish interface on start. Interface is now English by default. If no English translations file is found, the first available is used instead.
Change: default port number is now 8100. It seems that many softwares use port 8080 for communications. Port number can still be changed from the Windows application GUI.
Fix: choosing to run MMWI immediatly after installation completes no loger causes an error.
Change: moved the Login view to embedded resource. There's no need for this in the theme files
Change: moved caching of browse indicis for composer, album titles, and artist names to background thread to prevent locking up the UI on load.
Added: entirely new Client Player The old one, based on 'jPlayer', had massive problems streaming songs to WAN. The new one is based on audio.js and is a much simpler html5 implementation (it seems).
Added: expiration headers for static file requests. Should improve UI load speed.
Added: enabled compression for static file requests. Should improve UI load speed.