- Update to version 5.5.0:

* 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
This commit is contained in:
Soc Virnyl Estela 2023-04-22 10:59:50 +00:00 committed by Git OBS Bridge
parent caff44a264
commit e5689a5e68
7 changed files with 18 additions and 12 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="download_files" mode="disabled" />
<service name="cargo_vendor" mode="disabled">
<param name="srctar">texlab-5.4.1.tar.gz</param>
<param name="srctar">texlab-5.5.0.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>

View File

@ -1,10 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/salsa-rs/salsa?rev=ef7c0f12c8159e7025316e959c26f6278a576fa5"]
git = "https://github.com/salsa-rs/salsa"
rev = "ef7c0f12c8159e7025316e959c26f6278a576fa5"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55354fb23ca222d4a80aaeedba115ce0459a7a0f76ff7a4be385bd35fd97c5fa
size 7485143

3
texlab-5.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b3d9bb13f4a4dcae615a8f656558cd3fa512c8b9bf1bfe413fd1d8ae6d2f649
size 7484729

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Apr 22 10:57:23 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.5.0:
* 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.
-------------------------------------------------------------------
Mon Apr 10 23:49:09 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -17,7 +17,7 @@
Name: texlab
Version: 5.4.1
Version: 5.5.0
Release: 0
Summary: Implementation of the Language Server Protocol for LaTeX
License: ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 OR Apache-2.0 OR MIT ) AND ( CC0-1.0 OR Artistic-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-3-Clause AND GPL-3.0 AND GPL-3.0+ AND ISC AND MIT AND MPL-2.0 AND MPL-2.0+ AND GPL-3.0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea5ceab59423b640108fb20b483f38321806e666fa46364089332ef7055827f0
size 30386663
oid sha256:296a0b57a5bd2ab3e4b91ad2053e452829fe7a8ca066d7a1e5f743b005fc3632
size 30154083