Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

865 rader
49 KiB

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