|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 11.1.2 (February 14, 2025) |
| 4 | +* Bug: Fix gitorigin.port error for http(s) [#188](https://github.com/Sertion/vscode-gitblame/pull/182). Thanks to [yuanliuu](https://github.com/yuanliuu)! |
| 5 | +* Fix: Updating dependencies |
| 6 | +* Fix: Update CHANGELOG.md format |
| 7 | + |
3 | 8 | ## 11.1.1 (October 10, 2024)
|
4 | 9 | * Fix: Fix for Default value of gitblame.commitUrl [#182](https://github.com/Sertion/vscode-gitblame/pull/182). Thanks to [Kovbas](https://github.com/Kovbas)!
|
5 | 10 | * Fix: Split the changelog into two files. Old changes live in [CHANGELOG OLD.md](./CHANGELOG%20OLD.md)
|
6 | 11 | * FIX: Update release date for 11.1.0.
|
7 | 12 |
|
8 | 13 | ## 11.1.0 (October 03, 2024)
|
9 |
| -* Feature: Adding a new setting that modifies the `user.name` and `committer.name` token: `gitblame.currentUserAlias`. [#181](https://github.com/Sertion/vscode-gitblame/issues/181) Thanks to [Antecer](https://github.com/Antecer) |
| 14 | +* Feature: Adding a new setting that modifies the `user.name` and `committer.name` token: `gitblame.currentUserAlias`. [#181](https://github.com/Sertion/vscode-gitblame/issues/181). Thanks to [Antecer](https://github.com/Antecer)! |
10 | 15 | * When set its value will be printed instead of the name when the commit author or committer email matches the current git config `user.email`.
|
11 | 16 | * Fix: Updating dependencies
|
12 | 17 |
|
|
15 | 20 | * Fix: Updating dependencies
|
16 | 21 |
|
17 | 22 | ## 11.0.1 (May 29, 2024)
|
18 |
| -* Bug: Environment parameters are no longer sent to git commands [#174](https://github.com/Sertion/vscode-gitblame/issues/174) Thanks to [Martijn Hols](https://github.com/MartijnHols), [amc6](https://github.com/amc6), and especially [Alex Neo](https://github.com/alexneo2003)! |
| 23 | +* Bug: Environment parameters are no longer sent to git commands [#174](https://github.com/Sertion/vscode-gitblame/issues/174). Thanks to [Martijn Hols](https://github.com/MartijnHols), [amc6](https://github.com/amc6), and especially [Alex Neo](https://github.com/alexneo2003)! |
19 | 24 |
|
20 | 25 | ## 11.0.0 (May 21, 2024)
|
21 |
| -* Feature: Will no longer blame files with more lines than `gitblame.maxLineCount` (default `16384`) [#172](https://github.com/Sertion/vscode-gitblame/issues/172)* Thanks to [webextensions](https://github.com/webextensions). |
| 26 | +* Feature: Will no longer blame files with more lines than `gitblame.maxLineCount` (default `16384`) [#172](https://github.com/Sertion/vscode-gitblame/issues/172). Thanks to [webextensions](https://github.com/webextensions)! |
22 | 27 | * Fun fact: This number was selected as it is the last power of 2 lower than 20000. It has no other significance.
|
23 | 28 |
|
24 | 29 | ## 10.11.0 (May 09, 2024)
|
25 |
| -* Feature: *Copy commit hash on info message click [#171](https://github.com/Sertion/vscode-gitblame/issues/171)* Thanks to [Harsh](https://github.com/harshbhatt). |
| 30 | +* Feature: *Copy commit hash on info message click [#171](https://github.com/Sertion/vscode-gitblame/issues/171)*. Thanks to [Harsh](https://github.com/harshbhatt)! |
26 | 31 | * Fix: Updating dependencies
|
27 | 32 |
|
28 | 33 | ## 10.10.1 (April 30, 2024)
|
29 |
| -* Bug: *Status Bar block disappears after a change in extension settings [#155](https://github.com/Sertion/vscode-gitblame/issues/155)* Thanks to [ADTC](https://github.com/ADTC). |
| 34 | +* Bug: *Status Bar block disappears after a change in extension settings [#155](https://github.com/Sertion/vscode-gitblame/issues/155)*. Thanks to [ADTC](https://github.com/ADTC)! |
30 | 35 | * Fix: Updating dependencies
|
31 | 36 |
|
32 | 37 | ## 10.10.0 (March 12, 2024)
|
|
35 | 40 | * Fix: Updating dependencies
|
36 | 41 |
|
37 | 42 | ## 10.9.0 (February 06, 2024)
|
38 |
| -* Feature: Moving "Waiting for git blame response" to the tool tip and replacing the spinning icon with a non-spinning version while waiting for blame information for a line. [#167](https://github.com/Sertion/vscode-gitblame/issues/163) Thanks to [Benjamin Pasero](https://github.com/bpasero) and [Jasper Trooster](https://github.com/Japsert). |
| 43 | +* Feature: Moving "Waiting for git blame response" to the tool tip and replacing the spinning icon with a non-spinning version while waiting for blame information for a line. [#167](https://github.com/Sertion/vscode-gitblame/issues/163) Thanks to [Benjamin Pasero](https://github.com/bpasero) and [Jasper Trooster](https://github.com/Japsert)! |
39 | 44 |
|
40 | 45 | ## 10.8.0 (February 02, 2024)
|
41 |
| -* Feature: *Define a custom theme color for the inline message [#168](https://github.com/Sertion/vscode-gitblame/issues/168)* Thanks to [Johannes Rieken ](https://github.com/jrieken) |
| 46 | +* Feature: *Define a custom theme color for the inline message [#168](https://github.com/Sertion/vscode-gitblame/issues/168)*. Thanks to [Johannes Rieken ](https://github.com/jrieken)! |
42 | 47 | * You can [customise the inline blame message by overriding `gitblame.inlineMessage`](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme)
|
43 | 48 |
|
44 | 49 | ## 10.7.1 (January 24, 2024)
|
45 |
| -* Bug: *Incorrect issues URL in changelog [#166](https://github.com/Sertion/vscode-gitblame/issues/166)* Thanks to [Minobi](https://github.com/Minobi). |
| 50 | +* Bug: *Incorrect issues URL in changelog [#166](https://github.com/Sertion/vscode-gitblame/issues/166)*. Thanks to [Minobi](https://github.com/Minobi)! |
46 | 51 |
|
47 | 52 | ## 10.7.0 (January 20, 2024)
|
48 |
| -* Feature: New setting `gitblame.revsFile` [#165](https://github.com/Sertion/vscode-gitblame/issues/165) Thanks to [mpawlowski-eyeo](https://github.com/mpawlowski-eyeo). |
| 53 | +* Feature: New setting `gitblame.revsFile` [#165](https://github.com/Sertion/vscode-gitblame/issues/165) Thanks to [mpawlowski-eyeo](https://github.com/mpawlowski-eyeo)! |
49 | 54 | * Fix: Updating dependencies
|
50 | 55 |
|
51 | 56 | ## 10.6.0 (December 11, 2023)
|
52 |
| -* Bug/Breaking: *`gitblame.delayBlame` triggers for each character typed [#160](https://github.com/Sertion/vscode-gitblame/issues/160)* Thanks to [redactedscribe](https://github.com/redactedscribe). |
| 57 | +* Bug/Breaking: *`gitblame.delayBlame` triggers for each character typed [#160](https://github.com/Sertion/vscode-gitblame/issues/160)*. Thanks to [redactedscribe](https://github.com/redactedscribe)! |
53 | 58 | * Fix: Updating dependencies
|
54 | 59 |
|
55 | 60 | ## 10.5.1 (September 24, 2023)
|
56 |
| -* Bug: *TypeError: Cannot read properties of undefined (reading 'toLowerCase') [#155](https://github.com/Sertion/vscode-gitblame/issues/155)* Thanks to [Andre Figueiredo](https://github.com/andretf). |
| 61 | +* Bug: *TypeError: Cannot read properties of undefined (reading 'toLowerCase') [#155](https://github.com/Sertion/vscode-gitblame/issues/155)*. Thanks to [Andre Figueiredo](https://github.com/andretf)! |
57 | 62 | * Fix: Builds now target ES2022
|
58 | 63 | * Fix: Updating dependencies
|
59 | 64 |
|
|
67 | 72 | ## 10.4.0 (July 08, 2023)
|
68 | 73 | * Feature: Open `git show` for the commit on the last selected line in the terminal from the info message or from the `gitblame.gitShow` command
|
69 | 74 | * It is also possible to change the status bar button default behavor to run git show by changing `gitblame.statusBarMessageClickAction` to `"Open git show"`
|
70 |
| -* Bug: Attempting to fix *Extension causes high cpu load ([#145](https://github.com/Sertion/vscode-gitblame/issues/145))* Thanks to [joshrbarcodefactory](https://github.com/joshrbarcodefactory) for uploading the CPU snapshot! |
| 75 | +* Bug: Attempting to fix *Extension causes high cpu load ([#145](https://github.com/Sertion/vscode-gitblame/issues/145))*. Thanks to [joshrbarcodefactory](https://github.com/joshrbarcodefactory) for uploading the CPU snapshot! |
71 | 76 | * Fix: Updating dependencies
|
72 | 77 | * Fix: Updated README.md
|
73 | 78 |
|
74 | 79 | ## 10.3.0 (June 23, 2023)
|
75 |
| -* Bug: Spawns many Git processes and uses up CPU ([#144](https://github.com/Sertion/vscode-gitblame/issues/144)) Thanks to [Theo Crandall](https://github.com/thrandale)! |
| 80 | +* Bug: Spawns many Git processes and uses up CPU ([#144](https://github.com/Sertion/vscode-gitblame/issues/144)). Thanks to [Theo Crandall](https://github.com/thrandale)! |
76 | 81 | * New setting `gitblame.parallelBlames` controls how many git blame processes that will run in parallel. Defaults to `2`.
|
77 | 82 | * Bug: Blame completing can sometimes update the status bar to info from the wrong file
|
78 | 83 | * Fix: Fewer dev dependencies
|
79 | 84 |
|
80 | 85 | ## 10.2.1 (June 21, 2023)
|
81 |
| -* Bug: Inline message drawn on top of code when backspacing from EOL ([#142](https://github.com/Sertion/vscode-gitblame/issues/142)) Thanks to [Kim Alford](https://github.com/kgalford1)! |
| 86 | +* Bug: Inline message drawn on top of code when backspacing from EOL ([#142](https://github.com/Sertion/vscode-gitblame/issues/142)). Thanks to [Kim Alford](https://github.com/kgalford1)! |
82 | 87 | * Fix: Hide blame decorator saving a file
|
83 | 88 | * Fix: Updated unclear error message
|
84 | 89 | * Fix: Added `${project.defaultbranch}` to the readme
|
|
87 | 92 | ## 10.2.0 (April 8, 2023)
|
88 | 93 | * Feature: Add a delay before blame is shown ([#139](https://github.com/Sertion/vscode-gitblame/issues/139)) [#141](https://github.com/Sertion/vscode-gitblame/pull/141). Thanks to [Ajith Aravind](https://github.com/aaravind100) for the PR and request!
|
89 | 94 | * Set `gitblame.delayBlame` to add a timeout from when navigating to a line to when the blame information is shown
|
90 |
| -* Feature: Master or Main [#134](https://github.com/Sertion/vscode-gitblame/issues/134) (Thanks to [Pierre Hersant](https://github.com/elcortez)) |
| 95 | +* Feature: Master or Main [#134](https://github.com/Sertion/vscode-gitblame/issues/134). Thanks to [Pierre Hersant](https://github.com/elcortez)! |
91 | 96 | * New token for `gitblame.commitUrl`: `${project.defaultbranch}` - The current projects default branch
|
92 | 97 | * Fix: Updating dependencies
|
93 | 98 |
|
|
107 | 112 |
|
108 | 113 | # Older Changes
|
109 | 114 |
|
110 |
| -For older changes please see [CHANGELOG OLD.md](./CHANGELOG%20OLD.md). |
| 115 | +For older changes please see [CHANGELOG OLD.md](./CHANGELOG%20OLD.md). |
0 commit comments