Skip to content

Commit 6e10788

Browse files
committed
v11.1.2
1 parent 7af9bbe commit 6e10788

File tree

4 files changed

+159
-136
lines changed

4 files changed

+159
-136
lines changed

CHANGELOG.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Change Log
22

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+
38
## 11.1.1 (October 10, 2024)
49
* Fix: Fix for Default value of gitblame.commitUrl [#182](https://github.com/Sertion/vscode-gitblame/pull/182). Thanks to [Kovbas](https://github.com/Kovbas)!
510
* Fix: Split the changelog into two files. Old changes live in [CHANGELOG OLD.md](./CHANGELOG%20OLD.md)
611
* FIX: Update release date for 11.1.0.
712

813
## 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)!
1015
* 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`.
1116
* Fix: Updating dependencies
1217

@@ -15,18 +20,18 @@
1520
* Fix: Updating dependencies
1621

1722
## 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)!
1924

2025
## 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)!
2227
* Fun fact: This number was selected as it is the last power of 2 lower than 20000. It has no other significance.
2328

2429
## 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)!
2631
* Fix: Updating dependencies
2732

2833
## 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)!
3035
* Fix: Updating dependencies
3136

3237
## 10.10.0 (March 12, 2024)
@@ -35,25 +40,25 @@
3540
* Fix: Updating dependencies
3641

3742
## 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)!
3944

4045
## 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)!
4247
* You can [customise the inline blame message by overriding `gitblame.inlineMessage`](https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme)
4348

4449
## 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)!
4651

4752
## 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)!
4954
* Fix: Updating dependencies
5055

5156
## 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)!
5358
* Fix: Updating dependencies
5459

5560
## 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)!
5762
* Fix: Builds now target ES2022
5863
* Fix: Updating dependencies
5964

@@ -67,18 +72,18 @@
6772
## 10.4.0 (July 08, 2023)
6873
* 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
6974
* 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!
7176
* Fix: Updating dependencies
7277
* Fix: Updated README.md
7378

7479
## 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)!
7681
* New setting `gitblame.parallelBlames` controls how many git blame processes that will run in parallel. Defaults to `2`.
7782
* Bug: Blame completing can sometimes update the status bar to info from the wrong file
7883
* Fix: Fewer dev dependencies
7984

8085
## 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)!
8287
* Fix: Hide blame decorator saving a file
8388
* Fix: Updated unclear error message
8489
* Fix: Added `${project.defaultbranch}` to the readme
@@ -87,7 +92,7 @@
8792
## 10.2.0 (April 8, 2023)
8893
* 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!
8994
* 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)!
9196
* New token for `gitblame.commitUrl`: `${project.defaultbranch}` - The current projects default branch
9297
* Fix: Updating dependencies
9398

@@ -107,4 +112,4 @@
107112

108113
# Older Changes
109114

110-
For older changes please see [CHANGELOG OLD.md](./CHANGELOG%20OLD.md).
115+
For older changes please see [CHANGELOG OLD.md](./CHANGELOG%20OLD.md).

esbuild.mjs renamed to esbuild.mts

File renamed without changes.

0 commit comments

Comments
 (0)