Releases: braver/SideBarTools
Releases · braver/SideBarTools
1.14.3
1.14.2
1.14.1: fix: nonetype error when creating new folder (#57)
The new command uses the active view file name as the path from which to construct the new folder, but when the view is empty there is no real file on disk and the file name is None. The `os.path` functions like `isdir` and `exists` raise a NoneType exception when given None. This patch adds a NoneType check. Close #55 Re #56
1.14.0
1.12.2
1.12.1
1.12.0
fixed final st3 support release
st3-1.13.0 add flake8 job
1.11.0: Merge pull request #45 from gerardroche/master
Allow copy file commands to be called without arguments
1.10.1: Merge pull request #44 from keithrussell42/topic/compare-command
Enable compare when using list of arguments