Releases: fan-tom/intellij-codeowners
Releases · fan-tom/intellij-codeowners
v0.9.0
v0.8.0
Added
- Support IDEA 2024.1
Fixed
- Duplicate groups when grouping files by ownership in changelist, Pull Requests and usage views
- Empty groups when grouping by ownership is combined with grouping by e.g. module or directory, in changelist or Pull Requests views
- Opening
Search Structurally
dialog automatically openedFile ownership
scope dialog
Removed
- Support for IDEA versions older than 2024.1
v0.7.0
Added
- Implement ownership-based search scope: build an ownership predicate in a DNF and filter files during search
- Support IDEA 2023.3
v0.6.0
Added
- Support IDEA 2023.2
- Show ownership changes in Local Changes panel, after file/dir is moved/renamed
Fixed
- Exception on showing quick documentation (
F1
) for GitHub user name (@user
) / team name (@org/team
) - Allow trailing comments for GitHub syntax
- AlreadyDisposedException was thrown when closing a project
Removed
- Support for IDEA versions older than 2023.2
v0.5.0
Added
- Pattern overlap inspection: detect patterns that override other patterns earlier in file
- Support IDEA 2022.3
Fixed
- Order of grouping by code owner and by file in search results
Removed
- Support for IDEA versions older than 2022.3
v0.4.1
Fixed
- Resolving files from file patterns when CODEOWNERS file not in the repository root
- Proper translation of file patterns starting with
**/
into regex on pattern cache cleanup
v0.4.0
Added
- Support of file paths with spaces and
@
for GitHub syntax
Fixed
- Incorrect parsing of paths without owners (reset ownership) for GitHub syntax
- Resolving files from file patterns
Removed
- Support for IDEA versions older than 2022.1
v0.3.5
Added
- Support codeowners unsetting for Github files, see https://github.community/t/codeowners-file-with-a-not-file-type-condition/1423/9
- Support IDEA 2022.2
Fixed
- Speedup file references resolution (navigation through file tree using CTRL-click on CODEOWNERS file paths parts)
v0.3.4
Added
- Structure view for Bitbucket files
- Comment/uncomment actions
v0.3.3
Added
- GoTo Team declaration for BitBucket files
- Support IDEA 2022.1