Path to this page:
Subject: CVS commit: pkgsrc/print/texlab
From: Thomas Klausner
Date: 2025-01-31 19:45:44
Message id: 20250131184544.DEB6DFBE0@cvs.NetBSD.org
Log Message:
texlab: update to 5.21.0.
## [5.21.0] - 2024-10-26
### Added
- Support starred variants in "Go to References" \
([#1234](https://github.com/latex-lsp/texlab/issues/1234))
- Add `texlab.latexindent.replacement` setting to allow passing a replacement \
flag to `latexindent` ([#1222](https://github.com/latex-lsp/texlab/issues/1222))
- Don't require a label to show section numbers for document symbols \
([#910](https://github.com/latex-lsp/texlab/issues/910))
- Support navigating to files that are part of the `TEXINPUTS` similar to \
`BIBINPUTS` ([#1228](https://github.com/latex-lsp/texlab/discussions/1228))
### Fixed
- Fix opening `untitled` documents \
([#1242](https://github.com/latex-lsp/texlab/issues/1242))
- Handle `\bibitem` when checking for undefined references \
([#1171](https://github.com/latex-lsp/texlab/issues/1171))
- Fix false-positive syntax error when using a command inside a `\label` \
([#879](https://github.com/latex-lsp/texlab/issues/879))
## [5.20.0] - 2024-10-08
### Added
- Add `texlab.inlayHints.maxLength` setting to allow limiting inlay hint text \
length ([#1212](https://github.com/latex-lsp/texlab/issues/1212))
- Allow suppressing diagnostics using `% texlab: ignore` magic comments \
([#1211](https://github.com/latex-lsp/texlab/pull/1211))
### Fixed
- Fix enabling `texlab.build.useFileList` setting
- Make "Goto Definition" work correctly with starred commands \
([#1197](https://github.com/latex-lsp/texlab/issues/1197))
## [5.19.0] - 2024-07-08
### Added
- Add `texlab.build.useFileList` setting to allow controlling whether to use the \
`.fls` files
### Changed
- Disable using `.fls` files for project detection by default
## [5.18.0] - 2024-07-06
### Added
- Parse `.fls` files to make the project detection more reliable \
([#1145](https://github.com/latex-lsp/texlab/issues/1145))
### Fixed
- Fix parsing commands with unicode characters inside BibTeX entries
([#1147](https://github.com/latex-lsp/texlab/issues/1147))
- Improve detection of included files when non-ASCII characters are used \
([#923](https://github.com/latex-lsp/texlab/issues/923))
- Fix resolving includes starting from files included using `\subimport` \
([#1145](https://github.com/latex-lsp/texlab/issues/1145))
## [5.17.0] - 2024-06-23
### Added
- Add label commands from `zref` and `zref-clever` to the list of default label \
commands
([#1140](https://github.com/latex-lsp/texlab/pull/1140))
- Add `texlab.experimental.labelDefinitionPrefixes` and
`texlab.experimental.labelReferencePrefixes` options \
([#1139](https://github.com/latex-lsp/texlab/pull/1139))
Files: