Skip to content

Releases: braver/SideBarTools

1.15.0: handle non-text file views/sheets

08 Jul 09:57

Choose a tag to compare

also fix super is_visible calls ::facepalm::

1.14.3

28 Jul 11:24

Choose a tag to compare

fix #58 path might be None

1.14.2

25 Jul 11:46

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

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

Choose a tag to compare

bump action dependencies

1.12.2

03 May 09:39
5d22b7f

Choose a tag to compare

fix #54: handle ~ in project folder paths on delete

1.12.1

26 Oct 07:05

Choose a tag to compare

properly handle context arg fixes #50

1.12.0

21 Oct 20:14

Choose a tag to compare

add setting to disable tab context

fixed final st3 support release

23 Oct 19:36
7684b9f

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

Choose a tag to compare

Allow copy file commands to be called without arguments