Releases: ddavison/sublime-tabs
v0.5.2
Fix for folder organization
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+
This release is an Emergency Fix for the upgrade to atom v0.300+.
This is also backward compatible for previous versions
v0.4.4
Sublime tabs will now disable the tabs and tree view packages
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
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
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
This allows users to right click any tab and click Keep Tab
, to make it permanent.
refactor to use dependencies and not hard copies
This release includes the fixes from frk1705 to use atom dependencies rather than the actual source.