You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-18
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
# Change Log
2
2
3
-
## 10.11.0 (May, 09, 2024)
3
+
## 11.0.0 (May xx, 2024)
4
+
* 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).
5
+
* Fun fact: This number was selected as it is the last power of 2 lower than 20000. It has no other significance.
6
+
7
+
## 10.11.0 (May 09, 2024)
4
8
* Feature: *Copy commit hash on info message click [#171](https://github.com/Sertion/vscode-gitblame/issues/171)* Thanks to [Harsh](https://github.com/harshbhatt).
5
9
* Fix: Updating dependencies
6
10
7
-
## 10.10.1 (April, 30, 2024)
11
+
## 10.10.1 (April 30, 2024)
8
12
* 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).
9
13
* Fix: Updating dependencies
10
14
@@ -52,7 +56,7 @@
52
56
53
57
## 10.3.0 (June 23, 2023)
54
58
* 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)!
55
-
* New setting `gitblame.parallelBlames`controlls how many git blame processes that will run in parallel. Defaults to `2`.
59
+
* New setting `gitblame.parallelBlames`controls how many git blame processes that will run in parallel. Defaults to `2`.
56
60
* Bug: Blame completing can sometimes update the status bar to info from the wrong file
57
61
* Fix: Fewer dev dependencies
58
62
@@ -121,7 +125,7 @@
121
125
* Fix: CHANGELOG.md link to contributor
122
126
123
127
## 8.2.0 (May 13, 2022)
124
-
* Feature: Blame information as soon as it is avalible. This will allow some lines to show blame information while others still are waiting for `git blame`.
128
+
* Feature: Blame information as soon as it is available. This will allow some lines to show blame information while others still are waiting for `git blame`.
* Bug: Blame info persistent over file change and file close [#115](https://github.com/Sertion/vscode-gitblame/issues/115) (Thanks to [Wenfang Du](https://github.com/wenfangdu) and [Viktor Stenqvist](https://github.com/Yottster))
127
131
* Bug: commit.summary before commit.hash_short causes display bug [#119](https://github.com/Sertion/vscode-gitblame/issues/119) (Thanks to [Cathryne Linenweaver](https://github.com/Cathryne))
@@ -182,7 +186,7 @@
182
186
* Bug: Stuck Waiting for git blame response (6.0.0) [#95](https://github.com/Sertion/vscode-gitblame/issues/95) (Thanks to [Vadzim Dambrouski](https://github.com/pftbest))
183
187
184
188
## 6.0.0 (October 14, 2020)
185
-
* Breaking change: Removing setting `gitblame.logNonCritical` as we no longer produce any ciritcal errors
189
+
* Breaking change: Removing setting `gitblame.logNonCritical` as we no longer produce any critical errors
186
190
* Breaking change: The token `${|mod}` now expands to `|mod`, previously `${|mod}`
187
191
* Breaking change: Renamed output channel from "Extension: gitblame" to "gitblame"
188
192
* Bug: "Waiting for git blame response" (5.0.1) [#92](https://github.com/Sertion/vscode-gitblame/issues/92) (Thanks to [Dominik Zogg](https://github.com/dominikzogg) and [Alex Shelmire](https://github.com/shelmire))
@@ -204,15 +208,15 @@
204
208
## 4.1.0 (July 09, 2020)
205
209
* Feature: Improve time ago estimate [#83](https://github.com/Sertion/vscode-gitblame/pull/83) (Thanks to [Ben Langlois](https://github.com/BenLanglois))
206
210
* Feature: Unable to open '': File is a directory. [#84](https://github.com/Sertion/vscode-gitblame/issues/84) (Thanks to [Matt Fletcher](https://github.com/MaffooBristol))
* Bug: Undocumented change to [StatusBarItem api](https://code.visualstudio.com/api/references/vscode-api#StatusBarItem)[#82](https://github.com/Sertion/vscode-gitblame/issues/82) (Thanks to [Mike MacCana](https://github.com/mikemaccana))
213
217
214
218
## 4.0.0 (May 01, 2020)
215
-
*Deprication: Removing all depricated message token
219
+
*Deprecation: Removing all deprecated message token
216
220
* Feature: It is now able to limit the length of the summary [#81](https://github.com/Sertion/vscode-gitblame/issues/81) (Thanks to [Diab Neiroukh](https://github.com/lazerl0rd))
217
221
218
222
## 3.2.0 (March 09, 2020)
@@ -230,19 +234,19 @@
230
234
* Fix: Updating dependencies
231
235
232
236
## 3.0.1 (August 02, 2019)
233
-
* Bug: Removing depricated token from default value for `gitblame.infoMessageFormat`[#57](https://github.com/Sertion/vscode-gitblame/issues/57) (Thanks to [Kyngo](https://github.com/Kyngo))
237
+
* Bug: Removing deprecated token from default value for `gitblame.infoMessageFormat`[#57](https://github.com/Sertion/vscode-gitblame/issues/57) (Thanks to [Kyngo](https://github.com/Kyngo))
234
238
235
239
## 3.0.0 (July 27, 2019)
236
240
* Bug: Fixing rare bug where swapping between different file views didn't update the view
237
-
*Deprication: Removing the `.custom` tokens from status bar message
238
-
*Deprication: The `.from` token now is identical to `.ago`
239
-
*Deprication: Removing the `commit.filename` tokens from status bar message
240
-
*Deprication: Removing custom spinner support (`gitblame.progressSpinner`)
241
-
*Deprication: Removing log levels (`gitblame.logLevel`). It is replaced by `gitblame.logNonCritical` (defaults to `true`)
241
+
*Deprecation: Removing the `.custom` tokens from status bar message
242
+
*Deprecation: The `.from` token now is identical to `.ago`
243
+
*Deprecation: Removing the `commit.filename` tokens from status bar message
244
+
*Deprecation: Removing custom spinner support (`gitblame.progressSpinner`)
245
+
*Deprecation: Removing log levels (`gitblame.logLevel`). It is replaced by `gitblame.logNonCritical` (defaults to `true`)
242
246
* Feature: Blame cache is now tied to the open document. Closing the document will clear if from the cache
243
247
* Feature: Move to the new `@types/vscode` and `vscode-test` packages
244
248
* Feature: Move to new build system
245
-
* Fix: Removeing or updating dependencies
249
+
* Fix: Removing or updating dependencies
246
250
247
251
The removal of the custom-token allows us to remove our dependency on moment. This lowers the extension bundle size from 850 kb to about 100 kb.
248
252
@@ -293,8 +297,8 @@ There is a new setting called `gitblame.pluralWebPathSubstrings`. It is an array
293
297
* Feature: We now use `vscode.git` to find your git binary.
294
298
* Fix: Change the default info message format to be prefixed by the date instead of the commit hash. It is in ISO 8601 with dashes for separator.
295
299
* Fix: Updating Readme to better guide Bitbucket users to the `isWebPathPlural` setting.
296
-
* Fix: Removed `internalHashLength` setting. We now alsways use the whole hash.
297
-
* Fix: Moved back to using [`fs.watch`](https://nodejs.org/api/fs.html#fs_fs_watch_filename_options_listener) from [`workspace.FileSystemWatcher`](https://code.visualstudio.com/docs/extensionAPI/vscode-api#workspace.createFileSystemWatcher) after getting reposts that file watching is having issues.
300
+
* Fix: Removed `internalHashLength` setting. We now always use the whole hash.
301
+
* Fix: Moved back to using [`fs.watch`](https://nodejs.org/api/fs.html#fs_fs_watch_filename_options_listener) from [`workspace.FileSystemWatcher`](https://code.visualstudio.com/docs/extensionAPI/vscode-api#workspace.createFileSystemWatcher) after getting reports that file watching is having issues.
298
302
* Fix: Better handling of ENOENT in git command runner. [#41](https://github.com/Sertion/vscode-gitblame/pull/41) (Thanks to [Yottster](https://github.com/Yottster))
299
303
* Fix: Moved to strict TypeScript.
300
304
* Fix: Updating dependencies
@@ -305,7 +309,7 @@ There is a new setting called `gitblame.pluralWebPathSubstrings`. It is an array
305
309
306
310
## 2.4.3 (August 01, 2018)
307
311
308
-
* Bug: Showing unedited gitblame info template when running *Show quick Info* on unblameable line (Thanks to [BerndErnst](https://github.com/BerndErnst))
312
+
* Bug: Showing unedited gitblame info template when running *Show quick Info* on un-blameable line (Thanks to [BerndErnst](https://github.com/BerndErnst))
309
313
* Bug: Using a map instead of an object for storing git blame file cache. Now we can blame files named `__proto__` etc.
310
314
311
315
## 2.4.2 (April 05, 2018)
@@ -326,7 +330,7 @@ There is a new setting called `gitblame.pluralWebPathSubstrings`. It is an array
326
330
327
331
## 2.3.0 (March 24, 2018)
328
332
329
-
* Feature: Atempting to auto detect if you use a known git web interface [#15](https://github.com/Sertion/vscode-gitblame/issues/15) (Thanks to [@Fidge123](https://github.com/Fidge123), [@sabrehagen](https://github.com/sabrehagen), [@henvic](https://github.com/henvic), and an extra thanks to [@neerolyte](https://github.com/neerolyte))
333
+
* Feature: Attempting to auto detect if you use a known git web interface [#15](https://github.com/Sertion/vscode-gitblame/issues/15) (Thanks to [@Fidge123](https://github.com/Fidge123), [@sabrehagen](https://github.com/sabrehagen), [@henvic](https://github.com/henvic), and an extra thanks to [@neerolyte](https://github.com/neerolyte))
330
334
* Feature: Added `gitblame.statusBarPositionPriority` for moving the status bar view [#25](https://github.com/Sertion/vscode-gitblame/issues/25) (Thanks to [@jvoigt](https://github.com/jvoigt))
331
335
* Fix: Merging `GitBlame` and `GitBlameController` to `GitBlame`
Git blame adds git blame information to your vscode compatible view. See information about what commit last changed a line and how long ago it was. Click the message to see more information about the commit. It is possible to edit all of these information messages in the settings. There are multiple tokens avalible. These are described below.
13
+
Git blame adds git blame information to your vscode compatible view. See information about what commit last changed a line and how long ago it was. Click the message to see more information about the commit. It is possible to edit all of these information messages in the settings. There are multiple tokens available. These are described below.
14
14
15
15
Git Blame works very well with WSL but does not work with the web browser based vscode compatible editors.
16
16
@@ -105,7 +105,7 @@ Message on the current line when no commit can be found. _No available tokens_.
105
105
106
106
> Default value: `false`
107
107
108
-
To enable the inline git blame view. Shows blame information at the end of the current line if avalible.
108
+
To enable the inline git blame view. Shows blame information at the end of the current line if available.
0 commit comments