- Add custom icon for when moved to own sidebar view
- Allow pulling changes from remote on active branch
- Rename "Sync" commands to "Pull" for more accuracy
- Add option to show upstream status (Thanks @v-mas)
- Add menu items to sync branches (Thanks @v-mas)
- Don't select prefix by default when renaming branches
- Support for git.branchPrefix when creating new branches
- Switch to ESLint
- Requires VSCode 1.67
- Use git.path preference
- Option to update/remove upstream from context menu
- Handle errors when failing to switch branches
- Internal cleanup/restructure
- Add ability to create a new branch from current branch
- Add confirmations for deleting branches
- Properly dispose things on deactivation
- Fix required module not getting loaded, preventing startup
- Adds support for multi-repository projects
- Adds ability to rename branches
- Fix icons not showing
- Initial release