- Remove
folderBlacklist
configuration option - Rename
folderWhitelist
toprojectHome
- Default
showPath
to false - Add
project-plus:save
command; explicit save of the project - Separate out project discovery from the project switching; take what we had as project discovery and make it it an isolated component,
SessionProvider
- 🎉 Support
projects.cson
from project manager asFileProvider
- Add a configuration option to turn off project detection from session storage —
project-plus.autoDiscover
- Add notifications on command success (for project switch and save) — @shemerey
- Add
ctrl-cmd-tab
andctrl-shift-cmd-tab
to tab through projects (by most-recently-used) - Fix memory leak by tabs package (was recreating subscriptions on each deserialization)
- Support glob patterns in folder whitelist/blacklist — @shemerey
- Fix folder match (for sub-folders) in whitelist/blacklist — @shemerey
- 🐛 Fix #19; reload pigments on project switch
- 🐛 Fix #20; remove attach line for tree-view
- Add
showPath
config; allow paths to be toggled from the finder - ✨ Improve visual display of multi-path projects (ref #8)
- 🔨 Close #5; add ability to switch to a project from a folder picker
- 🔨 Add ability to close the current project and get an empty atom window
- Sort projects by most-recently-used (MRU)
- Add folder whitelist and blacklist configuration options — @shemerey
- Unify switch and open commands
- Add keybindings (mirroring sublime)
- Backport to Atom 1.5 and 1.6
- 🐛 Cursor was not re-appearing on project switch
- Initial "It Works, Jim" release