2022-08-07 10:02:11 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
texlab: update to 4.2.1.
[4.2.1] - 05.08.2022
Fixed
Deserialize server options with missing keys (or not keys at all) correctly \
(#707)
Pass chktexrc files if they are not in the current directory (#683)
Revert back to server-side file watching due to lack of client support (#679)
|
2022-07-07 21:08:27 by Thomas Klausner | Files touched by this commit (3) |
Log message:
## [4.2.0] - 03.07.2022
### Added
- Add support for escaping placeholders in forward search \
([#649](https://github.com/latex-lsp/texlab/issues/649))
- Add support for diagnostic filtering \
([#323](https://github.com/latex-lsp/texlab/issues/323))
- Add pre-built binaries for the following targets:
- `aarch64-unknown-linux-gnu`
- `armv7-unknown-linux-gnueabihf`
- `x86_64-unknown-linux-musl`
- `aarch64-pc-windows-msvc`
- `i686-pc-windows-msvc`
### Fixed
- Parse incomplete server options correctly \
([#651](https://github.com/latex-lsp/texlab/issues/651))
## [4.1.0] - 12.06.2022
### Added
- Add server commands to clean build directory \
([#607](https://github.com/latex-lsp/texlab/issues/607))
### Changed
- Improve output when hovering over BibTeX strings
- Improve the heuristic for finding build artifacts \
([#635](https://github.com/latex-lsp/texlab/issues/635))
### Fixed
- 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))
|
2022-05-29 20:37:52 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
texlab: update to 4.0.0.
## [4.0.0] - 25.05.2022
### Added
- Add `--version` command line flag
- Provide pre-built binaries for `aarch64-apple-darwin` architecture \
([#591](https://github.com/latex-lsp/texlab/pull/591))
- Autocomplete files based on `\graphicspath` \
([#590](https://github.com/latex-lsp/texlab/issues/590))
- Release `texlab` on `crates.io` \
([#399](https://github.com/latex-lsp/texlab/issues/399))
### Changed
- _BREAKING_: Use client-side file watching instead of server-side notifications \
(`workspace/didChangeWatchedFiles`)
- _BREAKING_: Bump minimum supported Rust version to 1.58.1
- _BREAKING_: Do not use `citeproc-rs` to render citations. Instead, use a \
custom approach that tries to resemble the `BibLaTeX` output \
([#629](https://github.com/latex-lsp/texlab/pull/629))
### Fixed
- Parse `\subinputfrom` command correctly \
([#610](https://github.com/latex-lsp/texlab/pull/610))
- Parse verbatim environments correctly \
([#490](https://github.com/latex-lsp/texlab/issues/490))
- Stop capturing stdout when build exits \
([#588](https://github.com/latex-lsp/texlab/issues/588))
- Fix parsing of key-value pairs \
([#573](https://github.com/latex-lsp/texlab/issues/573))
- Normalize `texlab.rootDirectory` when resolving includes \
([#571](https://github.com/latex-lsp/texlab/issues/571))
- Allow optional arguments in environment definitions \
([#570](https://github.com/latex-lsp/texlab/issues/570))
- Allow `=` in include paths ([#568](https://github.com/latex-lsp/texlab/issues/568))
|
2022-03-08 10:25:17 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
texlab: update to 3.3.2.
## [3.3.2] - 26.02.2022
### Fixed
- Parse command definitions with optional arguments correctly
- Fix detection of command definitions in completion
- Watch aux directory by default for changes
- Do not allow multi-line keys in the grammar
- Use `textEdit` property for snippets
- Allow simple commands as text argument for most commands
- Treat `\renewcommand` as an environment definition
- Do not return `null` from forward search request
- Make directory path in `\import` optional
- Do not spam workspace/configuration requests
|
2021-11-16 15:47:12 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
texlab: update to 3.3.1.
## [3.3.1] - 10.11.2021
### Fixed
- Fix completion for symbols in commands with incomplete braces
- Do not produce syntax errors for macro parameters inside special command arguments
- Fix a bug that sometimes causes the `aux` file to pick up the diagnostics of \
the `tex` file
- Fix a bug that sometimes prevents `log` files from being reanalyzed
|
2021-11-01 12:53:25 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
texlab: update to 3.3.0.
## [3.3.0] - 10.10.2021
### Added
- Enable incremental text synchronization to reduce serialization
overhead
### Changed
- Reduce size of executable by compressing the completion database
### Fixed
- Fix completion of commands near delimiters
- Prevent `texlab` from hanging because of unanswered configuration
requests sent to Emacs
- Re-analyze the workspace if the initial configuration has been
received late
|
2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Remove SHA1 hashes for distfiles
|
2021-06-28 12:42:50 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
texlab: update to 3.2.0.
Changes: not found.
|
2021-04-06 22:40:12 by Thomas Klausner | Files touched by this commit (7) |
Log message:
print/texlab: import texlab-2.2.2
Packaged in wip by myself and tnn@
texlab is a cross-platform implementation of the Language Server
Protocol providing rich cross-editing support for the LaTeX
typesetting system.
|