- Fixes error when clicking the status bar element and there’s no origin remote.
- Fixes error when cursor is on the editor’s trailing newline/
- Changes the way commit messages are handled. Only fetch them when needed.
- Changes the way tabs/editors are handled. Major parts of the code rewritten.
- Removes 3rd party dependencies,
blamer
andgit-wrapper
. Addresses long startup times. - Fixes wrong user information in tooltips for squashed commits.
- 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
- Adds the
inline-block
class to the element. Thanks to GitHub user chrisdrackett.
- Clears the element when the current tab is not TextEditor
- Fixed issue with tooltips not being disposed
- Renamed the package
- Changes the default commit link url protocol to http
- Fixed deprecation errors
- Render nothing when there’s no git repo
- Forked from Blame
- Atom Status Bar Blame implemented