All notable changes to the "branch-warnings" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Filewatcher now responds to both "add" and "change" events, may fix an issue with newer versions of VSCode.
- Added "main" in addition to "master" as default protected branches.
- Status bar background color for the warning is now determined by the theme
- msgColor option is removed because it is obsolete with the above change
- Updated readme
- Added support for glob patterns in the "protected branches" extension setting, which makes it useful when excluding a set of feature branches or other branch types.
- Updated readme
- Support for nested project structures, where the vscode workspace isn't at the git repository root.
- Changed the default properties to include "master" in the default protected branches.
- Added the ability to customize the warning tooltip and color.