I'm going to check out the new goodness today. Going forward, you may want to consider structuring your .zip files in a single, appropriately named directory, so everything doesn't explode when unzipped. As of now, unzipping VTQs_5.8.zip results in all the directories and README.md being written to the PWD. It'd be much cleaner if all those things lived in a directory called VTQs_5.8 (for example). That way, the end user isn't at risk of clobbering existing bits making it easier to switch back to an older version if needed.
G3N-es,
I'm going to check out the new goodness today. Going forward, you may want to consider structuring your .zip files in a single, appropriately named directory, so everything doesn't explode when unzipped. As of now, unzipping VTQs_5.8.zip results in all the directories and README.md being written to the PWD. It'd be much cleaner if all those things lived in a directory called VTQs_5.8 (for example). That way, the end user isn't at risk of clobbering existing bits making it easier to switch back to an older version if needed.
All the best