diff --git a/addons/vscode/CHANGELOG.md b/addons/vscode/CHANGELOG.md index 11594e8696503..2945184535ce2 100644 --- a/addons/vscode/CHANGELOG.md +++ b/addons/vscode/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.1.60 + +### Oct 14 2024 + +- Optimized how files in commits are fetched, reducing timeouts and improving startup time. Complex commit history fetch times are reduced by 90% or more. +- Improved generated file detection in some cases by looking further in the file contents. +- Warn when queued commands are cancelled due to a failure of a running command, and show which commands exactly were cancelled. +- Recover commit messages from cancelled queued commands, and put them back as unsaved edits so they can be retried. +- Fix some UI elements missing a background + ## 0.1.59 ### Sep 26 2024 diff --git a/addons/vscode/package.json b/addons/vscode/package.json index 610aea279db29..93475927d2e99 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.59", + "version": "0.1.60", "publisher": "meta", "license": "MIT", "engines": {