summaryrefslogtreecommitdiff
path: root/support/texlab/CHANGELOG.md
diff options
context:
space:
mode:
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