* fixed: improved performance when completing BibTeX entries
* fixed: don't report unused entries for very large bibliographies
* fixed: avoid redundant reparses after saving documents
- Changes from before 5.9.1 and after 5.7.0:
* Use bibliographies found in BIBINPUTS environment variable
* Add texlab.build.pdfDirectory setting
* Fix search path for aux files when using \include instead of \input
* 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
* Deprecate texlab.auxDirectory in favor of texlab.build.auxDirectory
* Fix parsing paths with |
* Fix parsing LaTeX identifiers with =
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=43
* Add symbol support for thmtools
* Add texlab.findenvironments command to return the list of environments containing a position
* Show inlay hints for labels after the command instead of inside the argument
* Prevent adding trailing newline after formating with latexmk
* Improving `\paragraph` parsing
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=40
* 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
* Add experimental texlab.experimental.citationCommands setting to allow extending the list of citation commands
* Add support for escaping placeholders in build arguments similar to forward search
* Allow configuring completion matching algorithm
* Fix regression introduced in v5.4.2 involving texlab.cleanArtifacts command.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=36
* Do not return symbols with empty names
* Repair `textDocument/formatting` request
* From 5.4.0:
- Add experimental settings to allow extending the list of special environments:
* `texlab.experimental.mathEnvironments`
* `texlab.experimental.enumEnvironments`
* `texlab.experimental.verbatimEnvironments`
- Add `texlab.changeEnvironment workspace command
- Add `texlab.showDependencyGraph workspace command
- Do not show caption or section names in label inlay hints
- Include more user-defined commands in command completion
- Parse nested `\iffalse` blocks correctly
- Parse commands with multi-byte characters correctly
- Fix checking whether a document can be a root file
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=34