Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

44 lines (31 loc) · 1.17 KB

Changelog

2.0.3

  • Fixes error when clicking the status bar element and there’s no origin remote.

2.0.2

  • Fixes error when cursor is on the editor’s trailing newline/

2.0.1

  • Changes the way commit messages are handled. Only fetch them when needed.

2.0.0

  • Changes the way tabs/editors are handled. Major parts of the code rewritten.

1.2.0

  • Removes 3rd party dependencies, blamer and git-wrapper. Addresses long startup times.
  • Fixes wrong user information in tooltips for squashed commits.

1.1.0

  • Adds a new feature: Shift-click the status-bar-blame element to copy the commit hash. Thanks to GitHub user MoritzKn.
  • Changes the 'Unknown url' notification to a temporary tooltip

1.0.6

  • Adds the inline-block class to the element. Thanks to GitHub user chrisdrackett.

1.0.5

  • Clears the element when the current tab is not TextEditor

1.0.4

  • Fixed issue with tooltips not being disposed

1.0.3

  • Renamed the package

1.0.2

  • Changes the default commit link url protocol to http

1.0.1

  • Fixed deprecation errors
  • Render nothing when there’s no git repo

1.0.0 - First Release

  • Forked from Blame
  • Atom Status Bar Blame implemented