VS Code extension version 0.1.27

Summary: Version bump and changelog entry for new OSS vscode extension release

Reviewed By: quark-zju

Differential Revision: D49552335

fbshipit-source-id: 2adb0b13e847a461b5e1f53355741ef16cad2f8c
This commit is contained in:
Evan Krause 2023-09-22 13:21:25 -07:00 committed by Facebook GitHub Bot
parent ac4e2dc1f0
commit 1ad23ca7d1
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## 0.1.27
### Sep 22 2023
- Confirm unsaved message changes before opening the split UI
- Use the latest remote message for commits in the split UI
- Hold alt key to quickly show full file paths
- Fix comparison view not having any margins
- Add left/right arrows to navigate pages in uncommitted changes list when there are more than 25 files
- Fix commit info sidebar shrinking by 2px in some cases
## 0.1.26
### Sep 14 2023

View File

@ -2,7 +2,7 @@
"name": "sapling-scm",
"displayName": "Sapling SCM",
"description": "Sapling: A Scalable, User-Friendly Source Control System",
"version": "0.1.26",
"version": "0.1.27",
"publisher": "meta",
"license": "MIT",
"engines": {