From 68c5442089b7c2e61ee14fc3efed490e291a244a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 2 May 2024 03:02:55 +0000 Subject: CTAN sync 202405020302 --- support/texlab/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'support/texlab/CHANGELOG.md') diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md index 4b3705b115..0a3b5ed683 100644 --- a/support/texlab/CHANGELOG.md +++ b/support/texlab/CHANGELOG.md @@ -5,6 +5,42 @@ 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). +## [5.16.0] - 2024-05-01 + +### Added + +- Add `texlab.experimental.labelDefinitionCommands` setting to customize the list of `\label`-like commands + ([#1093](https://github.com/latex-lsp/texlab/issues/1093)) +- Extend list of commands treated as command definitions and environment definitions ([#1087](https://github.com/latex-lsp/texlab/pull/1087)) +- Allow the server to trigger the forward search in an editor-agnostic way: + Running `texlab inverse-search --input --line ` will open the specified document in the editor if the client supports it + ([#1091](https://github.com/latex-lsp/texlab/issues/1091)) + +### Fixed + +- Fix detection of log dir when using `latexmkrc` (use `$aux_dir` instead of `$out_dir`) ([#1079](https://github.com/latex-lsp/texlab/pull/1079)) +- Fix extracting `$aux_dir` and `$out_dir` from `latexmkrc` ([#1079](https://github.com/latex-lsp/texlab/pull/1079)) +- Add support for extracting `$aux_dir` and `$out_dir` from `latexmk >= v4.85` (([#1079](https://github.com/latex-lsp/texlab/pull/1079))) +- Improve log file change detection under Windows +- Cleanup diagnostics of deleted files +- Let `\declaretheorem` accept a list of environment names instead of just a single name ([#1075](https://github.com/latex-lsp/texlab/issues/1075)) +- Use configured directories if not set explicitly by `latexmkrc` file ([#1095](https://github.com/latex-lsp/texlab/issues/1095)) + +## [5.15.0] - 2024-04-21 + +### Added + +- Replace tilde (`~`), environment variables, `${userHome}`, `${workspaceFolder}` in options +- Replace tidle (`~`) and environment variables in `\include`-like commands +- Add "Go To Definition" support for user-defined commands with `\def` and `\let` ([#1081](https://github.com/latex-lsp/texlab/issues/1081)) +- Add "Find all References" for commands ([#1082](https://github.com/latex-lsp/texlab/issues/1082)) +- Support more macros for defining commands ([#1083](https://github.com/latex-lsp/texlab/issues/1083)) + +### Fixed + +- Avoid panicking when malformed URIs are sent to the server ([#1078](https://github.com/latex-lsp/texlab/issues/1078)) +- Don't report errors for citations with macro arguments ([#1080](https://github.com/latex-lsp/texlab/issues/1080)) + ## [5.14.1] - 2024-03-27 ### Fixed -- cgit v1.2.3