v0.9.0 (2024-08-24)
- Support IDEA 2024.2
- Sync configuration files with template repository
- Support for IDEA versions older than 2024.2
v0.8.0 (2024-04-21)
- Support IDEA 2024.1
- 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
- Support for IDEA versions older than 2024.1
v0.7.0 (2023-12-08)
- Implement ownership-based search scope: build an ownership predicate in a DNF and filter files during search
- Support IDEA 2023.3
v0.6.0 (2023-08-13)
- Support IDEA 2023.2
- Show ownership changes in Local Changes panel, after file/dir is moved/renamed
- 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
- Support for IDEA versions older than 2023.2
v0.5.0 (2022-12-06)
- Pattern overlap inspection: detect patterns that override other patterns earlier in file
- Support IDEA 2022.3
- Order of grouping by code owner and by file in search results
- Support for IDEA versions older than 2022.3
v0.4.1 (2022-11-03)
- 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 (2022-09-15)
- Support of file paths with spaces and
@
for GitHub syntax
- Incorrect parsing of paths without owners (reset ownership) for GitHub syntax
- Resolving files from file patterns
- Support for IDEA versions older than 2022.1
v0.3.5 (2022-07-05)
- 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
- Speedup file references resolution (navigation through file tree using CTRL-click on CODEOWNERS file paths parts)
v0.3.4 (2022-03-29)
- Structure view for Bitbucket files
- Comment/uncomment actions
v0.3.3 (2022-03-20)
- GoTo Team declaration for BitBucket files
- Support IDEA 2022.1
v0.3.2 (2021-12-13)
- Support
docs
,.github
,.bitibucket
dirs as CODEOWNERS file locations - Support bitbucket config lines
v0.3.1 (2021-11-25)
- Bitbucket filetype detection
v0.3.0 (2021-08-09)
- Group by owner in usage find results
v0.2.1 (2021-08-01)
- Support IDEA 2021.2
v0.2.0 (2021-05-25)
- Navigate from status bar to the line in CODEOWNERS file to know where code ownership is assigned
v0.1.0-eap.1 (2021-05-24)
- Files syntax highlight (lexical)
- Show owner of currently opened file in IDE status bar
- Group file changes by owners
- Navigation to entries in Project view
- Navigation to Github user/team by ctrl-click on owner