- Add
inferGroups
option, fixes #30 (#68) - Various minor changes
- Deleted repo-level github funding.yml
- Added a dialog announcing the fundraising
- Update .github/FUNDING.yml
- Ensuring groups containing only other groups are displayed properly
- Ensuring the default configuration location will be used if none is provided
- Ensuring we are not mutating VSC’s config object
- Updated icons, using the new outline style
- Added a “Project: Edit” command
- Opening projects from the activity bar view in the current window if it's empty
- Avoiding using chokidar
- Added support for paths starting with
~/
to theconfigPath
,refreshIgnoreFolders
andrefreshRoots
settings
- Updated dirty-state icon
- Updated some git commands
- Added a
projects.showAheadBehind
setting
- Readme: using hi-res logo
- Outputting modern code (es2017, faster)
- Using "Debug Launcher" for debugging
- Fixed a regression
- Bundling with webpack
- Added
projects.viewOpenInNewWindow
setting
- Added GitTower v3 support
- Config: don’t override the path if the current one points to a
.code-workspace
file
- Ensuring the configuration will be opened as a non-preview editor
- Readme: added an hint about focusing to our activity bar view
- Updated readme
- Fixed actions on contributed views
- Added a view to the activity bar
- Explorer view: fixed left-click on projects to open them
- Refreshing contributed views only when necessary
- Avoiding using the terminal for adding a project to the workspace
- Replaced
logout
withexit 0
- Added a
projects.addToWorkspace
command
- Updated readme
- Explorer view: added tooltips
- Fixed
getProjectByPath
in Windows
- Added a
statusbarColor
option
- Fixed
groupsOnTop
logic
- Added support for paths starting with
~/
- Readme: added info about
Projects: Open Group
- Fixed left-click-to-open in explorer view
- Added a
Projects: Open Group
command
- Added multi-root support
- Statusbar: added support for custom alignment and priority
- Added an option for hiding the explorer view
- Ensuring
refresh
can’t be executed multiple times simultaneously - Ensuring cache file deletion never throws an error
- Added basic Mercurial support
- Git: updated command for checking for dirtiness
- Ensuring local caches get cleared
- Executing shell commands in a more resilient manner
Projects: Refresh
now also clears up cache files
- Updated readme
- Added a
groupsOnTop
option
- Added right-click actions to the explorer view
- Fixed a minor bug
- Ensuring case different in projects’ paths doesn’t lead to projects duplication
- Using JSON5 in order to be more human-friendly
- Ensuring the configuration file won’t get overwritten by accident
- Added a
projects.openByName
command
- Fixed
projects.sortGroups
andprojects.sortProjects
options
- Documented
Projects
explorer
- Added a
Projects
view to the explorer - Added a
projects.iconsASCII
setting - Replaced Octicons with ASCII icons
- Updated readme
- Added a
projects.filterRegex
option
- Added a
projects.filterDirty
option
- Added support for detecting untracked files (Git)
- Ensuring a case-insensitive sort
- Warn when trying to open to the currently active project
- Improved Windows support
- Caching
dirty
andbranch
information
- Added ability to show a repository's branch next to its name
- Added ability to detect with projects are dirty
- Fixed an issue with subsequent refreshes when importing from GitTower
- Initial release