Skip to content

Latest commit

 

History

History
86 lines (46 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

86 lines (46 loc) · 2.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

2.5.0 - 2023-03-06

Change

  • Replace black and white logo with a colorful one. (#11)

2.4.0 - 2023-03-06

Changed

  • Show "None" when a code owners file exists, but there are no owners for the current file. (#10)

2.3.0 - 2023-03-06

Fixed

  • Find CODEOWNERS file in .github/ and repository root directories. (#9)
  • Handle parsing code owners files with inline comments. (#9)

2.2.0 - 2023-03-02

Added

  • Usernames in CODEOWNERS files are now clickable links to the GitHub profile or team page. (#6)

Changed

  • Clicking status bar now opens line in CODEOWNERS file. (#6)
  • Status bar tooltip now includes line number in CODEOWNERS file. (#6)

Fixed

  • Fixed syntax highlighting for inline comments. (#6)

2.1.0 - 2023-02-28

Changed

  • Update status bar tooltip to better match GitHub UI. (#4)

2.0.1 - 2023-02-28

Fixed

  • set minumum vscode version set to an old build so we can install the package. (#1)

2.0.0 - 2023-02-28

Added

  • Typescript and esbuild. (#1)

Changed

  • Use icon in status bar instead of name. (#1)
  • Open GitHub on selection from code owners quick pick menu. (#1)

Fixed

  • Use @snyk/github-codeowners instead of codeowners to fix broken code owners evaluation. (#1)

1.1.1 - 2019-07-31

Fixed

  • Hide status bar item when no CODEOWNERS file. Thanks @bmalehorn. #3
  • Fix /root paths. Thanks @bmalehorn. (#4)

1.1.0 - 2019-01-19

Added

  • Syntax highlighting for CODEOWNERS files. Thanks @bmalehorn. (#1

1.0.0 - 2018-12-12

  • Initial release