Skip to content

Commit b8322f1

Browse files
committed
Preps v3.5.0-beta
1 parent 8623e66 commit b8322f1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
## Release Notes
22

3+
### 3.5.0-beta
4+
- Improves performance
5+
- Reduces the number of git calls on known "untrackables"
6+
- Caches many more git commands to reduce git command roundtrips and parsing
7+
- Increases the debounce (delay) on cursor movement to reduce lag when navigating around a file
8+
- Adds diff information (previous line's code) into the active line hover when the current line is uncommitted
9+
- Adds `gitlens.statusBar.alignment` settings to control the alignment of the status bar -- thanks to Zack Schuster (@zackschuster)!
10+
- Adds `Open Branch in Remote` command (`gitlens.openBranchInRemote`) — opens the current branch commits in the supported remote service
11+
- Adds `Open Repository in Remote` command (`gitlens.openRepoInRemote`) — opens the repository in the supported remote service
12+
- Adds support to the `Search commits` command (`gitlens.showCommitSearch`) to work without any active editor
13+
- Adds commit search pre-population -- if there is an active editor it will use the commit sha of the current line commit, otherwise it will use the current clipboard
14+
- Changes the active line hover to only show at the beginning and end of a line if `gitlens.blame.annotation.activeLine` is `both`
15+
- Changes `alt+f` shortcut to `alt+/` for the `Search commits` command (`gitlens.showCommitSearch`)
16+
- Changes `alt+right` on commit details quick pick menu to execute the `Compare File with Previous Commit` command (`gitlens.diffWithPrevious`) when a file is selected
17+
- Changes `alt+right` on repository status quick pick menu to execute the `Compare File with Previous Commit` command (`gitlens.diffWithPrevious`) when a file is selected
18+
- Fixes incorrect file selection from the commit details quick pick menu
19+
- Fixes incorrect command execution when using `"gitlens.statusBar.command": "gitlens.showQuickRepoHistory"`
20+
- Fixes a bunch of issue that were revealed by enabling Typescript `strict` mode
21+
- Refactors command argument passing to allow for future inclusion into the SCM menus
22+
323
### 3.4.9
424
- Adds better support for deleted files when choosing `Open Changed Files` via in quick pick menus - now opens the file revision from the previous commit
525
- Adds better support for deleted files when using `alt+right arrow` shortcut on the commit details quick pick menu - now opens the file revision from the previous commit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlens",
3-
"version": "3.4.9",
3+
"version": "3.5.0-beta",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)