Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

954 Zeilen
55 KiB

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