Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

56 lines (30 loc) · 1.33 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.

[0.9.0] - 2024-06-13

  • Throttle git command to avoid performance issues when changing selected line often (e.g. when holding up/down arrows)

[0.8.0] - 2024-04-01

  • Skip hover message for uncommitted and unsaved changes

[0.7.1] - 2024-04-01

  • Lower required VS Code version to 1.78.0

[0.7.0] - 2024-04-01

  • Show author as "You" when line blame matches current git user

[0.6.1] - 2023-12-11

  • Fix "No active text editor or incorrect one" error when comparing files

[0.6.0] - 2023-12-10

  • Show decoration correctly on format-on-save

[0.5.0] - 2023-12-09

  • Blame unsaved files correctly
  • Display "Unsaved changes" for unsaved changes in the editor

[0.4.0] - 2023-09-19

  • Display markdown table on hover instead of unordered list
  • Move inline blame position when Copilot suggests text
  • Fix hover position

[0.3.0] - 2023-09-17

  • Better formatting for uncommitted changes

[0.2.1] - 2023-09-17

  • Fix singular/plural time unit display

[0.2.0] - 2023-09-17

  • Display markdown formatted commit information on hover

[0.1.0] - 2023-09-16

  • Initial release