diff --git a/addons/vscode/CHANGELOG.md b/addons/vscode/CHANGELOG.md index 0c8ef737b81fc..8ab20e058c26c 100644 --- a/addons/vscode/CHANGELOG.md +++ b/addons/vscode/CHANGELOG.md @@ -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 diff --git a/addons/vscode/package.json b/addons/vscode/package.json index f5b917bec0457..5a3f341438de7 100644 --- a/addons/vscode/package.json +++ b/addons/vscode/package.json @@ -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": {