Skip to content

Commit 535e627

Browse files
committed
Preps v3.5.0-beta.2
1 parent 8a74950 commit 535e627

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [3.5.0-beta.2] - 2017-05-23
8+
### Fixed
9+
- Fixes [#40](https://github.com/eamodio/vscode-gitlens/issues/40) - Encoding issues
10+
- Given the limitations of the vscode api, I'm unable to fix all the encoding issues, but many of them should now be squashed
11+
- `files.encoding` is now honored for the cases where the encoding cannot currently be gleaned
12+
713
## [3.5.0-beta] - 2017-05-23
814
### Added
915
- Improves performance
1016
- Reduces the number of git calls on known "untrackables"
1117
- Caches many more git commands to reduce git command roundtrips and parsing
1218
- Increases the debounce (delay) on cursor movement to reduce lag when navigating around a file
1319
- Adds diff information (previous line's code) into the active line hover when the current line is uncommitted
14-
- Adds `gitlens.statusBar.alignment` settings to control the alignment of the status bar -- thanks to Zack Schuster (@zackschuster)!
20+
- Adds `gitlens.statusBar.alignment` settings to control the alignment of the status bar -- thanks to [PR #72](https://github.com/eamodio/vscode-gitlens/pull/72) by Zack Schuster ([@zackschuster](https://github.com/zackschuster))!
1521
- Adds `Open Branch in Remote` command (`gitlens.openBranchInRemote`) - opens the current branch commits in the supported remote service
1622
- Adds `Open Repository in Remote` command (`gitlens.openRepoInRemote`) - opens the repository in the supported remote service
1723
- Adds support to the `Search commits` command (`gitlens.showCommitSearch`) to work without any active editor

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,10 @@ GitLens is highly customizable and provides many configuration settings to allow
219219

220220
- If the `Copy to * clipboard` commands don't work on Linux -- `xclip` needs to be installed. You can install it via `sudo apt-get install xclip`
221221
- Visible whitespace causes issues ([vscode issue #11485](https://github.com/Microsoft/vscode/issues/11485)) with the `expanded` and `compact` blame annotation styles when using a non-monospace font -- set `"gitlens.advanced.toggleWhitespace.enabled": true` if you are using a non-monospace font
222+
223+
## Contributors
224+
225+
A big thanks to the people that have contributed to this project:
226+
227+
- Aurelio Ogliari ([@nobitagit](https://github.com/nobitagit)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=nobitagit)
228+
- Zack Schuster ([@zackschuster](https://github.com/zackschuster)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=zackschuster)

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.5.0-beta",
3+
"version": "3.5.0-beta.2",
44
"author": {
55
"name": "Eric Amodio",
66
"email": "[email protected]"

0 commit comments

Comments
 (0)