Skip to content

Releases: gwenzek/SublimeSetWindowTitle

1.3.8

08 Nov 15:43
Compare
Choose a tag to compare

Merges #16. Fixes #15 and probably #19.

1.3.7

09 Aug 16:09
Compare
Choose a tag to compare

Improves Windows implemetation.
Merged #10

1.3.6

18 Jan 14:24
Compare
Choose a tag to compare

Merged #13 to support multiple folders outside of a project.
Added a command palette entry "SetWindowTitle: Settings" to help configuring the plugin (Fixing #14).

1.3.5

13 Jun 21:09
Compare
Choose a tag to compare

Really fix #8

1.3.4

10 Jun 15:43
Compare
Choose a tag to compare

Fix #8

1.3.3

21 May 07:01
Compare
Choose a tag to compare

Fix #7

1.3.2

24 Apr 18:49
Compare
Choose a tag to compare

Add unit tests and fix a regression with relative paths (unit tests are useful!)

1.3.1

18 Apr 08:09
Compare
Choose a tag to compare

Fix #6

add Windows support

07 Jan 14:34
Compare
Choose a tag to compare
Fixes bug in relative path computation.

Currently os.path.relpath only works on paths on the same drive/mount, so we check for this explicitly.