Skip to content

Commit d5d4a3e

Browse files
committed
Preps v9.2.4
1 parent 24b0247 commit d5d4a3e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [9.2.4] - 2018-12-26
88

99
### Added
1010

11+
- Adds a repository indicator in the _Repositories_ view when we are unable to detect repository changes — related to [#583](https://github.com/eamodio/vscode-gitlens/issues/583)
1112
- Adds `gitlens.defaultDateShortFormat` setting to specify how short absolute dates will be formatted by default
1213

1314
### Changed
1415

1516
- Changes the fetch date in the _Repositories_ view to respect the date style setting (`gitlens.defaultDateStyle`) and uses the new `gitlens.defaultDateShortFormat` setting for formatting
17+
- Avoids caching when we are unable to detect repository changes — related to [#583](https://github.com/eamodio/vscode-gitlens/issues/583)
1618

1719
### Fixed
1820

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more",
5-
"version": "9.2.3",
5+
"version": "9.2.4",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

0 commit comments

Comments
 (0)