diff --git a/CHANGELOG.md b/CHANGELOG.md index 513b11837..e37bd0aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). If you introduce breaking changes, please group them together in the "Changed" section using the **BREAKING:** prefix. +## [v1.17.0] - 2025-09-26 + +### Added + +- Added check for unsaved files in a folder upon deletion ([#1559](https://github.com/sassoftware/vscode-sas-extension/pull/1559)) +- Added ability to save cell output ([#1576](https://github.com/sassoftware/vscode-sas-extension/pull/1576)) +- Allow mapping VS Code color theme to custom ODS style ([#1619](https://github.com/sassoftware/vscode-sas-extension/pull/1619)) + +### Fixed + +- First empty line condition for toggleLineComment ([#1583](https://github.com/sassoftware/vscode-sas-extension/issues/1583)) +- Enable filter library name in SET statement ([#1608](https://github.com/sassoftware/vscode-sas-extension/issues/1608)) +- Fix multiple establish connection calls ([#1621](https://github.com/sassoftware/vscode-sas-extension/issues/1621)) + ## [v1.16.0] - 2025-07-31 ### Added diff --git a/package-lock.json b/package-lock.json index 0cc1c31e4..384baa0d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sas-lsp", - "version": "1.16.0", + "version": "1.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sas-lsp", - "version": "1.16.0", + "version": "1.17.0", "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index bb97f641e..86257cba0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sas-lsp", "displayName": "SAS", "description": "Official SAS Language Extension for VS Code", - "version": "1.16.0", + "version": "1.17.0", "categories": [ "Programming Languages", "Data Science", diff --git a/package.nls.pt-br.json b/package.nls.pt-br.json index 4143811db..5bddb6d0a 100644 --- a/package.nls.pt-br.json +++ b/package.nls.pt-br.json @@ -67,7 +67,7 @@ "configuration.SAS.log.showOnExecutionStart": "Mostrar log SAS quando a execução começa", "configuration.SAS.notebook.export.includeLog": "Incluir o log SAS no notebook exportado", "configuration.SAS.problems.log.enabled": "Mostre os problemas do log do SAS", - "configuration.SAS.results.html.custom.style": "Especifica qual estilo SAS usar para os temas claro, escuro, alto contraste ou alto contraste claro. Esta opção é aplicada quando \"\"#SAS.results.html.style#\"\" está definido como \"\"(auto)\"\".", + "configuration.SAS.results.html.custom.style": "Especifica qual estilo SAS usar para os temas claro, escuro, alto contraste ou alto contraste claro. Esta opção é aplicada quando `#SAS.results.html.style#` está definido como `(auto)`.", "configuration.SAS.results.html.custom.style.dark": "Estilo a ser usado para o tema escuro", "configuration.SAS.results.html.custom.style.highContrast": "Estilo a ser usado para o tema alto contraste", "configuration.SAS.results.html.custom.style.highContrastLight": "Estilo a ser usado para o tema alto contraste claro",