forked from pool/texlab
- Update to version 4.3.0:
* Bump version to v4.3.0 * Update dependencies * Fix Okular forward search command in docs * Bump url from 2.2.2 to 2.3.1 (#755) * Bump criterion from 0.3.6 to 0.4.0 (#758) * Bump clap from 3.2.20 to 3.2.21 (#759) * Only compute inlay hints for the specified range * Add test case for inlay hints * Provide inlay hints for \label command * Add diagnostics test case for URIs with spaces * Bump anyhow from 1.0.62 to 1.0.64 (#748) * Bump titlecase from 2.1.0 to 2.2.0 (#750) * Bump once_cell from 1.13.1 to 1.14.0 (#751) * feat(build_log): add column field to BuildError * feat(build_log): parse error hint * Pass codecov token explicitly to GitHub actions * Add env_logger to help debug integration tests * Bump insta from 1.19.0 to 1.19.1 (#746) * Bump dashmap from 5.3.4 to 5.4.0 (#744) * Bump clap from 3.2.17 to 3.2.20 (#747) * Bump titlecase from 2.0.0 to 2.1.0 (#742) * Bump notify from 5.0.0-pre.16 to 5.0.0 (#743) * Prefer matching groups rather than envs in parser OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=16
This commit is contained in:
parent
bbe3bdc2d7
commit
4c52bbd13b
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/latex-lsp/texlab</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">3d8afad</param>
|
||||
<param name="revision">26fec86</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f3269e639894bf7dc5e3099f0024666dff77c09623dd48b1e1e8534b6de91b5
|
||||
size 7410924
|
3
texlab-4.3.0.tar.xz
Normal file
3
texlab-4.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:965d13796d5f83a7866dcd0cb60dbf0d887333ac061afbf6950bfacee3400528
|
||||
size 7413096
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 12:38:47 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
- Update to version 4.3.0:
|
||||
* Bump version to v4.3.0
|
||||
* Update dependencies
|
||||
* Fix Okular forward search command in docs
|
||||
* Bump url from 2.2.2 to 2.3.1 (#755)
|
||||
* Bump criterion from 0.3.6 to 0.4.0 (#758)
|
||||
* Bump clap from 3.2.20 to 3.2.21 (#759)
|
||||
* Only compute inlay hints for the specified range
|
||||
* Add test case for inlay hints
|
||||
* Provide inlay hints for \label command
|
||||
* Add diagnostics test case for URIs with spaces
|
||||
* Bump anyhow from 1.0.62 to 1.0.64 (#748)
|
||||
* Bump titlecase from 2.1.0 to 2.2.0 (#750)
|
||||
* Bump once_cell from 1.13.1 to 1.14.0 (#751)
|
||||
* feat(build_log): add column field to BuildError
|
||||
* feat(build_log): parse error hint
|
||||
* Pass codecov token explicitly to GitHub actions
|
||||
* Add env_logger to help debug integration tests
|
||||
* Bump insta from 1.19.0 to 1.19.1 (#746)
|
||||
* Bump dashmap from 5.3.4 to 5.4.0 (#744)
|
||||
* Bump clap from 3.2.17 to 3.2.20 (#747)
|
||||
* Bump titlecase from 2.0.0 to 2.1.0 (#742)
|
||||
* Bump notify from 5.0.0-pre.16 to 5.0.0 (#743)
|
||||
* Prefer matching groups rather than envs in parser
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 04 07:51:52 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: texlab
|
||||
Version: 4.2.2
|
||||
Version: 4.3.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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:748baffa3fe70162cf93c85d15c183d4d1502bbdf45159eacc5c47ae0f8440a6
|
||||
size 17203656
|
||||
oid sha256:d54c105d65bbcd5dade8bf21874f155a7952b568a194c995a69ff28376e0f733
|
||||
size 16106864
|
||||
|
Loading…
Reference in New Issue
Block a user