Skip to content

Releases: ddavison/sublime-tabs

v0.5.2

23 Mar 12:04
Compare
Choose a tag to compare
  • Fixing #70 - can now press Enter to preview a file in the tree-view
  • Merging #77 - opening the Settings view does not replace the current open tab

Fix for folder organization

17 Feb 16:43
Compare
Choose a tag to compare

Fix for #60. Tree-View's new setting (sortFoldersBeforeFiles) was not being applied to Sublime-Tabs. This fix enables that.

eFix for atom v0.300+

26 Sep 19:14
Compare
Choose a tag to compare

This release is an Emergency Fix for the upgrade to atom v0.300+.

This is also backward compatible for previous versions

v0.4.4

08 Sep 15:08
Compare
Choose a tag to compare

Adding ability from #38 to be able to Save the tab, to make it permanent.

Sublime tabs will now disable the tabs and tree view packages

30 Jun 21:22
Compare
Choose a tag to compare

In previous versions, users would have to disable the tree view and tabs package manually. In this release, users will now not have to disable these packages when installing.

Keymap implemented

20 Jun 19:26
Compare
Choose a tag to compare

Keymaps were implemented from latest tree-view keymap CSON file. sublime-tabs now allows you to keep your keymaps from the tree-view.

Able to disable/uninstall/update correctly

20 Jun 19:13
Compare
Choose a tag to compare

Previously, there was an issue (#8) where you weren't able to update, nor uninstall this package without running rm -fr ~/.atom/packages/sublime-tabs.

This release fixes this. Since v0.3.1 DOESNT have this fix, you will need to do rm -fr ~/.atom/packages/sublime-tabs just once more.

'Keep Tab' functionality

13 Jun 14:32
Compare
Choose a tag to compare

This allows users to right click any tab and click Keep Tab, to make it permanent.

refactor to use dependencies and not hard copies

31 May 20:21
Compare
Choose a tag to compare

This release includes the fixes from frk1705 to use atom dependencies rather than the actual source.