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

1027 lines
62 KiB

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