View Single Post
02/17/19, 06:13 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,979
Many thanks! This is a nice and easy packer and saves a lot of time.

Feature ideas
## APIVersion validation would be cool! e.g. add a text box where we can put the APIversion and it will check if the txt file is up2date with it, or even change it to this APIversion inside the txt file (if possible).
Text filed should be using a validation method for an ESO API number then.

Checkbox/radiobutton to choose if ##Version oir ##AddOnVersion should be the suffix of the zip file. Good for libraries which do not need to use LibStub anymore (newly created) and simply use ##AddOnVersion

Same for ##AddOnVersion check against ##Version maybe? e.g. check if the ##Version tag contains a string one can change into a number and if so compare it with ##AddOnVersion (which needs to be an integer!). If they differ show a hint. If the ##Version cannot be converted into a number just ignore it.
  Reply With Quote