You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

785 lines
45 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
  4. ## [4.1.0] - 2017-06-13
  5. ### Added
  6. - Adds all-new recent changes annotations of the whole-file - annotates and highlights all of lines changed in the most recent commit
  7. - Can customize the [layout](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#file-recent-changes-annotation-settings), as well as the [theme](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#theme-settings)
  8. - Adds `Toggle Recent File Changes Annotations` command (`gitlens.toggleFileRecentChanges`) - toggles the recent changes annotations on and off
  9. - Adds ability to press `Escape` to quickly toggle any whole-file annotations off
  10. - Improves performance
  11. - Optimized git output parsing to increase speed and dramatically reduce memory usage
  12. - Defers diff chunk parsing until it is actually required
  13. - Adds `gitlens.defaultDateFormat` setting to specify how all absolute dates will be formatted by default
  14. ### Fixed
  15. - Fixes excessive memory usage when parsing diffs
  16. - Fixes extra newline in multiline commit messages
  17. - Fixes (again) [#33](https://github.com/eamodio/vscode-gitlens/issues/33) - Commit messages can causes markdown formatting in hovers
  18. ## [4.0.1] - 2017-06-09
  19. ### Fixed
  20. - Fixes [#87](https://github.com/eamodio/vscode-gitlens/issues/87) - Can't open files in remote when using git@ urls (ssh)
  21. ## [4.0.0] - 2017-06-09
  22. ### Added
  23. - Adds all-new, beautiful, highly customizable and themeable, file blame annotations
  24. - Can now fully customize the [layout and content](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#file-blame-annotation-settings), as well as the [theme](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#theme-settings)
  25. - Adds all-new configurability and themeability to the current line blame annotations
  26. - Can now fully customize the [layout and content](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#line-blame-annotation-settings), as well as the [theme](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#theme-settings)
  27. - Adds all-new configurability to the status bar blame information
  28. - Can now fully customize the [layout and content](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#status-bar-settings)
  29. - Adds all-new [configurability](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#advanced-settings) over which commands are added to which menus via the `gitlens.advanced.menus` setting
  30. - Adds better [configurability](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#code-lens-settings) over where Git code lens will be shown -- both by default and per language
  31. - Adds an all-new `changes` (diff) hover annotation to the current line - provides instant access to the line's previous version
  32. - Adds `Toggle Line Blame Annotations` command (`gitlens.toggleLineBlame`) - toggles the current line blame annotations on and off
  33. - Adds `Show Line Blame Annotations` command (`gitlens.showLineBlame`) - shows the current line blame annotations
  34. - Adds `Toggle File Blame Annotations` command (`gitlens.toggleFileBlame`) - toggles the file blame annotations on and off
  35. - Adds `Show File Blame Annotations` command (`gitlens.showFileBlame`) - shows the file blame annotations
  36. - Adds `Open File in Remote` command (`gitlens.openFileInRemote`) to the `editor/title` context menu
  37. - Adds `Open Repo in Remote` command (`gitlens.openRepoInRemote`) to the `editor/title` context menu
  38. - Adds `gitlens.strings.*` settings to allow for the customization of certain strings displayed
  39. - Adds `gitlens.theme.*` settings to allow for the theming of certain elements
  40. - Adds `gitlens.advanced.telemetry.enabled` settings to explicitly opt-in or out of telemetry, but still ultimately honors the `telemetry.enableTelemetry` setting
  41. - Adds ability to suppress most warning messages - which can be re-enabled using the `Reset Suppressed Warnings` command (`gitlens.resetSuppressedWarnings`)
  42. ### Changed
  43. - (BREAKING) Almost all of the GitLens settings have either been renamed, removed, or otherwise changed - see the [README](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#extension-settings)`
  44. - Changes the positioning of the Git code lens to try to be at the end of any other code lens on the same line
  45. - Changes the position of the `Open File in Remote` command (`gitlens.openFileInRemote`) in the context menus - now in the `navigation` group
  46. - Changes the `Toggle Git Code Lens` command (`gitlens.toggleCodeLens`) to always toggle the Git code lens on and off
  47. - Changes the default of `gitlens.advanced.toggleWhitespace.enabled` back to `true`, but automatically disables whitespace toggling if whitespace rendering is not on
  48. ### Removed
  49. - Removes the on-demand `trailing` file blame annotations -- didn't work out and just ended up with a ton of visual noise
  50. - Removes `Toggle Blame Annotations` command (`gitlens.toggleBlame`) - replaced by the `Toggle File Blame Annotations` command (`gitlens.toggleFileBlame`)
  51. - Removes `Show Blame Annotations` command (`gitlens.showBlame`) - replaced by the `Show File Blame Annotations` command (`gitlens.showFileBlame`)
  52. ### Fixed
  53. - Fixes [#81](https://github.com/eamodio/vscode-gitlens/issues/81) - Current line annotation feels too sticky
  54. - Fixes [#83](https://github.com/eamodio/vscode-gitlens/issues/83) - Calling "close unchanged files" results in no new files being openable
  55. - Fixes issues with the zone.js monkey patching done by application insights (telemetry) - disables all the monkey patching
  56. - Fixes issue with `Open Branch in Remote` & `Open Repository in Remote` not showing when there are no open editors
  57. ## [3.6.1] - 2017-06-07
  58. ### Fixed
  59. - Fixes issues with the zone.js monkey patching done by application insights (telemetry) - disables all the monkey patching
  60. ## [3.6.0] - 2017-06-02
  61. ### Added
  62. - Adds diff information (the line's previous version) into the active line hover
  63. - Adds a `gitlens.diffWithWorking` status bar command option - compares the current line commit with the working tree
  64. ### Changed
  65. - Changes the behavior of the `Compare File with Working Tree` command (`gitlens.diffWithWorking`) - always does what it says :)
  66. - Compares the current file with the working tree -- if the current file *is* the working file, it will show a `File matches the working tree` message
  67. - Changes the behavior of the `Compare File with Previous` command (`gitlens.diffWithPrevious`) - always does what it says :)
  68. - Compares the current file with the previous commit to that file
  69. - Changes the behavior of the `gitlens.diffWithPrevious` status bar command option - compares the current line commit with the previous
  70. - Renames `Compare File with Previous Commit` command to `Compare File with Previous`
  71. - Renames `Compare Line with Previous Commit` command to `Compare Line Commit with Previous`
  72. - Renames `Compare Line with Working Tree` command to `Compare Line Commit with Working Tree`
  73. - Renames `Compare with Previous Commit` in quick pick menus to `Compare File with Previous`
  74. - Renames `Compare with Working Tree` in quick pick menus to `Compare File with Working Tree`
  75. ### Fixed
  76. - Fixes [#79](https://github.com/eamodio/vscode-gitlens/issues/79) - Application insights package breaks GitLens + eslint
  77. ## [3.5.1] - 2017-05-25
  78. ### Changed
  79. - Changes certain code lens actions to be unavailable (unclickable) when the commit referenced is uncommitted - avoids unwanted error messages
  80. - Debounces more events when tracking the active line to further reduce lag
  81. ### Fixed
  82. - Fixes [#71](https://github.com/eamodio/vscode-gitlens/issues/71) - Blame information is invalid when a file has changed outside of vscode
  83. - Fixes issue with showing the incorrect blame for versioned files (i.e. files on the left of a diff, etc)
  84. ## [3.5.0] - 2017-05-24
  85. ### Added
  86. - Improves performance
  87. - Reduces the number of git calls on known "untrackables"
  88. - Caches many more git commands to reduce git command roundtrips and parsing
  89. - Increases the debounce (delay) on cursor movement to reduce lag when navigating around a file
  90. - Adds diff information (the line's previous version) into the active line hover when the current line is uncommitted
  91. - Adds `gitlens.statusBar.alignment` settings to control the alignment of the status bar -- thanks to [PR #72](https://github.com/eamodio/vscode-gitlens/pull/72) by Zack Schuster ([@zackschuster](https://github.com/zackschuster))!
  92. - Adds `Open Branch in Remote` command (`gitlens.openBranchInRemote`) - opens the current branch commits in the supported remote service
  93. - Adds `Open Repository in Remote` command (`gitlens.openRepoInRemote`) - opens the repository in the supported remote service
  94. - Adds `Stash Changes` option to stashed changes quick pick menu -- no longer hidden behind the `"gitlens.insiders": true` setting
  95. - Adds `Stash Unstaged Changes` option to stashed changes quick pick menu -- no longer hidden behind the `"gitlens.insiders": true` setting
  96. - Adds `Apply Stashed Changes` command (`gitlens.stashApply`) to apply the selected stashed changes to the working tree -- no longer hidden behind the `"gitlens.insiders": true` setting
  97. - Adds `Stash Changes` command (`gitlens.stashSave`) to stash any working tree changes -- no longer hidden behind the `"gitlens.insiders": true` setting
  98. - Adds support to the `Search commits` command (`gitlens.showCommitSearch`) to work without any active editor
  99. - Adds commit search pre-population -- if there is an active editor it will use the commit sha of the current line commit, otherwise it will use the current clipboard
  100. ### Changed
  101. - Changes `Open File in Remote` and `Open Line Commit in Remote` commands to actually work for everyone (part of their implementation was still behind the `gitlens.insiders` setting)
  102. - Changes the active line hover to only show at the beginning and end of a line if `gitlens.blame.annotation.activeLine` is `both`
  103. - Changes `alt+f` shortcut to `alt+/` for the `Search commits` command (`gitlens.showCommitSearch`)
  104. - Changes `alt+right` on commit details quick pick menu to execute the `Compare File with Previous Commit` command (`gitlens.diffWithPrevious`) when a file is selected
  105. - Changes `alt+right` on repository status quick pick menu to execute the `Compare File with Previous Commit` command (`gitlens.diffWithPrevious`) when a file is selected
  106. - Refactors command argument passing to allow for future inclusion into the SCM menus
  107. ### Fixed
  108. - Fixes [#73](https://github.com/eamodio/vscode-gitlens/issues/73) - GitLens doesn't work with Chinese filenames
  109. - Fixes [#40](https://github.com/eamodio/vscode-gitlens/issues/40) - Encoding issues
  110. - Given the limitations of the vscode api, I'm unable to fix all the encoding issues, but many of them should now be squashed
  111. - `files.encoding` is now honored for the cases where the encoding cannot currently be gleaned
  112. - Fixes incorrect file selection from the commit details quick pick menu
  113. - Fixes incorrect command execution when using `"gitlens.statusBar.command": "gitlens.showQuickRepoHistory"`
  114. - Fixes a bunch of issues that were revealed by enabling Typescript `strict` mode
  115. ## [3.4.9] - 2017-05-03
  116. ### Added
  117. - Adds better support for deleted files when choosing `Open Changed Files` via in quick pick menus - now opens the file revision from the previous commit
  118. - Adds better support for deleted files when using `alt+right arrow` shortcut on the commit details quick pick menu - now opens the file revision from the previous commit
  119. ### Changed
  120. - Removes deleted files when choosing `Open Working Changed Files` via in quick pick menus
  121. ## [3.4.8] - 2017-05-02
  122. ### Changed
  123. - Changes display name in the marketplace to `Git Lens` because of the marketplace search ranking algorithm
  124. ## [3.4.6] - 2017-05-01
  125. ### Added
  126. - Adds better support for deleted files when choosing `Open File` via in quick pick menus - now opens the file revision from the previous commit
  127. - Adds better support for deleted files when choosing `Open File in Remote` via in quick pick menus - now opens the file revision from the previous commit
  128. - Improves performance by caching the git path to avoid lookups on every git command
  129. ### Changed
  130. - Renames `gitlens.advanced.codeLens.debug` setting to `gitlens.codeLens.debug`
  131. - Renames `gitlens.advanced.debug` setting to `gitlens.debug`
  132. - Renames `gitlens.output.level` setting to `gitlens.outputLevel`
  133. ### Fixed
  134. - Fixes incorrect file selection when showing commit details quick pick menu
  135. - Fixes timing error on startup
  136. ## [3.4.5] - 2017-04-13
  137. ### Added
  138. - Completely overhauls the [GitLens documentation](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) and messaging -- make sure to check it out to see all the powerful features GitLen provides!
  139. - Adds `gitlens.blame.annotation.activeLineDarkColor` & `gitlens.blame.annotation.activeLineLightColor` settings to control the colors of the active line blame annotation
  140. ### Changed
  141. - Changes `Toggle Git Code Lens` command to work when `gitlens.codeLens.visibility` is set to `auto` (the default)
  142. - Renames `Compare with...` command to `Compare File with...`
  143. - Renames `Compare with Next Commit` command to `Compare File with Next Commit`
  144. - Renames `Compare with Previous Commit` command to `Compare File with Previous Commit`
  145. - Renames `Compare with Previous Commit` command to `Compare File with Previous Commit`
  146. - Renames `Compare with Working Tree` command to `Compare File with Working Tree`
  147. ### Fixed
  148. - Fixes issue with `Open Commit in Remote` not working
  149. - Fixes issue with many commands missing from the `Command Palette`
  150. ## [3.3.3] - 2017-04-10
  151. ### Fixed
  152. - Fixes issue with newlines in commit messages in the file/branch/stash history quick pick menus (truncates and adds an ellipse icon)
  153. ## [3.3.2] - 2017-04-10
  154. ### Removed
  155. - Removes `gitlens.blame.annotation.characters.*` settings since they were added to deal with unicode bugs in a previous version of vscode
  156. ### Fixed
  157. - Closes [#63](https://github.com/eamodio/vscode-gitlens/issues/63) - Switch commit message and author in commit pick list. Also reduces clutter in the commit quick pick menus
  158. ## [3.3.1] - 2017-04-09
  159. ### Changed
  160. - Changes commit search prefixes -- no prefix for message search, `@` for author, `:` for file pattern, `#` for commit id
  161. - Changes `sha` terminology to `commit id` in the UI
  162. ### Fixed
  163. - Fixes issues with author searching
  164. ## [3.3.0] - 2017-04-09
  165. ### Added
  166. - Adds `Search commits` command (`gitlens.showCommitSearch`) to allow commit searching by message, author, file pattern, or sha
  167. - Adds `alt+f` shortcut for the `Search commits` command (`gitlens.showCommitSearch`)
  168. - Adds `Show Commit Search` command to the branch history quick pick menu
  169. - Adds `Show Stashed Changes` command to the repository status quick pick menu
  170. - Adds a `Don't Show Again` option to the GitLen update notification
  171. ### Changed
  172. - Changes `Open x in Remote` commands to be no longer hidden behind the `gitlens.insiders` setting
  173. ### Fixed
  174. - Fixes [#59](https://github.com/eamodio/vscode-gitlens/issues/59) - Context menu shows gitlens commands even if folder/file is not under git
  175. ## [3.2.1]
  176. ### Fixed
  177. - Fixes [#57](https://github.com/eamodio/vscode-gitlens/issues/57) - No more blank message if `diff.tool` is missing
  178. ## [3.2.0]
  179. ### Added
  180. - Adds support for single files opened in vscode -- you are no longer required to open a folder for GitLens to work
  181. ### Fixed
  182. - Fixes [#57](https://github.com/eamodio/vscode-gitlens/issues/57) - Warn on directory compare when there is no diff tool configured
  183. - Fixes [#58](https://github.com/eamodio/vscode-gitlens/issues/58) - Work with git sub-modules
  184. - Fixes issue with `Open * in Remote` commands with nested repositories and non-git workspace root folder
  185. ## [3.1.0]
  186. ### Added
  187. - Adds `Show Stashed Changes` command (`gitlens.showQuickStashList`) to open a quick pick menu of all the stashed changes
  188. - Adds insiders `Stash Changes` option to stashed changes quick pick menu -- enabled via `"gitlens.insiders": true`
  189. - Adds insiders `Stash Unstaged Changes` option to stashed changes quick pick menu
  190. - Adds insiders `Apply Stashed Changes` command (`gitlens.stashApply`) to apply the selected stashed changes to the working tree
  191. - Adds insiders `Stash Changes` command (`gitlens.stashSave`) to stash any working tree changes
  192. ### Fixed
  193. - Fixes incorrect counts in upstream status
  194. ## [3.0.5]
  195. ### Added
  196. - Adds additional insiders support for GitLab, Bitbucket, and Visual Studio Team Services to the `Open x in Remote` commands and quick pick menus -- enabled via `"gitlens.insiders": true`
  197. - Adds insiders line support to `Open File in Remote` command (`gitlens.openFileInRemote`)
  198. - Adds original file name for renamed files to the repository status and commit details quick pick menu
  199. ### Fixed
  200. - Fixes [#56](https://github.com/eamodio/vscode-gitlens/issues/56) - Handle file names with spaces
  201. ## [3.0.4]
  202. ### Changed
  203. - Changes telemetry a bit to reduce noise
  204. ### Fixed
  205. - Fixes common telemetry error by switching to non-strict iso dates (since they are only available in later git versions)
  206. ## [3.0.3]
  207. ### Added
  208. - Adds a fallback to work with Git version prior to `2.11.0` -- terribly sorry for the inconvenience :(
  209. ### Fixed
  210. - Fixes [#55](https://github.com/eamodio/vscode-gitlens/issues/55) - reverts Git requirement back to `2.2.0`
  211. - Fixes issues with parsing merge commits
  212. ## [3.0.2]
  213. ### Changed
  214. - Changes required Git version to `2.11.0`
  215. ## [3.0.1]
  216. ### Added
  217. - Adds basic telemetry -- honors the vscode telemetry configuration setting
  218. ## [3.0.0]
  219. ### Added
  220. - Adds insiders support for `Open in GitHub` to the relevant quick pick menus -- enabled via `"gitlens.insiders": true`
  221. - Adds insiders `Open Line Commit in Remote` command (`gitlens.openCommitInRemote`) to open the current commit in the remote service (currently only GitHub)
  222. - Adds insiders `Open File in Remote` command (`gitlens.openFileInRemote`) to open the current file in the remote service (currently only GitHub)
  223. - Adds an update notification for feature releases
  224. - Adds `Show Branch History` command (`gitlens.showQuickBranchHistory`) to show the history of the selected branch
  225. - Adds `Show Last Opened Quick Pick` command (`gitlens.showLastQuickPick`) to re-open the previously opened quick pick menu - helps to get back to previous context
  226. - Adds `alt+-` shortcut for the `Show Last Opened Quick Pick` command (`gitlens.showLastQuickPick`)
  227. - Adds upstream status information (if available) to the repository status pick pick
  228. - Adds file status rollup information to the repository status pick pick
  229. - Adds file status rollup information to the commit details quick pick menu
  230. - Adds `Compare with...` (`gitlens.diffWithBranch`) command to compare working file to another branch (via branch quick pick menu)
  231. - Adds branch quick pick menu to `Directory Compare` (`gitlens.diffDirectory`) command
  232. - Adds support for `gitlens.showQuickFileHistory` command execution via code lens to limit results to the code lens block
  233. - Adds current branch to branch quick pick menu placeholder
  234. - Adds `Show Branch History` command to the branch history quick pick menu when showing only limited commits (e.g. starting at a specified commit)
  235. - Adds `Show File History` command to the file history quick pick menu when showing only limited commits (e.g. starting at a specified commit)
  236. - Adds `Don't Show Again` option to the unsupported git version notification
  237. ### Changed
  238. - Changes `Show Repository History` command to `Show Current Branch History`
  239. - Changes `Repository History` terminology to `Branch History`
  240. ### Fixed
  241. - Fixes issue with `gitlens.diffWithPrevious` command execution via code lens when the code lens was not at the document/file level
  242. - Fixes issue where full shas were displayed on the file/blame history explorers
  243. - Fixes [#30](https://github.com/eamodio/vscode-gitlens/issues/30) - Diff with Working Tree fails from repo/commit quickpick list if file was renamed (and the commit was before the rename)
  244. - Fixes various other quick pick menu command issues when a file was renamed
  245. - Fixes various issues when caching is disabled
  246. - Fixes issues with parsing commits history
  247. - Fixes various issues with merge commits
  248. ## [2.12.2]
  249. ### Fixed
  250. - Fixes [#50](https://github.com/eamodio/vscode-gitlens/issues/50) - excludes container-level code lens from `html` and `vue` language files
  251. ## [2.12.1]
  252. ### Added
  253. - Adds `gitlens.advanced.codeLens.debug` setting to control whether or not to show debug information in code lens
  254. ### Fixed
  255. - Fixes issue where `gitlens.showQuickRepoHistory` command fails to open when there is no active editor
  256. ## [2.12.0]
  257. ### Added
  258. - Adds progress indicator for the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick pick menus
  259. - Adds paging support to the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick pick menus
  260. - Adds `Show Previous Commits` command
  261. - Adds `Show Next Commits` command
  262. - Adds keyboard page navigation via `alt+,` (previous) & `alt+.` (next) on the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick pick menus
  263. - Adds keyboard commit navigation via `alt+,` (previous) & `alt+.` (next) on the `gitlens.showQuickCommitDetails` & `gitlens.showQuickCommitFileDetails` quick pick menus
  264. ### Changed
  265. - Changes behavior of `gitlens.showQuickFileHistory` & `gitlens.showFileHistory` to no longer show merge commits
  266. - Changes `gitlens.copyShaToClipboard` to copy the full sha, rather than short sha
  267. - Changes internal tracking to use full sha (rather than short sha)
  268. ## [2.11.2]
  269. ### Added
  270. - Adds `gitlens.diffWithNext` command to open a diff with the next commit
  271. - Adds `alt+.` shortcut for the `gitlens.diffWithNext` command
  272. ### Changed
  273. - Changes `shift+alt+p` shortcut to `alt+,` for the `gitlens.diffWithPrevious` command
  274. - Changes `alt+p` shortcut to `shift+alt+,` for the `gitlens.diffLineWithPrevious` command
  275. ### Removed
  276. - Removes `gitlens.toggleCodeLens` from Command Palette when not available
  277. - Removes `gitlens.toggleCodeLens` shortcut key when not available
  278. ### Fixed
  279. - Fixes (#45)[https://github.com/eamodio/vscode-gitlens/issues/45] - Keyboard Shortcut collision with Project Manager
  280. ## [2.11.1]
  281. ### Added
  282. - Adds blame and active line annotation support to git diff split view (right side)
  283. - Adds command (compare, copy sha/message, etc) support to git diff split view (right side)
  284. ### Fixed
  285. - Fixes intermittent issues when toggling whitespace for blame annotations
  286. ## [2.11.0]
  287. ### Added
  288. - Adds `gitlens.showQuickCommitFileDetails` command to show a quick pick menu of details for a file commit
  289. - Adds `gitlens.showQuickCommitFileDetails` command to code lens
  290. - Adds `gitlens.showQuickCommitFileDetails` command to the status bar
  291. - Adds `gitlens.closeUnchangedFiles` command to close any editors that don't have uncommitted changes
  292. - Adds `gitlens.openChangedFiles` command to open all files that have uncommitted changes
  293. - Adds `Directory Compare` (`gitlens.diffDirectory`) command to open the configured git difftool to compare directory versions
  294. - Adds `Directory Compare with Previous Commit` command on the `gitlens.showQuickCommitDetails` quick pick menu
  295. - Adds `Directory Compare with Working Tree` command on the `gitlens.showQuickCommitDetails` quick pick menu
  296. - Adds a `Changed Files` grouping on the `gitlens.showQuickCommitDetails` quick pick menu
  297. - Adds a `Close Unchanged Files` command on the `gitlens.showQuickRepoStatus` quick pick menu
  298. - Adds a contextual description to the `go back` command in quick pick menus
  299. ### Changed
  300. - Changes layout of the `gitlens.showQuickRepoStatus` quick pick menu for better clarity
  301. - Changes behavior of `gitlens.showQuickCommitDetails` to show commit a quick pick menu of details for a commit
  302. - Changes default of `gitlens.codeLens.recentChange.command` to be `gitlens.showQuickCommitFileDetails` (though there is no visible behavior change)
  303. - Renames `Open Files` to `Open Changed Files` on the `gitlens.showQuickCommitDetails` quick pick menu
  304. - Renames `Open Working Files` to `Open Changed Working Files` on the `gitlens.showQuickCommitDetails` quick pick menu
  305. - Renames `Show Changed Files` to `Show Commit Details` on the `gitlens.showQuickCommitFileDetails` quick pick menu
  306. - Renames `Open Files` to `Open Changed Files` on the `gitlens.showQuickRepoStatus` quick pick menu
  307. ### Fixed
  308. - Fixes [#44](https://github.com/eamodio/vscode-gitlens/issues/43) by adding a warning message about Git version requirements
  309. - Fixes intermittent errors when adding active line annotations
  310. - Fixes intermittent errors when opening multiple files via quick pick menus
  311. ## [2.10.1]
  312. ### Fixed
  313. - Fixes [#43](https://github.com/eamodio/vscode-gitlens/issues/43) - File-level code lens isn't using the blame of the whole file as it should
  314. - Fixes issue with single quotes (') in annotations
  315. - Fixes output channel logging (also adds more debug information to code lens -- when enabled)
  316. ## [2.10.0]
  317. ### Added
  318. - Adds blame and active line annotation support to git diff split view
  319. - Adds command (compare, copy sha/message, etc) support to git diff split view
  320. ### Fixed
  321. - Fixes startup failure if caching was disabled
  322. - Fixes missing `Compare Line with Previous Commit` context menu item
  323. - Fixes [#41](https://github.com/eamodio/vscode-gitlens/issues/41) - Toggle Blame annotations on compare files page
  324. - Fixes issue with undo (to a saved state) not causing annotations to reappear properly
  325. - Attempts to fix [#42](https://github.com/eamodio/vscode-gitlens/issues/42) - Cursor on Uncommitted message
  326. ## [2.9.0]
  327. ### Changed
  328. - To accomodate the realization that blame information is invalid when a file has unsaved changes, the following behavior changes have been made
  329. - Status bar blame information will hide
  330. - Code lens change to a `Cannot determine...` message and become unclickable
  331. - Many menu choices and commands will hide
  332. ### Fixed
  333. - Fixes [#38](https://github.com/eamodio/vscode-gitlens/issues/38) - Toggle Blame Annotation button shows even when it isn't valid
  334. - Fixes [#36](https://github.com/eamodio/vscode-gitlens/issues/36) - Blame information is invalid when a file has unsaved changes
  335. ## [2.8.2]
  336. ### Added
  337. - Adds `gitlens.blame.annotation.dateFormat` to specify how absolute commit dates will be shown in the blame annotations
  338. - Adds `gitlens.statusBar.date` to specify whether and how the commit date will be shown in the blame status bar
  339. - Adds `gitlens.statusBar.dateFormat` to specify how absolute commit dates will be shown in the blame status bar
  340. ### Fixed
  341. - Fixes [#39](https://github.com/eamodio/vscode-gitlens/issues/39) - Add date format options for status bar blame
  342. ## [2.8.1]
  343. ### Fixed
  344. - Fixes issue where `Compare with *` commands fail to open when there is no active editor
  345. ## [2.8.0]
  346. ### Added
  347. - Adds new `Open File` command on the `gitlens.showQuickCommitDetails` quick pick menu to open the commit version of the file
  348. - Adds new `Open File` command on the `gitlens.showQuickCommitDetails` quick pick menu to open the commit version of the files
  349. - Adds `alt+left` keyboard shortcut in quick pick menus to `go back`
  350. - Adds `alt+right` keyboard shortcut in quick pick menus to execute the currently selected item while keeping the quick pick menu open (in most cases)
  351. - `alt+right` keyboard shortcut on commit details file name, will open the commit version of the file
  352. ### Changed
  353. - Indents the file statuses on the `gitlens.showQuickCommitDetails` quick pick menu
  354. - Renames `Open File` to `Open Working File` on the `gitlens.showQuickCommitDetails` quick pick menu
  355. - Renames `Open File` and `Open Working Files` on the `gitlens.showQuickCommitDetails` quick pick menu
  356. - Reorders some quick pick menus
  357. ### Fixed
  358. - Fixes [#34](https://github.com/eamodio/vscode-gitlens/issues/34) - Open file should open the selected version of the file
  359. - Fixes some issue where some editors opened by the quickpick would not be opened in preview tabs
  360. - Fixes issue where copy to clipboard commands would fail if there was no active editor
  361. - Fixes issue where active line annotations would show for opened versioned files
  362. - Fixes issue where code lens compare commands on opened versioned files would fail
  363. ## [2.7.1]
  364. ### Added
  365. - Adds proper support for multi-line commit messages
  366. ### Fixed
  367. - Fixes [#33](https://github.com/eamodio/vscode-gitlens/issues/33) - Commit message styled as title in popup, when message starts with hash symbol
  368. ## [2.7.0]
  369. ### Added
  370. - Adds file status icons (added, modified, deleted, etc) to the `gitlens.showQuickCommitDetails` quick pick menu
  371. - Adds `Copy Commit Sha to Clipboard` command to commit files quick pick menu
  372. - Adds `Copy Commit Message to Clipboard` command to commit files quick pick menu
  373. ### Changed
  374. - Changes `Show Commit History` to `Show File History` on the `gitlens.showQuickCommitDetails` quick pick menu
  375. - Changes `Show Previous Commit History` to `Show Previous File History` on the `gitlens.showQuickCommitDetails` quick pick menu
  376. ### Fixed
  377. - Fixes issue with repository status when there are no changes
  378. - Fixes issue with `.` showing in the path of quick pick menus
  379. - Fixes logging to clean up on extension deactivate
  380. ## [2.6.0]
  381. ### Added
  382. - Adds `gitlens.showQuickRepoStatus` command to show a quick pick menu of files changed including status icons (added, modified, deleted, etc)
  383. - Adds `alt+s` shortcut for the `gitlens.showQuickRepoStatus` command
  384. ## [2.5.6]
  385. ### Fixed
  386. - Fixes [#32](https://github.com/eamodio/vscode-gitlens/issues/32) - 00000000 Uncommitted changes distracting
  387. ## [2.5.5]
  388. ### Fixed
  389. - Fixes [#25](https://github.com/eamodio/vscode-gitlens/issues/25) - Blame information isn't updated after git operations (commit, reset, etc)
  390. ## [2.5.4]
  391. ### Fixed
  392. - Fixes extra spacing in annotations
  393. ## [2.5.3]
  394. ### Fixed
  395. - Fixes [#27](https://github.com/eamodio/vscode-gitlens/issues/27) - Annotations are broken in vscode insider build
  396. ## [2.5.2]
  397. ### Added
  398. - Adds `Open File` command to `gitlens.showQuickCommitDetails` quick pick menu
  399. - Adds `Open Files` command to `gitlens.showQuickCommitDetails` quick pick menu
  400. - Improves performance of git-log operations in `gitlens.diffWithPrevious` and `gitlens.diffWithWorking` commands
  401. ### Changed
  402. - Changes `Not Committed Yet` author for uncommitted changes to `Uncommitted`
  403. ### Fixed
  404. - Fixes showing `gitlens.showQuickCommitDetails` quick pick menu for uncommitted changes -- now shows the previous commit details
  405. ## [2.5.1]
  406. ### Added
  407. - Adds `gitlens.copyMessageToClipboard` command to copy commit message to the clipboard
  408. - Adds `gitlens.copyMessageToClipboard` to the editor content menu
  409. - Adds `Copy Commit Message to Clipboard` command to `gitlens.showQuickCommitDetails` quick pick menu
  410. ### Changed
  411. - Changes behavior of `gitlens.copyShaToClipboard` to copy the sha of the most recent commit to the repository if there is no active editor
  412. - Changes behavior of `gitlens.showQuickFileHistory` to execute `gitlens.showQuickRepoHistory` if there is no active editor
  413. ### Fixed
  414. - Fixes issue where shortcut keys weren't disabled if GitLens was disabled
  415. ## [2.5.0]
  416. ### Added
  417. - Overhauls the `gitlens.showQuickRepoHistory`, `gitlens.showQuickFileHistory`, and `gitlens.showQuickCommitDetails` quick pick menus
  418. - Adds `Show Repository History` command to `gitlens.showQuickFileHistory` quick pick menu
  419. - Adds `Show Previous Commits History` command to `gitlens.showQuickCommitDetails` quick pick menu
  420. - Adds `Show Commits History` command to `gitlens.showQuickCommitDetails` quick pick menu
  421. - Adds `Copy Commit Sha to Clipboard` command to `gitlens.showQuickCommitDetails` quick pick menu
  422. - Adds `Show Changed Files` command to `gitlens.showQuickCommitDetails` quick pick menu
  423. - Adds more robust `go back` navigation in quick pick menus
  424. - Adds commit message to placeholder text of many quick pick menus
  425. - Adds icons for some commands
  426. - Adds `gitlens.diffWithPrevious` command to the editor content menu
  427. - Adds `gitlens.diffWithWorking` command to the editor content menu
  428. - Adds `gitlens.showQuickRepoHistory` and `gitlens.showQuickCommitDetails` commands to code lens
  429. - Adds `gitlens.showQuickRepoHistory` and `gitlens.showQuickCommitDetails` commands to the status bar
  430. ### Changed
  431. - Changes the default command of `gitlens.codeLens.recentChange.command` to `gitlens.showQuickCommitDetails`
  432. - Changes the default command of `gitlens.statusBar.command` to `gitlens.showQuickCommitDetails`
  433. - Changes behavior of `gitlens.showQuickCommitDetails` to show commit commands rather than file set (use `Show Changed Files` command to get to the file set)
  434. - Changes `gitlens.diffWithPrevious` command to behave as `gitlens.diffWithWorking` if the file has uncommitted changes
  435. - Renames `gitlens.diffWithPrevious` command from `Diff Commit with Previous` to `Compare with Previous Commit`
  436. - Renames `gitlens.diffLineWithPrevious` command from `Diff Commit (line) with Previous` to `Compare Line with Previous Commit`
  437. - Renames `gitlens.diffWithWorking` command from `Diff Commit with Working Tree` to `Compare with Working Tree`
  438. - Renames `gitlens.diffLineWithWorking` command from `Diff Commit (line) with Working Tree` to `Compare Line with Working Tree`
  439. ### Fixed
  440. - Fixes issues with certain git commands not working on Windows
  441. - Fixes [#31](https://github.com/eamodio/vscode-gitlens/issues/31) - Disable gitlens if the project does not have `.git` folder
  442. - Fixes issue where quick pick menus could fail if there was no active editor
  443. - Fixes code lens not updating in response to configuration changes
  444. ## [2.1.1]
  445. ### Fixed
  446. - Fixes overzealous active line annotation updating on document changes
  447. ## [2.1.0]
  448. ### Added
  449. - Adds a new GitLens logo and changes all images to svg
  450. - Adds `alt+p` shortcut for the `gitlens.diffLineWithPrevious` command
  451. - Adds `shift+alt+p` shortcut for the `gitlens.diffWithPrevious` command
  452. - Adds `alt+w` shortcut for the `gitlens.diffLineWithWorking` command
  453. - Adds `shift+alt+w` shortcut for the `gitlens.diffWithWorking` command
  454. - Adds `gitlens.copyShaToClipboard` command to copy commit sha to the clipboard ([#28](https://github.com/eamodio/vscode-gitlens/issues/28))
  455. - Adds `gitlens.showQuickCommitDetails` command to show a quick pick menu of details for a commit
  456. - Adds `go back` choice to `gitlens.showQuickCommitDetails`, `gitlens.showQuickFileHistory`, and `gitlens.showQuickRepoHistory` quick pick menus
  457. - Adds `gitlens.blame.annotation.highlight` to specify whether and how to highlight blame annotations ([#24](https://github.com/eamodio/vscode-gitlens/issues/24))
  458. - Greatly improves performance of line navigation when either active line annotations or status bar blame is enabled
  459. ### Fixed
  460. - Fixes [#29](https://github.com/eamodio/vscode-gitlens/issues/29) - Commit info tooltip duplicated for current line when blame is enabled
  461. - Fixes issue where sometimes the commit history shown wasn't complete
  462. - Fixes issues with `gitlens.diffLineWithPrevious` and `gitlens.diffWithPrevious` not following renames properly
  463. - Fixes issues with `gitlens.diffLineWithPrevious` and `gitlens.diffWithPrevious` not always grabbing the correct commit
  464. ## [2.0.2]
  465. ### Added
  466. - Adds auto-enable of whitespace toggling when using font-ligatures because of [vscode issue](https://github.com/Microsoft/vscode/issues/11485)
  467. - Adds `gitlens.blame.annotation.characters.*` settings to provide some control over how annotations are displayed
  468. ### Fixed
  469. - Fixes [#22](https://github.com/eamodio/vscode-gitlens/issues/22) - Cannot read property 'sha' of undefined
  470. ## [2.0.1]
  471. ### Fixed
  472. - Fixes [#26](https://github.com/eamodio/vscode-gitlens/issues/26) - Active line annotation doesn't disappear properly after delete
  473. ## [2.0.0]
  474. ### Added
  475. - Adds `gitlens.blame.annotation.activeLine` to specify whether and how to show blame annotations on the active line
  476. - Adds full commit message (rather than just summary) to active line hover if `gitlens.blame.annotation.activeLine` is not `off`
  477. - Adds new `trailing` blame annotation style -- adds annotations after the code lines rather than before
  478. - Adds `gitlens.blame.annotation.message` to show the commit message in `expanded` and `trailing` blame annotation styles
  479. - Adds support for relative dates in blame annotations. Use `gitlens.blame.annotation.date`
  480. - Re-adds context menu for `gitlens.diffLineWithPrevious` -- since [vscode issue](https://github.com/Microsoft/vscode/issues/15395)
  481. - Re-adds context menu for `gitlens.diffLineWithWorking` -- since [vscode issue](https://github.com/Microsoft/vscode/issues/15395)
  482. ### Changed
  483. - Changes the design of hover annotations -- much cleaner now
  484. - Disables automatic whitespace toggling by default as it is seemingly no longer needed as [vscode issue](https://github.com/Microsoft/vscode/issues/11485) seems fixed. It can be re-enabled with `gitlens.advanced.toggleWhitespace.enabled`
  485. ### Fixed
  486. - Fixes issue where the status bar blame would get stuck switching between editors
  487. - Fixes issue where code lens aren't updated properly after a file is saved
  488. ## [1.4.3]
  489. ### Added
  490. - Adds some logging to hopefully trap [#22](https://github.com/eamodio/vscode-gitlens/issues/22) - Cannot read property 'sha' of undefined
  491. ### Fixed
  492. - Fixes issue with the latest insiders build (1.9.0-insider f67f87c5498d9361c0b29781c341fd032815314b) where there is a collision of document schemes
  493. ## [1.4.2]
  494. ### Fixed
  495. - Fixes issue where file history wouldn't compare correctly to working tree if the filename had changed
  496. ## [1.4.1]
  497. ### Added
  498. - Adds `gitlens.advanced.gitignore.enabled` to enable/disable .gitignore parsing. Addresses [#20](https://github.com/eamodio/vscode-gitlens/issues/20) - Nested .gitignore files can cause blame to fail with a repo within another repo
  499. ## [1.4.0]
  500. ### Added
  501. - Adds `alt+h` shortcut for the `gitlens.showQuickFileHistory` command
  502. - Adds `shift+alt+h` shortcut for the `gitlens.showQuickRepoHistory` command
  503. - Adds `gitlens.advanced.maxQuickHistory` to limit the number of quick history entries to show (for better performance); Defaults to 200
  504. - Adds `gitlens.diffLineWithPrevious` as `alt` context menu item for `gitlens.diffWithPrevious`
  505. - Adds `gitlens.diffLineWithWorking` as `alt` context menu item for `gitlens.diffWithWorking`
  506. - Adds `gitlens.showFileHistory` as `alt` context menu item for `gitlens.showQuickFileHistory`
  507. ### Removed
  508. - Removes context menu for `gitlens.diffLineWithPrevious` -- since it is now the `alt` of `gitlens.diffWithPrevious`
  509. - Removes context menu for `gitlens.diffLineWithWorking` -- since it is now the `alt` of `gitlens.diffWithWorking`
  510. - Replaces `gitlens.menus.fileDiff.enabled` and `gitlens.menus.lineDiff.enabled` with `gitlens.menus.diff.enabled` -- since the switch between file and line diff is now controlled by the `alt` key
  511. ## [1.3.1]
  512. ### Added
  513. - Adds `Diff Commit with Working Tree` to the explorer context menu (assuming `gitlens.menus.fileDiff.enabled` is `true`)
  514. - Adds `Diff Commit with Working Tree` & `Diff Commit with Previous` to the editor title context menu (assuming `gitlens.menus.fileDiff.enabled` is `true`)
  515. ### Changed
  516. - Renames `Diff` commands for better clarity
  517. - Removes `Git` from the commands as it feels unnecessary
  518. - Reorders the context menu commands
  519. ## [1.3.0]
  520. ### Added
  521. - Adds support for blame and history (log) on files opened via compare commands -- allows for deep navigation through git history
  522. ## [1.2.0]
  523. ### Added
  524. - Adds compare (working vs previous) options to repository history
  525. - Adds compare (working vs previous) options to file history
  526. ### Fixed
  527. - Fixes issue with repository history compare with commits with multiple files
  528. ## [1.1.1]
  529. ### Added
  530. - Adds logging for tracking [#18](https://github.com/eamodio/vscode-gitlens/issues/18) - GitLens only displayed for some files
  531. ### Changed
  532. - Changes `gitlens.showQuickRepoHistory` command to run without an open editor (falls back to the folder repository)
  533. ## [1.1.0]
  534. ### Added
  535. - Adds new `gitlens.showQuickFileHistory` command to show the file history in a quick-pick list (palette)
  536. - Adds new `gitlens.showQuickRepoHistory` command to show the repository history in a quick-pick list (palette)
  537. - Adds `gitlens.showQuickFileHistory` option to the `gitlens.codeLens.recentChange.command`, `gitlens.codeLens.authors.command`, and `gitlens.statusBar.command` settings
  538. ### Changed
  539. - Changes the `gitlens.statusBar.command` settings default to `gitlens.showQuickFileHistory` instead of `gitlens.toggleBlame`
  540. ### Removed
  541. - Removes `git.viewFileHistory` option from the `gitlens.codeLens.recentChange.command`, `gitlens.codeLens.authors.command`, and `gitlens.statusBar.command` settings
  542. ## [1.0.2]
  543. ### Fixed
  544. - Fixes [#16](https://github.com/eamodio/vscode-gitlens/issues/16) - incorrect 'Unable to find Git' message
  545. ## [1.0.0]
  546. ### Added
  547. - Adds support for git history (log)!
  548. - Adds support for blame annotations and git commands on file revisions
  549. - Adds ability to show multiple blame annotation at the same time (one per vscode editor)
  550. - Adds new `gitlens.showFileHistory` command to open the history explorer
  551. - Adds new `gitlens.showFileHistory` option to the `gitlens.codeLens.recentChange.command`, `gitlens.codeLens.authors.command`, and `gitlens.statusBar.command` settings
  552. - Adds per-language code lens location customization using the `gitlens.codeLens.languageLocations` setting
  553. - Adds new `gitlens.diffLineWithPrevious` command for line sensitive diffs
  554. - Adds new `gitlens.diffLineWithWorking` command for line sensitive diffs
  555. - Adds `gitlens.diffWithPrevious` command to the explorer context menu
  556. - Adds output channel logging, controlled by the `gitlens.advanced.output.level` setting
  557. - Improves performance of the code lens support
  558. - Improves performance (significantly) when only showing code lens at the document level
  559. - Improves performance of status bar blame support
  560. ### Changed
  561. - Switches on-demand code lens to be a global toggle (rather than per file)
  562. - Complete rewrite of the blame annotation provider to reduce overhead and provide better performance
  563. - Changes `gitlens.diffWithPrevious` command to always be file sensitive diffs
  564. - Changes `gitlens.diffWithWorking` command to always be file sensitive diffs
  565. - Removes all debug logging, unless the `gitlens.advanced.debug` settings it on
  566. ### Fixed
  567. - Fixes many (most?) issues with whitespace toggling (required because of https://github.com/Microsoft/vscode/issues/11485)
  568. - Fixes issue where blame annotations would not be cleared properly when switching between open files
  569. ## [0.5.5]
  570. ### Fixed
  571. - Fixes another off-by-one issue when diffing with caching
  572. ## [0.5.4]
  573. ### Fixed
  574. - Fixes off-by-one issues with blame annotations without caching and when diffing with a previous version
  575. ## [0.5.3]
  576. ### Added
  577. - Adds better uncommitted hover message in blame annotations
  578. - Adds more protection for dealing with uncommitted lines
  579. ## [0.5.2]
  580. ### Fixed
  581. - Fixes loading issue on Linux
  582. ## [0.5.1]
  583. ### Added
  584. - Adds blame information in the status bar
  585. - Add new status bar settings -- see **Extension Settings** for details
  586. - Adds new `gitlens.diffWithPrevious` option to the `gitlens.codeLens.recentChange.command` & `gitlens.codeLens.authors.command` settings
  587. ### Changed
  588. - Renames the `gitlens.codeLens.recentChange.command` & `gitlens.codeLens.authors.command` settings options (to align with command names)
  589. ### Removed
  590. - Removes `gitlens.blame.annotation.useCodeActions` setting and behavior
  591. ### Fixed
  592. - Fixes Diff with Previous when the selection is uncommitted
  593. ## [0.3.3]
  594. ### Fixed
  595. - Fixes [#7](https://github.com/eamodio/vscode-gitlens/issues/7) - missing spawn-rx dependency (argh!)
  596. ## [0.3.2]
  597. ### Fixed
  598. - Fixes [#7](https://github.com/eamodio/vscode-gitlens/issues/7) - missing lodash dependency
  599. ## [0.3.1]
  600. ### Added
  601. - Adds new code lens visibility & location settings -- see **Extension Settings** for details
  602. - Adds new command to toggle code lens on and off when `gitlens.codeLens.visibility` is set to `ondemand`
  603. ## [0.2.0]
  604. ### Changed
  605. - Replaces blame regex parsing with a more robust parser
  606. ### Fixed
  607. - Fixes [#1](https://github.com/eamodio/vscode-gitlens/issues/1) - Support blame on files outside the workspace repository
  608. - Fixes failures with Diff with Previous command
  609. - Fixes issues with blame explorer code lens when dealing with previous commits
  610. - Fixes display issues with compact blame annotations (now skips blank lines)
  611. ## [0.1.3]
  612. ### Added
  613. - Improved blame annotations, now with sha and author by default
  614. - Add new blame annotation styles -- compact and expanded (default)
  615. - Adds many new configuration settings; see **Extension Settings** for details
  616. ## [0.0.7]
  617. ### Added
  618. - Adds .gitignore checks to reduce the number of blame calls
  619. ### Fixed
  620. - Fixes [#4](https://github.com/eamodio/vscode-gitlens/issues/4) - Absolute paths fail on Windows due to backslash (Really!)
  621. - Fixes [#5](https://github.com/eamodio/vscode-gitlens/issues/5) - Finding first non-white-space fails sometimes
  622. ## [0.0.6]
  623. ### Added
  624. - Adds attempt to scroll to the correct position when opening a diff
  625. ### Fixed
  626. - Fixes [#2](https://github.com/eamodio/vscode-gitlens/issues/2) - [request] Provide some debug info when things fail
  627. - Fixes [#4](https://github.com/eamodio/vscode-gitlens/issues/4) - Absolute paths fail on Windows due to backslash
  628. ## [0.0.5]
  629. ### Changed
  630. - Removes code lens from fields and single-line properties to reduce visual noise
  631. - Automatically turns off blame only when required now
  632. ### Fixed
  633. - Fixes issues where filename changes in history would cause diffs to fails
  634. - Fixes some issues with uncommitted blames
  635. ## [0.0.4]
  636. ### Added
  637. - Candidate for preview release on the vscode marketplace.
  638. ## [0.0.1]
  639. ### Added
  640. - Initial release but still heavily a work in progress.