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.

131 lines
6.1 KiB

  1. ---
  2. ## Release Notes
  3. ### 1.3.0
  4. - Adds support for blame and history (log) on files opened via compare commands -- allows for deep navigation through git history
  5. ### 1.2.0
  6. - Adds compare (working vs previous) options to repository history
  7. - Adds compare (working vs previous) options to file history
  8. - Fixes issue with repository history compare with commits with multiple files
  9. ### 1.1.1
  10. - Allows `gitlens.showQuickRepoHistory` command to run without an open editor (falls back to the folder repository)
  11. - Adds logging for tracking [#18](https://github.com/eamodio/vscode-gitlens/issues/18) - GitLens only displayed for some files
  12. ### 1.1.0
  13. - Adds new `gitlens.showQuickFileHistory` command to show the file history in a quick-pick list (palette)
  14. - Adds new `gitlens.showQuickRepoHistory` command to show the repository history in a quick-pick list (palette)
  15. - Adds `gitlens.showQuickFileHistory` option to the `gitlens.codeLens.recentChange.command`, `gitlens.codeLens.authors.command`, and `gitlens.statusBar.command` settings
  16. - Removes `git.viewFileHistory` option from the `gitlens.codeLens.recentChange.command`, `gitlens.codeLens.authors.command`, and `gitlens.statusBar.command` settings
  17. - Changes the `gitlens.statusBar.command` settings default to `gitlens.showQuickFileHistory` instead of `gitlens.toggleBlame`
  18. ### 1.0.2
  19. - Fixes [#16](https://github.com/eamodio/vscode-gitlens/issues/16) - incorrect 'Unable to find Git' message
  20. ### 1.0.0
  21. - Adds support for git history (log)!
  22. - Adds support for blame annotations and git commands on file revisions
  23. - Adds ability to show multiple blame annotation at the same time (one per vscode editor)
  24. - Adds new `gitlens.showFileHistory` command to open the history explorer
  25. - Adds new `gitlens.showFileHistory` option to the `gitlens.codeLens.recentChange.command`, `gitlens.codeLens.authors.command`, and `gitlens.statusBar.command` settings
  26. - Adds per-language CodeLens location customization using the `gitlens.codeLens.languageLocations` setting
  27. - Adds new `gitlens.diffLineWithPrevious` command for line sensitive diffs
  28. - Adds new `gitlens.diffLineWithWorking` command for line sensitive diffs
  29. - Adds `gitlens.diffWithPrevious` command to the explorer context menu
  30. - Adds output channel logging, controlled by the `gitlens.advanced.output.level` setting
  31. - Switches on-demand CodeLens to be a global toggle (rather than per file)
  32. - Complete rewrite of the blame annotation provider to reduce overhead and provide better performance
  33. - Improves performance of the CodeLens support
  34. - Improves performance (significantly) when only showing CodeLens at the document level
  35. - Improves performance of status bar blame support
  36. - Changes `gitlens.diffWithPrevious` command to always be file sensitive diffs
  37. - Changes `gitlens.diffWithWorking` command to always be file sensitive diffs
  38. - Removes all debug logging, unless the `gitlens.advanced.debug` settings it on
  39. - Fixes many (most?) issues with whitespace toggling (required because of https://github.com/Microsoft/vscode/issues/11485)
  40. - Fixes issue where blame annotations would not be cleared properly when switching between open files
  41. ### 0.5.5
  42. - Fixes another off-by-one issue when diffing with caching
  43. ### 0.5.4
  44. - Fixes off-by-one issues with blame annotations without caching and when diffing with a previous version
  45. ### 0.5.3
  46. - Adds better uncommitted hover message in blame annotations
  47. - Adds more protection for dealing with uncommitted lines
  48. ### 0.5.2
  49. - Fixes loading issue on Linux
  50. ### 0.5.1
  51. - Adds blame information in the StatusBar
  52. - Add new StatusBar settings -- see **Extension Settings** above for details
  53. - Renames the `gitlens.codeLens.recentChange.command` & `gitlens.codeLens.authors.command` settings options (to align with command names)
  54. - Adds new `gitlens.diffWithPrevious` option to the `gitlens.codeLens.recentChange.command` & `gitlens.codeLens.authors.command` settings
  55. - Fixes Diff with Previous when the selection is uncommitted
  56. - Removes `gitlens.blame.annotation.useCodeActions` setting and behavior
  57. ### 0.3.3
  58. - Fixes [#7](https://github.com/eamodio/vscode-gitlens/issues/7) - missing spawn-rx dependency (argh!)
  59. ### 0.3.2
  60. - Fixes [#7](https://github.com/eamodio/vscode-gitlens/issues/7) - missing lodash dependency
  61. ### 0.3.1
  62. - Adds new CodeLens visibility & location settings -- see **Extension Settings** above for details
  63. - Adds new command to toggle CodeLens on and off when `gitlens.codeLens.visibility` is set to `ondemand`
  64. ### 0.2.0
  65. - Fixes [#1](https://github.com/eamodio/vscode-gitlens/issues/1) - Support blame on files outside the workspace repository
  66. - Replaces blame regex parsing with a more robust parser
  67. - Fixes failures with Diff with Previous command
  68. - Fixes issues with blame explorer CodeLens when dealing with previous commits
  69. - Fixes display issues with compact blame annotations (now skips blank lines)
  70. ### 0.1.3
  71. - Improved blame annotations, now with sha and author by default
  72. - Add new blame annotation styles -- compact and expanded (default)
  73. - Adds many new configuration settings; see **Extension Settings** above for details
  74. ### 0.0.7
  75. - Fixes [#4](https://github.com/eamodio/vscode-gitlens/issues/4) - Absolute paths fail on Windows due to backslash (Really!)
  76. - Fixes [#5](https://github.com/eamodio/vscode-gitlens/issues/5) - Finding first non-white-space fails sometimes
  77. - Adds .gitignore checks to reduce the number of blame calls
  78. ### 0.0.6
  79. - Fixes [#2](https://github.com/eamodio/vscode-gitlens/issues/2) - [request] Provide some debug info when things fail
  80. - Fixes [#4](https://github.com/eamodio/vscode-gitlens/issues/4) - Absolute paths fail on Windows due to backslash
  81. - Attempts to scroll to the correct position when opening a diff
  82. ### 0.0.5
  83. - Fixes issues where filename changes in history would cause diffs to fails
  84. - Fixes some issues with uncommitted blames
  85. - Removes CodeLens from fields and single-line properties to reduce visual noise
  86. - Automatically turns off blame only when required now
  87. ### 0.0.4
  88. Candidate for preview release on the vscode marketplace.
  89. ### 0.0.1
  90. Initial release but still heavily a work in progress.