- Updated tooling and dependency versions
- Working CICD
- Some (but not all) of the code and formatting and build issues which are preventing this from passing the IntelliJ Plugin Template's default automated tests.
- README typos.
- Fix a potential reliability issue in checking which the currently open file is
- Fix various bugs which would cause the plugin to stop working.
- Fixes an exception being thrown when trying to get the base directory for the module file
- Don't show any text in the status bar if selected file is null
- Fixed a bug where the CODEOWNERS file could not be found.
- More extensive description
- A custom icon
- Shortened status bar text to "Owner(s):"
- Support all Github-supported CODEOWNER file locations
- Code owner display is now updated on file rename
- Owners are now found correctly when modules are inside other modules
- Status bar is hidden when a project has no CODEOWNERS files
- Projects with multiple modules and CODEOWNERS per module
- Projects where the project base dir is not the same as the module dir
- Initial version