mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-07-07 21:25:32 +00:00
Bump version to v4.1.0
This commit is contained in:
parent
5d3ad2aa85
commit
4ba779b1c1
5 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [4.1.0] - ??.??.2022
|
## [4.1.0] - 12.06.2022
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -14,12 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improve output when hovering over BibTeX strings
|
- Improve output when hovering over BibTeX strings
|
||||||
|
- Improve the heuristic for finding build artifacts ([#635](https://github.com/latex-lsp/texlab/issues/635))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Allow brackets in included file paths ([#639](https://github.com/latex-lsp/texlab/issues/639))
|
- Allow brackets in included file paths ([#639](https://github.com/latex-lsp/texlab/issues/639))
|
||||||
- Allow commands in included file paths ([#641](https://github.com/latex-lsp/texlab/issues/641))
|
- Allow commands in included file paths ([#641](https://github.com/latex-lsp/texlab/issues/641))
|
||||||
- Improve the heuristic for finding build artifacts ([#635](https://github.com/latex-lsp/texlab/issues/635))
|
|
||||||
|
|
||||||
## [4.0.0] - 25.05.2022
|
## [4.0.0] - 25.05.2022
|
||||||
|
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1339,7 +1339,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "texlab"
|
name = "texlab"
|
||||||
version = "4.0.0"
|
version = "4.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_unordered",
|
"assert_unordered",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "texlab"
|
name = "texlab"
|
||||||
description = "LaTeX Language Server"
|
description = "LaTeX Language Server"
|
||||||
version = "4.0.0"
|
version = "4.1.0"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
BIN
texlab.pdf
BIN
texlab.pdf
Binary file not shown.
|
@ -72,7 +72,7 @@ There are various ways to install TexLab:
|
||||||
\subsection{Options}
|
\subsection{Options}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \texttt{--log-file <FILE>} WRite the logging output to \texttt{FILE}
|
\item \texttt{--log-file <FILE>} Write the logging output to \texttt{FILE}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue