25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1056 lines
64 KiB

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