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.

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