Skip to content

Releases: gerardroche/sublime-sesame

2.1.1

20 Feb 07:32
2.1.1
d3285f4
Compare
Choose a tag to compare

Fixed

  • follow_symlinks option is commented out ST when removing folder

2.1.0

19 Dec 12:36
2.1.0
8eba61d
Compare
Choose a tag to compare
  • Added: Support for ST4

2.0.3

19 Dec 12:36
2.0.3
e4efb27
Compare
Choose a tag to compare
  • Fixed #11: Open starts working like switch

2.0.2

19 Dec 12:35
2.0.2
24fe2af
Compare
Choose a tag to compare
  • Fixed: ST4 fixes

2.0.1

02 Sep 06:30
Compare
Choose a tag to compare
  • Fixed #10: TypeError when using CTRL+ALT+o

2.0.0

17 Jun 20:56
Compare
Choose a tag to compare

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 accepts boolean or None: true means include only version controlled projects, false means exclude them, and null (default), means include version controlled and non-version controlled projects.

Removed

  • Removed: Deprecated command open_sesame; use sesame_open instead
  • Removed: Deprecated command open_sesame_add_folder; use sesame_add instead
  • Removed: Deprecated command open_sesame_add_project; use sesame_add instead
  • Removed: Deprecated command open_sesame_open_project; use sesame_open instead
  • Removed: Deprecated command open_sesame_remove_folder; use sesame_remove instead
  • Removed: Deprecated command open_sesame_switch_project; use sesame_switch instead

1.8.0

17 Jun 20:56
Compare
Choose a tag to compare

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; use sesame_add instead
  • Deprecated: open_sesame_add_project command; use sesame_add instead
  • Deprecated: open_sesame_open_project command; use sesame_open instead
  • Deprecated: open_sesame_remove_folder command; use sesame_remove instead
  • Deprecated: open_sesame_switch_project command; use sesame_switch instead
  • Deprecated: open_sesame command; use sesame_open instead
  • Deprecated: open-sesame.* settings; use sesame.* instead; existing settings are auto migrated to the new settings so there is nothing for you to do.

1.7.0

17 Jun 20:56
Compare
Choose a tag to compare

Added

  • Added #7: Option to only include version controlled projects e.g. Git, Mercurial, Subversion

1.6.0

17 Jun 20:56
Compare
Choose a tag to compare

Added

  • Added: Switch Project command
  • Added: Remove Folder command
  • Added: Documentation setup guide
  • Added: Documentation setup key bindings

Deprecated

  • Deprecated: projects_path and projects_depth settings; renamed to path and depth respectively; existing settings are auto migrated to the new settings so there is nothing for you to do.
  • Deprecated: open_sesame command; use open_sesame_open_project instead
  • Deprecated: open_sesame_add_folder command; use open_sesame_add_project instead