New in 0.8:

- BIG user interaction improvement: no longer can templates that would lead
  to clashing filenames be applied. This removes possible data loss scenario
- BIG user interaction improvement: if generated names conflict with already
  existing files, rename will be aborted and warning shown. This removes 
  another possible data loss. Conflicting filenames are marked with appropriate
  icon to make spotting them easy
- BIG improvement: renaming is now done in safe way, using temporary files
  to ensure nothing is accidentally overwritten
- Warning has been implemented for non-existent files and directories given
  as input
- Remove list selection support completely, it was too confusing
- Implement slices support, they behave like python slices with additional
  switches ("!", "-" and "_")
- Implement additional switch (".") for [E] reference, to make it work better
  with extensionless files
- Implement additional switches ("!" and lower case variant) for all previous 
  name references to allow case change
- Implement wraparound parameter for counters. That makes multiple counters
  use-case actually imaginable ("something NNN - part [123].avi")
- UI has been greatly improved. Layout is better now, and warnings for just 
  about everything have been added
- Update file list correctly after rename
- Skip non-existent files
- Web page with purty docs!
