Releases: jbaranski/TossFile
Add inputPathExcludes option, rename pathExcludes option to outputPathExcludes option
Add inputPathExcludes option, rename pathExcludes option to outputPathExcludes option
The option rename is a backward compatibility breaking change but necessary because it was naively named.
Tweak examples in settings
Fix minor typos in example settings
Add some exclude options
Added some exclude options:
replaceIfExists - Prevent overwrite exisiting file at the output location if it already exists (default is true)
extensionExcludes - List of extensions to ignore even if a path match is found (default is empty list)
nameExcludes - List of file names to ignore even if a path match is found (default is empty list)
pathExcludes - List of output paths to ignore even if a path match is found (default is empty list)
Fix the default / user settings path
Fix the default / user settings path when installing from package control...
Always install unpacked
Always install unpacked so the settings files can work properly.
Visual Status Indicator enhancement
Toss All Files enhancement
doc updates
doc updates
fix bad mistake
fix bad mistake
Preferences menu item
Preferences menu item