- Update to version 5.4.1:
* 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
This commit is contained in:
committed by
Git OBS Bridge
parent
5d2b104e00
commit
caff44a264
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">texlab-5.3.0.tar.gz</param>
|
||||
<param name="srctar">texlab-5.4.1.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@@ -1,9 +1,9 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source."https://github.com/salsa-rs/salsa"]
|
||||
[source."git+https://github.com/salsa-rs/salsa?rev=ef7c0f12c8159e7025316e959c26f6278a576fa5"]
|
||||
git = "https://github.com/salsa-rs/salsa"
|
||||
rev = "20c7834ff34fd00a41b59bec61f3d5c85ea3abd4"
|
||||
rev = "ef7c0f12c8159e7025316e959c26f6278a576fa5"
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c33ee9674a8b54f658e993437e6cd84237e8c619e50d6be639eef3be6970f471
|
||||
size 7481351
|
3
texlab-5.4.1.tar.gz
Normal file
3
texlab-5.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55354fb23ca222d4a80aaeedba115ce0459a7a0f76ff7a4be385bd35fd97c5fa
|
||||
size 7485143
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 23:49:09 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 5.4.1:
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 12:51:23 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: texlab
|
||||
Version: 5.3.0
|
||||
Version: 5.4.1
|
||||
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
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ff462d480d8bba37c21c8d362cd4dfc3c6664442180eb0bf4baef094f1edfea
|
||||
size 24140604
|
||||
oid sha256:ea5ceab59423b640108fb20b483f38321806e666fa46364089332ef7055827f0
|
||||
size 30386663
|
||||
|
Reference in New Issue
Block a user