Skip to content

Latest commit

 

History

History
162 lines (90 loc) · 4.28 KB

CHANGELOG.md

File metadata and controls

162 lines (90 loc) · 4.28 KB

intellij-codeowners Changelog

Unreleased

v0.9.0 (2024-08-24)

Added

  • Support IDEA 2024.2

Fixed

  • Sync configuration files with template repository

Removed

  • Support for IDEA versions older than 2024.2

v0.8.0 (2024-04-21)

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 opened File ownership scope dialog

Removed

  • Support for IDEA versions older than 2024.1

v0.7.0 (2023-12-08)

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 (2023-08-13)

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 (2022-12-06)

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 (2022-11-03)

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 (2022-09-15)

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 (2022-07-05)

Added

Fixed

  • Speedup file references resolution (navigation through file tree using CTRL-click on CODEOWNERS file paths parts)

v0.3.4 (2022-03-29)

Added

  • Structure view for Bitbucket files
  • Comment/uncomment actions

v0.3.3 (2022-03-20)

Added

  • GoTo Team declaration for BitBucket files
  • Support IDEA 2022.1

v0.3.2 (2021-12-13)

Added

  • Support docs, .github, .bitibucket dirs as CODEOWNERS file locations
  • Support bitbucket config lines

v0.3.1 (2021-11-25)

Fixed

  • Bitbucket filetype detection

v0.3.0 (2021-08-09)

Added

  • Group by owner in usage find results

v0.2.1 (2021-08-01)

Fixed

  • Support IDEA 2021.2

v0.2.0 (2021-05-25)

Added

  • 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)

Added

  • 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