Releases: gerardroche/sublime-sesame
Releases · gerardroche/sublime-sesame
2.1.1
2.1.0
- Added: Support for ST4
2.0.3
2.0.2
- Fixed: ST4 fixes
2.0.1
2.0.0
Added
- Added #9: Skip paths that don't exist instead of raising exception
- Added #8: Allow overriding options for specific paths
- Added #8: Custom commands now accept any of the available options
Changed
- Changed: The
sesame.vcs
setting now acceptsboolean
orNone
:true
means include only version controlled projects,false
means exclude them, andnull
(default), means include version controlled and non-version controlled projects.
Removed
- Removed: Deprecated command
open_sesame
; usesesame_open
instead - Removed: Deprecated command
open_sesame_add_folder
; usesesame_add
instead - Removed: Deprecated command
open_sesame_add_project
; usesesame_add
instead - Removed: Deprecated command
open_sesame_open_project
; usesesame_open
instead - Removed: Deprecated command
open_sesame_remove_folder
; usesesame_remove
instead - Removed: Deprecated command
open_sesame_switch_project
; usesesame_switch
instead
1.8.0
Important! The plugin has been renamed "Sesame" (the old name was open-sesame).
What you need to do:
- Update your key bindings (if you created any).
- Update your custom commands (if you've created any).
- Rename the plugin folder to "Sesame" (if you installed manually).
- Update the Git repository URL to https://github.com/gerardroche/sublime-sesame.git (if you installed manually via Git).
Old settings open-sesame.*
have been renamed sesame.*
, these will be auto migrated so there is nothing for you to do.
Changed
- Changed: Renamed plugin name from "open-sesame" to "Sesame"
Deprecated
- Deprecated:
open_sesame_add_folder
command; usesesame_add
instead - Deprecated:
open_sesame_add_project
command; usesesame_add
instead - Deprecated:
open_sesame_open_project
command; usesesame_open
instead - Deprecated:
open_sesame_remove_folder
command; usesesame_remove
instead - Deprecated:
open_sesame_switch_project
command; usesesame_switch
instead - Deprecated:
open_sesame
command; usesesame_open
instead - Deprecated:
open-sesame.*
settings; usesesame.*
instead; existing settings are auto migrated to the new settings so there is nothing for you to do.
1.7.0
1.6.0
Added
- Added: Switch Project command
- Added: Remove Folder command
- Added: Documentation setup guide
- Added: Documentation setup key bindings
Deprecated
- Deprecated:
projects_path
andprojects_depth
settings; renamed topath
anddepth
respectively; existing settings are auto migrated to the new settings so there is nothing for you to do. - Deprecated:
open_sesame
command; useopen_sesame_open_project
instead - Deprecated:
open_sesame_add_folder
command; useopen_sesame_add_project
instead