Skip to content

Commit

Permalink
VS Code extension verison 0.1.41
Browse files Browse the repository at this point in the history
Summary: changelog + version bump

Reviewed By: bhamodi

Differential Revision: D54498560

fbshipit-source-id: 384af7e0efddc3a717280204386f3f1ba4bc46c2
  • Loading branch information
evangrayk authored and facebook-github-bot committed Mar 4, 2024
1 parent 0f54df1 commit 376bf68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.1.41

### Mar 4 2024

- Fix UI not refreshing after finishing queued commands
- Add option to use "unified" diff view mode for comparison view
- By default, it uses "split" diff view on wide screens, and "unified" on small screens
- Improve behavior when reconnecting, so commands don't look like they're stuck running
- Some rendering improvements to the comparison view

## 0.1.40

### Feb 26 2024
Expand Down
2 changes: 1 addition & 1 deletion addons/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sapling-scm",
"displayName": "Sapling SCM",
"description": "Sapling: A Scalable, User-Friendly Source Control System",
"version": "0.1.40",
"version": "0.1.41",
"publisher": "meta",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 376bf68

Please sign in to comment.