Package Release Info

texlab-5.17.0-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

texlab

Change Logs

* Mon Jun 24 2024 Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Update to version 5.17.0:
  * Add label commands from zref and zref-clever to the list of default label commands
  * Add texlab.experimental.labelDefinitionPrefixes and texlab.experimental.labelReferencePrefixes options
* Wed May 29 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 5.16.1. Changes since then:
  * Don't treat `\label{}` and `\ref{}` with macro parameter as label commands
  * Fix parsing `latexmkrc` for `latexmk` versions older than `v4.8.4`
  * Remove unused `texlab.rootDirectory` setting from documentation
  * Add `texlab.experimental.labelDefinitionCommands` setting to customize the list of `\label`-like commands
  * Extend list of commands treated as command definitions and environment definitions
  * Allow the server to trigger the forward search in an editor-agnostic way:
    Running `texlab inverse-search --input <FILE> --line <LINE>` will open the specified document in the editor if the client supports it
  * Fix detection of log dir when using `latexmkrc` (use `$aux_dir` instead of `$out_dir`)
  * Fix extracting `$aux_dir` and `$out_dir` from `latexmkrc`
  * Add support for extracting `$aux_dir` and `$out_dir` from `latexmk >= v4.85`
  * Improve log file change detection under Windows
  * Cleanup diagnostics of deleted files
  * Let `\declaretheorem` accept a list of environment names instead of just a single name
  * Use configured directories if not set explicitly by `latexmkrc` file
  * Replace tilde (`~`), environment variables, `${userHome}`, `${workspaceFolder}` in options
  * Replace tidle (`~`) and environment variables in `\include`-like commands
  * Add "Go To Definition" support for user-defined commands with `\def` and `\let`
  * Add "Find all References" for commands
  * Support more macros for defining commands
  * Avoid panicking when malformed URIs are sent to the server
  * Don't report errors for citations with macro arguments
  * Fix parsing `\label` with options (for example, when using `cleverref`)
  * Fix detecting project root if the home directory contains a `.latexmkrc` file
  * Improve support for handling `Tectonic.toml` projects
  * Cache results of project detection to improve performance
  * Triggering completion inside `\label{...}` will suggest undefined labels
  * Add snippets for `\( ... \)`, `\[ ... \]` and `\{ ... \}`
  * Don't return document symbol with empty name if `\item[]` is encountered
  * Fix extracting label numbers inside theorems defined by `ntheorem` package
  * Fix clearing stale diagnostics reported by the server
  * Speed up reading bibliographies with many string definitions
  * Add experimental `texlab.experimental.labelReferenceCommands` setting to customize the list of `\ref`-like commands
  * Don't report diagnostics for files that are part of the TeX distro
  * When `workspace/didChangeConfiguration` contains the configuration of multiple LSP servers, `texlab` will try
    to extract the `texlab` configuration instead of falling back to the default settings
  * Keep filtering completion lists server-side if prefix matcher is set
  * Allow brackets and parentheses in label names and similar constructs
* Thu Feb 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update specfile:
  * replace rust+cargo with cargo
- Update to version 5.12.3:
  * Fix completing includes in conjunction with \graphicspath
* Sun Jan 21 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 5.12.2:
  * Fix parsing commands when they are used with subscript
  * Don't append a newline each time a BibTeX document is being formatted
  * Avoid trying to parse most of the TeX distro when building the dependency
    graph. Add `texlab.experimental.followPackageLinks` setting to allow
    re-enabling the old behavior
* Wed Dec 13 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 5.12.0:
  * Infer `texlab.build.auxDirectory`, `texlab.build.logDirectory` and
    `texlab.build.pdfDirectory` from `latexmkrc` if available
  * Do not report `undefined reference` errors when using `\nocite{*}`
  * Fix potential crash when parsing build log files
  * Set the final tab stop of the `\begin` snippet inside the environment
- Remove cargo_config since vendored tarball includes it now
* Wed Nov 29 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.11.0:
  * Add texlab.inlayHints.labelDefinitions and
    texlab.inlayHints.labelReferences options
    (gh#latex-lsp/texlab#753)
  * Display inlay hints for label references by default
    (gh#latex-lsp/texlab#753)
  * Moving the build logs to the recycle bin will now clear the
    diagnostics (gh#latex-lsp/texlab-vscode#825)
  * Fix false positive when reporting syntax errors for BibTeX
    accents (gh#latex-lsp/texlab#945)
- Update rust+cargo required version to 1.70.0.
* Mon Oct 02 2023 Olivier Belleux <o.g.m.belleux@gmail.com>
- Remove lines in spec files due "failed to build"
  * # They deleted it.
  install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/
  * %{_mandir}/man1/texlab.1%{?ext_man}
* Sun Oct 01 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 5.10.0:
  * Allow passing additional arguments to ChkTeX using texlab.chktex.additionalArgs
  * Fix loading bibliographies from kpathsea search path
  * Don't report duplicate results when using goto definition on includes
  * Fix project detection when there exist files with the same name
  * Do not report parse errors with $ in paths
* Mon Aug 21 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.9.2:
  * Don't crash when using comments inside \include-like command
  * Folding ranges include only the contents instead of the entire range of the structure.
    For example, the folding range of an environment will start after the \begin and stop before the \end
* Sun Aug 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Replace obsoleted `disabled` option with `manual`