From 17d547a1effe2cafcdfbf704bdf8cb0484790ef2 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 31 Jul 2023 03:02:46 +0000 Subject: CTAN sync 202307310302 --- support/texlab/CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'support/texlab/CHANGELOG.md') diff --git a/support/texlab/CHANGELOG.md b/support/texlab/CHANGELOG.md index cca502b4d3..a97c7cb44a 100644 --- a/support/texlab/CHANGELOG.md +++ b/support/texlab/CHANGELOG.md @@ -5,6 +5,26 @@ 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.8.0] - 2023-07-30 + +### Added + +- Report diagnostics for unused and undefined labels +- Report diagnostics for unused BibTeX entries and undefined citations +- Report diagnostics for duplicate BibTeX entries +- Report diagnostics for duplicate labels +- Add `texlab.build.auxDirectory` and `texlab.build.logDirectory` settings ([#906](https://github.com/latex-lsp/texlab/issues/906)) + +### Deprecated + +- Deprecate `texlab.auxDirectory` in favor of `texlab.build.auxDirectory` + +### Fixed + +- Fix parsing paths with `|` ([#568](https://github.com/latex-lsp/texlab/issues/568)) +- Fix parsing LaTeX identifiers with `=` ([#568](https://github.com/latex-lsp/texlab/issues/568)) +- Fix search path for aux files when using `\include` instead of `\input` ([[#906](https://github.com/latex-lsp/texlab/issues/906)) + ## [5.7.0] - 2023-06-07 ### Added -- cgit v1.2.3