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.

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