Skip to content

Releases: braver/SideBarTools

1.14.3

28 Jul 11:24
Compare
Choose a tag to compare
fix #58 path might be None

1.14.2

25 Jul 11:46
Compare
Choose a tag to compare
fix copy filename from sidebar

1.14.1: fix: nonetype error when creating new folder (#57)

20 Jul 16:26
3e38f62
Compare
Choose a tag to compare
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

18 Jul 18:53
Compare
Choose a tag to compare
bump action dependencies

1.12.2

03 May 09:39
5d22b7f
Compare
Choose a tag to compare
fix #54: handle ~ in project folder paths on delete

1.12.1

26 Oct 07:05
Compare
Choose a tag to compare
properly handle context arg fixes #50

1.12.0

21 Oct 20:14
Compare
Choose a tag to compare
add setting to disable tab context

fixed final st3 support release

23 Oct 19:36
7684b9f
Compare
Choose a tag to compare
st3-1.13.0

add flake8 job

1.11.0: Merge pull request #45 from gerardroche/master

22 May 14:05
933d2a4
Compare
Choose a tag to compare
Allow copy file commands to be called without arguments

1.10.1: Merge pull request #44 from keithrussell42/topic/compare-command

07 Sep 11:58
6246f03
Compare
Choose a tag to compare