Hi guys!
I'm confused, what is the lattest version? Isn't it v4.1.1? if not, where did I get it from then?
Also, wanted suggest add date format to the screenshot name teplate.
a quick and
dirty way could be add
date.js and inside
FilenameQuickTexts function add:
code:
sFile = sFile.replace(new RegExp("!([a-zA-Z]+)","g"),function(a,b){return new Date().format(b)});
After this little change you can add !yyyy for year, !MM for month or !yyyyMM for year and month, etc.