feat: add changelog highlights to auto-update notifications (#1286)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Ralph Khreish
2025-10-10 18:49:59 +02:00
committed by GitHub
parent aaf903ff2f
commit f12a16d096
5 changed files with 214 additions and 14 deletions

View File

@@ -5111,7 +5111,8 @@ async function runCLI(argv = process.argv) {
// Display the upgrade notification first
displayUpgradeNotification(
updateInfo.currentVersion,
updateInfo.latestVersion
updateInfo.latestVersion,
updateInfo.highlights
);
// Then automatically perform the update