Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

377 linhas
26 KiB

há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
há 7 anos
  1. ## Release Notes
  2. ### 2.13.0
  3. - Adds experimental support for `Open in GitHub` to the relevant quick picks -- need to enable it via `"gitlens.insiders": true`
  4. - Adds an update notification for feature releases
  5. - Adds `Show Branch History` command (`gitlens.showQuickBranchHistory`) to show the history of the selected branch
  6. - Adds `Show Last Opened Quick Pick` command (`gitlens.showLastQuickPick`) to re-open the previously opened quick pick - helps to get back to previous context
  7. - Adds `alt+-` shortcut for the `Show Last Opened Quick Pick` command (`gitlens.showLastQuickPick`)
  8. - Adds upstream status information (if available) to the repository status pick pick
  9. - Adds file status rollup information to the repository status pick pick
  10. - Adds file status rollup information to the commit details quick pick
  11. - Adds `Compare with...` (`gitlens.diffWithBranch`) command to compare working file to another branch (via branch quick pick)
  12. - Adds branch quick pick to `Directory Compare` (`gitlens.diffDirectory`) command
  13. - Adds support for `gitlens.showQuickFileHistory` command execution via CodeLens to limit results to the CodeLens block
  14. - Adds current branch to branch quick pick placeholder
  15. - Adds `Show Branch History` command to the branch history quick pick when showing only limited commits (e.g. starting at a specified commit)
  16. - Adds `Show File History` command to the file history quick pick when showing only limited commits (e.g. starting at a specified commit)
  17. - Adds `Don't Show Again` option to the unsupported git version notification
  18. - Changes `Show Repository History` command to `Show Current Branch History`
  19. - Changes `Repository History` terminology to `Branch History`
  20. - Fixes issue with `gitlens.diffWithPrevious` command execution via CodeLens when the CodeLens was not at the document/file level
  21. - Fixes issue where full shas were displayed on the file/blame history explorers
  22. - 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)
  23. - Fixes various other quick pick command issues when a file was renamed
  24. - Fixes various issues when caching is disabled
  25. - Fixes issues with parsing commits history
  26. - Fixes various issues with merge commits
  27. ### 2.12.2
  28. - Fixes [#50](https://github.com/eamodio/vscode-gitlens/issues/50) - excludes container-level CodeLens from `html` and `vue` language files
  29. ### 2.12.1
  30. - Adds `gitlens.advanced.codeLens.debug` setting to control whether or not to show debug information in CodeLens
  31. - Fixes issue where `gitlens.showQuickRepoHistory` command fails to open when there is no active editor
  32. ### 2.12.0
  33. - Adds progress indicator for the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks
  34. - Adds paging support to the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks
  35. - Adds `Show Previous Commits` command
  36. - Adds `Show Next Commits` command
  37. - Adds keyboard page navigation via `alt+,` (previous) & `alt+.` (next) on the `gitlens.showQuickFileHistory` & `gitlens.showQuickRepoHistory` quick picks
  38. - Adds keyboard commit navigation via `alt+,` (previous) & `alt+.` (next) on the `gitlens.showQuickCommitDetails` & `gitlens.showQuickCommitFileDetails` quick picks
  39. - Changes behavior of `gitlens.showQuickFileHistory` & `gitlens.showFileHistory` to no longer show merge commits
  40. - Changes `gitlens.copyShaToClipboard` to copy the full sha, rather than short sha
  41. - Changes internal tracking to use full sha (rather than short sha)
  42. ### 2.11.2
  43. - Adds `gitlens.diffWithNext` command to open a diff with the next commit
  44. - Adds `alt+.` shortcut for the `gitlens.diffWithNext` command
  45. - Changes `shift+alt+p` shortcut to `alt+,` for the `gitlens.diffWithPrevious` command
  46. - Changes `alt+p` shortcut to `shift+alt+,` for the `gitlens.diffLineWithPrevious` command
  47. - Removes `gitlens.toggleCodeLens` from Command Palette when not available
  48. - Removes `gitlens.toggleCodeLens` shortcut key when not available
  49. - Fixes (#45)[https://github.com/eamodio/vscode-gitlens/issues/45] - Keyboard Shortcut collision with Project Manager
  50. ### 2.11.1
  51. - Adds blame and active line annotation support to git diff split view (right side)
  52. - Adds command (compare, copy sha/message, etc) support to git diff split view (right side)
  53. - Fixes intermittent issues when toggling whitespace for blame annotations
  54. ### 2.11.0
  55. - Adds `gitlens.showQuickCommitFileDetails` command to show a quick pick list of details for a file commit
  56. - Adds `gitlens.showQuickCommitFileDetails` command to CodeLens
  57. - Adds `gitlens.showQuickCommitFileDetails` command to the status bar
  58. - Adds `gitlens.closeUnchangedFiles` command to close any editors that don't have uncommitted changes
  59. - Adds `gitlens.openChangedFiles` command to open all files that have uncommitted changes
  60. - Adds `Directory Compare` (`gitlens.diffDirectory`) command to open the configured git difftool to compare directory versions
  61. - Adds `Directory Compare with Previous Commit` command on the `gitlens.showQuickCommitDetails` quick pick
  62. - Adds `Directory Compare with Working Tree` command on the `gitlens.showQuickCommitDetails` quick pick
  63. - Adds a `Changed Files` grouping on the `gitlens.showQuickCommitDetails` quick pick
  64. - Adds a `Close Unchanged Files` command on the `gitlens.showQuickRepoStatus` quick pick
  65. - Adds a contextual description to the `go back` command in quick pick lists
  66. - Changes layout of the `gitlens.showQuickRepoStatus` quick pick for better clarity
  67. - Changes behavior of `gitlens.showQuickCommitDetails` to show commit a quick pick list of details for a commit
  68. - Changes default of `gitlens.codeLens.recentChange.command` to be `gitlens.showQuickCommitFileDetails` (though there is no visible behavior change)
  69. - Renames `Open Files` to `Open Changed Files` on the `gitlens.showQuickCommitDetails` quick pick
  70. - Renames `Open Working Files` to `Open Changed Working Files` on the `gitlens.showQuickCommitDetails` quick pick
  71. - Renames `Show Changed Files` to `Show Commit Details` on the `gitlens.showQuickCommitFileDetails` quick pick
  72. - Renames `Open Files` to `Open Changed Files` on the `gitlens.showQuickRepoStatus` quick pick
  73. - Fixes [#44](https://github.com/eamodio/vscode-gitlens/issues/43) by adding a warning message about Git version requirements
  74. - Fixes intermittent errors when adding active line annotations
  75. - Fixes intermittent errors when opening multiple files via quick picks
  76. ### 2.10.1
  77. - Fixes [#43](https://github.com/eamodio/vscode-gitlens/issues/43) - File-level CodeLens isn't using the blame of the whole file as it should
  78. - Fixes issue with single quotes (') in annotations
  79. - Fixes output channel logging (also adds more debug information to CodeLens -- when enabled)
  80. ### 2.10.0
  81. - Adds blame and active line annotation support to git diff split view
  82. - Adds command (compare, copy sha/message, etc) support to git diff split view
  83. - Fixes startup failure if caching was disabled
  84. - Fixes missing `Compare Line with Previous Commit` context menu item
  85. - Fixes [#41](https://github.com/eamodio/vscode-gitlens/issues/41) - Toggle Blame annotations on compare files page
  86. - Fixes issue with undo (to a saved state) not causing annotations to reappear properly
  87. - Attempts to fix [#42](https://github.com/eamodio/vscode-gitlens/issues/42) - Cursor on Uncommitted message
  88. ### 2.9.0
  89. - To accomodate the realization that blame information is invalid when a file has unsaved changes, the following behavior changes have been made
  90. - Status bar blame information will hide
  91. - CodeLens change to a `Cannot determine...` message and become unclickable
  92. - Many menu choices and commands will hide
  93. - Fixes [#38](https://github.com/eamodio/vscode-gitlens/issues/38) - Toggle Blame Annotation button shows even when it isn't valid
  94. - Fixes [#36](https://github.com/eamodio/vscode-gitlens/issues/36) - Blame information is invalid when a file has unsaved changes
  95. ### 2.8.2
  96. - Adds `gitlens.blame.annotation.dateFormat` to specify how absolute commit dates will be shown in the blame annotations
  97. - Adds `gitlens.statusBar.date` to specify whether and how the commit date will be shown in the blame status bar
  98. - Adds `gitlens.statusBar.dateFormat` to specify how absolute commit dates will be shown in the blame status bar
  99. - Fixes [#39](https://github.com/eamodio/vscode-gitlens/issues/39) - Add date format options for status bar blame
  100. ### 2.8.1
  101. - Fixes issue where `Compare with *` commands fail to open when there is no active editor
  102. ### 2.8.0
  103. - Adds new `Open File` command on the `gitlens.showQuickCommitDetails` quick pick list to open the commit version of the file
  104. - Adds new `Open File` command on the `gitlens.showQuickCommitDetails` quick pick list to open the commit version of the files
  105. - Adds `alt+left` keyboard shortcut in quick pick list to `go back`
  106. - Adds `alt+right` keyboard shortcut in quick pick list to execute the currently selected item while keeping the quick pick open (in most cases)
  107. - `alt+right` keyboard shortcut on commit details file name, will open the commit version of the file
  108. - Indents the file statuses on the `gitlens.showQuickCommitDetails` quick pick list
  109. - Renames `Open File` to `Open Working File` on the `gitlens.showQuickCommitDetails` quick pick list
  110. - Renames `Open File` and `Open Working Files` on the `gitlens.showQuickCommitDetails` quick pick list
  111. - Reorders some quick pick lists
  112. - Fixes [#34](https://github.com/eamodio/vscode-gitlens/issues/34) - Open file should open the selected version of the file
  113. - Fixes some issue where some editors opened by the quickpick would not be opened in preview tabs
  114. - Fixes issue where copy to clipboard commands would fail if there was no active editor
  115. - Fixes issue where active line annotations would show for opened versioned files
  116. - Fixes issue where CodeLens compare commands on opened versioned files would fail
  117. ### 2.7.1
  118. - Adds proper support for multi-line commit messages
  119. - Fixes [#33](https://github.com/eamodio/vscode-gitlens/issues/33) - Commit message styled as title in popup, when message starts with hash symbol
  120. ### 2.7.0
  121. - Adds file status icons (added, modified, deleted, etc) to the `gitlens.showQuickCommitDetails` quick pick list
  122. - Adds `Copy Commit Sha to Clipboard` command to commit files quick pick list
  123. - Adds `Copy Commit Message to Clipboard` command to commit files quick pick list
  124. - Changes `Show Commit History` to `Show File History` on the `gitlens.showQuickCommitDetails` quick pick list
  125. - Changes `Show Previous Commit History` to `Show Previous File History` on the `gitlens.showQuickCommitDetails` quick pick list
  126. - Fixes issue with repository status when there are no changes
  127. - Fixes issue with `.` showing in the path of quick pick lists
  128. - Fixes logging to clean up on extension deactivate
  129. ### 2.6.0
  130. - Adds `gitlens.showQuickRepoStatus` command to show a quick pick list of files changed including status icons (added, modified, deleted, etc)
  131. - Adds `alt+s` shortcut for the `gitlens.showQuickRepoStatus` command
  132. ### 2.5.6
  133. - Fixes [#32](https://github.com/eamodio/vscode-gitlens/issues/32) - 00000000 Uncommitted changes distracting
  134. ### 2.5.5
  135. - Fixes [#25](https://github.com/eamodio/vscode-gitlens/issues/25) - Blame information isn't updated after git operations (commit, reset, etc)
  136. ### 2.5.4
  137. - Fixes extra spacing in annotations
  138. ### 2.5.3
  139. - Fixes [#27](https://github.com/eamodio/vscode-gitlens/issues/27) - Annotations are broken in vscode insider build
  140. ### 2.5.2
  141. - Adds `Open File` command to `gitlens.showQuickCommitDetails` quick pick list
  142. - Adds `Open Files` command to `gitlens.showQuickCommitDetails` quick pick list
  143. - Changes `Not Committed Yet` author for uncommitted changes to `Uncommitted`
  144. - Improves performance of git-log operations in `gitlens.diffWithPrevious` and `gitlens.diffWithWorking` commands
  145. - Fixes showing `gitlens.showQuickCommitDetails` quick pick list for uncommitted changes -- now shows the previous commit details
  146. ### 2.5.1
  147. - Adds `gitlens.copyMessageToClipboard` command to copy commit message to the clipboard
  148. - Adds `gitlens.copyMessageToClipboard` to the editor content menu
  149. - Adds `Copy Commit Message to Clipboard` command to `gitlens.showQuickCommitDetails` quick pick list
  150. - Changes behavior of `gitlens.copyShaToClipboard` to copy the sha of the most recent commit to the repository if there is no active editor
  151. - Changes behavior of `gitlens.showQuickFileHistory` to execute `gitlens.showQuickRepoHistory` if there is no active editor
  152. - Fixes issue where shortcut keys weren't disabled if GitLens was disabled
  153. ### 2.5.0
  154. - Overhauls the `gitlens.showQuickRepoHistory`, `gitlens.showQuickFileHistory`, and `gitlens.showQuickCommitDetails` quick pick lists
  155. - Adds `Show Repository History` command to `gitlens.showQuickFileHistory` quick pick list
  156. - Adds `Show Previous Commits History` command to `gitlens.showQuickCommitDetails` quick pick list
  157. - Adds `Show Commits History` command to `gitlens.showQuickCommitDetails` quick pick list
  158. - Adds `Copy Commit Sha to Clipboard` command to `gitlens.showQuickCommitDetails` quick pick list
  159. - Adds `Show Changed Files` command to `gitlens.showQuickCommitDetails` quick pick list
  160. - Adds more robust `go back` navigation in quick pick lists
  161. - Adds commit message to placeholder text of many quick pick lists
  162. - Adds icons for some commands
  163. - Adds `gitlens.diffWithPrevious` command to the editor content menu
  164. - Adds `gitlens.diffWithWorking` command to the editor content menu
  165. - Adds `gitlens.showQuickRepoHistory` and `gitlens.showQuickCommitDetails` commands to CodeLens
  166. - Adds `gitlens.showQuickRepoHistory` and `gitlens.showQuickCommitDetails` commands to the status bar
  167. - Changes the default command of `gitlens.codeLens.recentChange.command` to `gitlens.showQuickCommitDetails`
  168. - Changes the default command of `gitlens.statusBar.command` to `gitlens.showQuickCommitDetails`
  169. - Changes behavior of `gitlens.showQuickCommitDetails` to show commit commands rather than file set (use `Show Changed Files` command to get to the file set)
  170. - Changes `gitlens.diffWithPrevious` command to behave as `gitlens.diffWithWorking` if the file has uncommitted changes
  171. - Renames `gitlens.diffWithPrevious` command from `Diff Commit with Previous` to `Compare with Previous Commit`
  172. - Renames `gitlens.diffLineWithPrevious` command from `Diff Commit (line) with Previous` to `Compare Line with Previous Commit`
  173. - Renames `gitlens.diffWithWorking` command from `Diff Commit with Working Tree` to `Compare with Working Tree`
  174. - Renames `gitlens.diffLineWithWorking` command from `Diff Commit (line) with Working Tree` to `Compare Line with Working Tree`
  175. - Fixes issues with certain git commands not working on Windows
  176. - Fixes [#31](https://github.com/eamodio/vscode-gitlens/issues/31) - Disable gitlens if the project does not have `.git` folder
  177. - Fixes issue where quick pick lists could fail if there was no active editor
  178. - Fixes CodeLens not updating in response to configuration changes
  179. ### 2.1.1
  180. - Fixes overzealous active line annotation updating on document changes
  181. ### 2.1.0
  182. - Adds a new GitLens logo and changes all images to svg
  183. - Adds `alt+p` shortcut for the `gitlens.diffLineWithPrevious` command
  184. - Adds `shift+alt+p` shortcut for the `gitlens.diffWithPrevious` command
  185. - Adds `alt+w` shortcut for the `gitlens.diffLineWithWorking` command
  186. - Adds `shift+alt+w` shortcut for the `gitlens.diffWithWorking` command
  187. - Adds `gitlens.copyShaToClipboard` command to copy commit sha to the clipboard ([#28](https://github.com/eamodio/vscode-gitlens/issues/28))
  188. - Adds `gitlens.showQuickCommitDetails` command to show a quick pick list of details for a commit
  189. - Adds `go back` choice to `gitlens.showQuickCommitDetails`, `gitlens.showQuickFileHistory`, and `gitlens.showQuickRepoHistory` quick pick lists
  190. - Adds `gitlens.blame.annotation.highlight` to specify whether and how to highlight blame annotations ([#24](https://github.com/eamodio/vscode-gitlens/issues/24))
  191. - Greatly improves performance of line navigation when either active line annotations or status bar blame is enabled
  192. - Fixes [#29](https://github.com/eamodio/vscode-gitlens/issues/29) - Commit info tooltip duplicated for current line when blame is enabled
  193. - Fixes issue where sometimes the commit history shown wasn't complete
  194. - Fixes issues with `gitlens.diffLineWithPrevious` and `gitlens.diffWithPrevious` not following renames properly
  195. - Fixes issues with `gitlens.diffLineWithPrevious` and `gitlens.diffWithPrevious` not always grabbing the correct commit
  196. ### 2.0.2
  197. - Adds auto-enable of whitespace toggling when using font-ligatures because of [vscode issue](https://github.com/Microsoft/vscode/issues/11485)
  198. - Adds `gitlens.blame.annotation.characters.*` settings to provide some control over how annotations are displayed
  199. - Fixes [#22](https://github.com/eamodio/vscode-gitlens/issues/22) - Cannot read property 'sha' of undefined
  200. ### 2.0.1
  201. - Fixes [#26](https://github.com/eamodio/vscode-gitlens/issues/26) - Active line annotation doesn't disappear properly after delete
  202. ### 2.0.0
  203. - Adds `gitlens.blame.annotation.activeLine` to specify whether and how to show blame annotations on the active line
  204. - Adds full commit message (rather than just summary) to active line hover if `gitlens.blame.annotation.activeLine` is not `off`
  205. - Adds new `trailing` blame annotation style -- adds annotations after the code lines rather than before
  206. - Adds `gitlens.blame.annotation.message` to show the commit message in `expanded` and `trailing` blame annotation styles
  207. - Adds support for relative dates in blame annotations. Use `gitlens.blame.annotation.date`
  208. - Changes the design of hover annotations -- much cleaner now
  209. - 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`
  210. - Fixes issue where the status bar blame would get stuck switching between editors
  211. - Fixes issue where CodeLens aren't updated properly after a file is saved
  212. - Re-adds context menu for `gitlens.diffLineWithPrevious` -- since [vscode issue](https://github.com/Microsoft/vscode/issues/15395)
  213. - Re-adds context menu for `gitlens.diffLineWithWorking` -- since [vscode issue](https://github.com/Microsoft/vscode/issues/15395)
  214. ### 1.4.3
  215. - Adds some logging to hopefully trap [#22](https://github.com/eamodio/vscode-gitlens/issues/22) - Cannot read property 'sha' of undefined
  216. - Fixes issue with the latest insiders build (1.9.0-insider f67f87c5498d9361c0b29781c341fd032815314b) where there is a collision of document schemes
  217. ### 1.4.2
  218. - Fixes issue where file history wouldn't compare correctly to working tree if the filename had changed
  219. ### 1.4.1
  220. - 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
  221. ### 1.4.0
  222. - Adds `alt+h` shortcut for the `gitlens.showQuickFileHistory` command
  223. - Adds `shift+alt+h` shortcut for the `gitlens.showQuickRepoHistory` command
  224. - Adds `gitlens.advanced.maxQuickHistory` to limit the number of quick history entries to show (for better performance); Defaults to 200
  225. - Adds `gitlens.diffLineWithPrevious` as `alt` context menu item for `gitlens.diffWithPrevious`
  226. - Adds `gitlens.diffLineWithWorking` as `alt` context menu item for `gitlens.diffWithWorking`
  227. - Adds `gitlens.showFileHistory` as `alt` context menu item for `gitlens.showQuickFileHistory`
  228. - Removes context menu for `gitlens.diffLineWithPrevious` -- since it is now the `alt` of `gitlens.diffWithPrevious`
  229. - Removes context menu for `gitlens.diffLineWithWorking` -- since it is now the `alt` of `gitlens.diffWithWorking`
  230. - 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
  231. ### 1.3.1
  232. - Renames `Diff` commands for better clarity
  233. - Removes `Git` from the commands as it feels unnecessary
  234. - Reorders the context menu commands
  235. - Adds `Diff Commit with Working Tree` to the explorer context menu (assuming `gitlens.menus.fileDiff.enabled` is `true`)
  236. - Adds `Diff Commit with Working Tree` & `Diff Commit with Previous` to the editor title context menu (assuming `gitlens.menus.fileDiff.enabled` is `true`)
  237. ### 1.3.0
  238. - Adds support for blame and history (log) on files opened via compare commands -- allows for deep navigation through git history
  239. ### 1.2.0
  240. - Adds compare (working vs previous) options to repository history
  241. - Adds compare (working vs previous) options to file history
  242. - Fixes issue with repository history compare with commits with multiple files
  243. ### 1.1.1
  244. - Allows `gitlens.showQuickRepoHistory` command to run without an open editor (falls back to the folder repository)
  245. - Adds logging for tracking [#18](https://github.com/eamodio/vscode-gitlens/issues/18) - GitLens only displayed for some files
  246. ### 1.1.0
  247. - Adds new `gitlens.showQuickFileHistory` command to show the file history in a quick-pick list (palette)
  248. - Adds new `gitlens.showQuickRepoHistory` command to show the repository history in a quick-pick list (palette)
  249. - Adds `gitlens.showQuickFileHistory` option to the `gitlens.codeLens.recentChange.command`, `gitlens.codeLens.authors.command`, and `gitlens.statusBar.command` settings
  250. - Removes `git.viewFileHistory` option from the `gitlens.codeLens.recentChange.command`, `gitlens.codeLens.authors.command`, and `gitlens.statusBar.command` settings
  251. - Changes the `gitlens.statusBar.command` settings default to `gitlens.showQuickFileHistory` instead of `gitlens.toggleBlame`
  252. ### 1.0.2
  253. - Fixes [#16](https://github.com/eamodio/vscode-gitlens/issues/16) - incorrect 'Unable to find Git' message
  254. ### 1.0.0
  255. - Adds support for git history (log)!
  256. - Adds support for blame annotations and git commands on file revisions
  257. - Adds ability to show multiple blame annotation at the same time (one per vscode editor)
  258. - Adds new `gitlens.showFileHistory` command to open the history explorer
  259. - Adds new `gitlens.showFileHistory` option to the `gitlens.codeLens.recentChange.command`, `gitlens.codeLens.authors.command`, and `gitlens.statusBar.command` settings
  260. - Adds per-language CodeLens location customization using the `gitlens.codeLens.languageLocations` setting
  261. - Adds new `gitlens.diffLineWithPrevious` command for line sensitive diffs
  262. - Adds new `gitlens.diffLineWithWorking` command for line sensitive diffs
  263. - Adds `gitlens.diffWithPrevious` command to the explorer context menu
  264. - Adds output channel logging, controlled by the `gitlens.advanced.output.level` setting
  265. - Switches on-demand CodeLens to be a global toggle (rather than per file)
  266. - Complete rewrite of the blame annotation provider to reduce overhead and provide better performance
  267. - Improves performance of the CodeLens support
  268. - Improves performance (significantly) when only showing CodeLens at the document level
  269. - Improves performance of status bar blame support
  270. - Changes `gitlens.diffWithPrevious` command to always be file sensitive diffs
  271. - Changes `gitlens.diffWithWorking` command to always be file sensitive diffs
  272. - Removes all debug logging, unless the `gitlens.advanced.debug` settings it on
  273. - Fixes many (most?) issues with whitespace toggling (required because of https://github.com/Microsoft/vscode/issues/11485)
  274. - Fixes issue where blame annotations would not be cleared properly when switching between open files
  275. ### 0.5.5
  276. - Fixes another off-by-one issue when diffing with caching
  277. ### 0.5.4
  278. - Fixes off-by-one issues with blame annotations without caching and when diffing with a previous version
  279. ### 0.5.3
  280. - Adds better uncommitted hover message in blame annotations
  281. - Adds more protection for dealing with uncommitted lines
  282. ### 0.5.2
  283. - Fixes loading issue on Linux
  284. ### 0.5.1
  285. - Adds blame information in the status bar
  286. - Add new status bar settings -- see **Extension Settings** above for details
  287. - Renames the `gitlens.codeLens.recentChange.command` & `gitlens.codeLens.authors.command` settings options (to align with command names)
  288. - Adds new `gitlens.diffWithPrevious` option to the `gitlens.codeLens.recentChange.command` & `gitlens.codeLens.authors.command` settings
  289. - Fixes Diff with Previous when the selection is uncommitted
  290. - Removes `gitlens.blame.annotation.useCodeActions` setting and behavior
  291. ### 0.3.3
  292. - Fixes [#7](https://github.com/eamodio/vscode-gitlens/issues/7) - missing spawn-rx dependency (argh!)
  293. ### 0.3.2
  294. - Fixes [#7](https://github.com/eamodio/vscode-gitlens/issues/7) - missing lodash dependency
  295. ### 0.3.1
  296. - Adds new CodeLens visibility & location settings -- see **Extension Settings** above for details
  297. - Adds new command to toggle CodeLens on and off when `gitlens.codeLens.visibility` is set to `ondemand`
  298. ### 0.2.0
  299. - Fixes [#1](https://github.com/eamodio/vscode-gitlens/issues/1) - Support blame on files outside the workspace repository
  300. - Replaces blame regex parsing with a more robust parser
  301. - Fixes failures with Diff with Previous command
  302. - Fixes issues with blame explorer CodeLens when dealing with previous commits
  303. - Fixes display issues with compact blame annotations (now skips blank lines)
  304. ### 0.1.3
  305. - Improved blame annotations, now with sha and author by default
  306. - Add new blame annotation styles -- compact and expanded (default)
  307. - Adds many new configuration settings; see **Extension Settings** above for details
  308. ### 0.0.7
  309. - Fixes [#4](https://github.com/eamodio/vscode-gitlens/issues/4) - Absolute paths fail on Windows due to backslash (Really!)
  310. - Fixes [#5](https://github.com/eamodio/vscode-gitlens/issues/5) - Finding first non-white-space fails sometimes
  311. - Adds .gitignore checks to reduce the number of blame calls
  312. ### 0.0.6
  313. - Fixes [#2](https://github.com/eamodio/vscode-gitlens/issues/2) - [request] Provide some debug info when things fail
  314. - Fixes [#4](https://github.com/eamodio/vscode-gitlens/issues/4) - Absolute paths fail on Windows due to backslash
  315. - Attempts to scroll to the correct position when opening a diff
  316. ### 0.0.5
  317. - Fixes issues where filename changes in history would cause diffs to fails
  318. - Fixes some issues with uncommitted blames
  319. - Removes CodeLens from fields and single-line properties to reduce visual noise
  320. - Automatically turns off blame only when required now
  321. ### 0.0.4
  322. - Candidate for preview release on the vscode marketplace.
  323. ### 0.0.1
  324. - Initial release but still heavily a work in progress.