summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-04-17 03:03:48 +0000
committerNorbert Preining <norbert@preining.info>2023-04-17 03:03:48 +0000
commit88aa9bb9a3222cf13820ae3b6f64ce48dcd003ea (patch)
tree9495d0cd2219bb309106f5330e0aeba36a675319 /support/texlab/CHANGELOG.md
parent421b47819f21160c3662c40f7da028f15b726577 (diff)
CTAN sync 202304170303
Diffstat (limited to 'support/texlab/CHANGELOG.md')
-rw-r--r--support/texlab/CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md
index 557b8ea682..8d09300582 100644
--- a/support/texlab/CHANGELOG.md
+++ b/support/texlab/CHANGELOG.md
@@ -5,6 +5,21 @@ 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.5.0] - 2023-04-16
+
+### Added
+
+- Allow optionally passing cursor position to `textDocument/build` request for use in forward search after building.
+ Previously, the server had to guess the cursor position ([#475](https://github.com/latex-lsp/texlab/issues/475))
+- Add experimental `texlab.experimental.citationCommands` setting to allow extending the list of citation commands
+ ([#832](https://github.com/latex-lsp/texlab/issues/832))
+- Add support for escaping placeholders in build arguments similar to forward search
+- Allow configuring completion matching algorithm ([#872](https://github.com/latex-lsp/texlab/issues/872))
+
+### Fixed
+
+- Fix regression introduced in `v5.4.2` involving `texlab.cleanArtifacts` command.
+
## [5.4.2] - 2023-04-11
### Fixed