All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix completion for symbols in commands with incomplete braces (#510)
- Do not produce syntax errors for macro parameters inside special command arguments (#508)
- Fix a bug that sometimes causes the
aux
file to pick up the diagnostics of thetex
file (#502) - Fix a bug that sometimes prevents
log
files from being reanalyzed (#502)
- Enable incremental text synchronization to reduce serialization overhead (#460)
- Reduce size of executable by compressing the completion database
- Fix completion of commands near delimiters (#449)
- Prevent
texlab
from hanging because of unanswered configuration requests sent to Emacs (#456) - Re-analyze the workspace if the initial configuration has been received late
- Re-introduce
texlab.build.forwardSearchAfter
with a more reliable way of detecting the current line number. - Re-introduce
texlab.build.onSave
due to popular request (#427). - Re-introduce work done progress notifications for building.
- Recommend
texlab.build.onSave
instead of-pvc
in documentation. - Do not rely on
.latexmkrc
for previewing anymore, insteadtexlab.build.forwardSearchAfter
can be used (#440, #436). - Deprecate
texlab.build.isContinuous
setting
- Fix conditional compilation of the
citation
feature.
- Add
texlab.latexFormatter
setting to allow turning offlatexindent
. At the moment,texlab.latexFormatter: texlab
is not implemented yet and does nothing. - Expose the
--local
flag oflatexindent
viatexlab.latexindent.local
setting (#365) - Expose the
--modifylinebreaks
flag oflatexindent
viatexlab.latexindent.modifyLineBreaks
setting (#365) - Assign (unique) error codes to static analysis diagnostics.
- Avoid creating defunct
latexindent
processes which clear out the document (#437) - Allow whitespace in LaTeX identifiers like labels (#433)
- Run CI on Ubuntu 18.04 to allow an older
glibc
version (#439).
- Sometimes the log parser does not pick up errors from the log file (#426)
- Fix a bug involving characters that are not part of the ASCII charset (#428)
- Basic error analysis for LaTeX files (#323)
- Parse LaTeX3 commands correctly (#410)
- Allow configuring ChkTeX using a
chktexrc
file (#309) - Implement goto definition for includes (#386)
- Provide completion for
\citeA{...}
(#409) - Allow passing additional arguments to
latexindent
(#365) - Document symbols and label completion now correctly handle
subequations
.
- BREAKING: The configuration format has changed.
Every setting is now under the
texlab
scope instead of the two scopeslatex
andbibtex
. For a list of possible options, please see here. Thelatex.build.onSave
setting has been removed in favor of-pvc
oflatexmk
. In the VSCode extension, thelatex.build.onSave
setting is still available along with thelatex.build.forwardSearchAfter
setting. The reasoning is that thatlatex.build.forwardSearchAfter
cannot reliably implemented in the server because it requires the current cursor position, which the LSP spec does not offer. In previous versions, TexLab had to guess the cursor position. We encourage editor extensions, to still support these settings under thetexlab
scope. - BREAKING: Previewing equations has been removed for now until a better solution is found. The existing approach is way too slow and does not work reliably.
- Distribution detection no longer produces an error message in the client. Instead, a log message is generated. A TeX distribution is only required to compile documents.
- Improve compile times a bit.
- Do not send snippets if the client does not support them (#413)
- Fix protocol violation when exiting the server (#310)
- Fix reporting compile-time diagnostics using file watching (#339)
- Fix compilation warnings (#359)
- Fix crash when exiting with NeoVim LSP client (#405)
- Hopefully fixes the ChkTeX spamming issue (#186)
- Reduce CPU-load when idle (#400)
- Fix compilation on
arm64-apple-darwin
(Apple Silicon) (#343)
- Add basic support for RNW files
- Add support for
varioref
package
- Set
isIncomplete
tofalse
for small completion lists
- Fix compilation on
aarch64
andarmv7l
(#289)
- Fuzzy matching now works with Visual Studio Code
- Improve performance of completion
- Fix the ordering of completion items when using
lsp-mode
(#227) - Fix preview when using custom class files (#228)
- Add a new setting
latex.build.forwardSearchAfter
to trigger the forward search after building. - Add option to write the log output to a log file
- Fix crash in symbols when encountering theorem descriptions (#220)
- Fix a parsing error that caused
texlab
to take 100% CPU usage in some cases (#212) - Prevent building the same file multiple times at once
- Add basic support for the
import
package - Allow LaTeX and BibTeX formatting via
latexindent
. The built-in BibTeX formatter is still available via"bibtex.formatting.formatter": "texlab"
(#151)
- Handle
subfiles
package when executing forward search (#208) - Fix detection of terminated builds
- Ensure that there is at most one instance of ChkTeX running
- Fix deserialization of incoming JSON-RPC errors
- Fix preview when including packages in a child file
- Breaking change:
latex.build.args
now uses placeholders like the forward search. The filename (%f
) is no longer implicitly appended to the end of the argument list. - Breaking change: Update the LSP types to accommodate newer LSP clients (#200)
- Improve performance of completion (when completing LaTeX commands)
- Improve workspace detection algorithm
- Add a new setting
latex.build.outputDirectory
to specify the directory containing the build artifacts. This setting can be used in combination with the-outdir
flag oflatexmk
(#147) - Add basic support for push-based configuration via
workspace/didChangeConfiguration
(#123)
- Show all digits of chktex warning number (#160)
- Provide completion for local packages if
kpsewhich
is installed - Add
.def
and.bibtex
to the list of supported extensions - Add basic support for
tectonic
- Fix rendering of citations with DOIs (#117)
- Fix building of LaTeX files without
\begin{document}
(#122) - Do not crash when editing remote files
- Run LaTeX linter when opening a file if enabled
- Handle
\hyphen
when rendering citations
- Add support for
crossref
when previewing citations (#16) - Warn if the user does not have a TeX distribution installed
- Change license to GPLv3
- Do not require Node.js when building the server (#87)
- Add logging for JSON-RPC errors via
stderr
(#111) - Provide completion for
\subfile
- Provide completion for glossary entries
- Show full path when hovering over includes
- Implement "Goto Definition" for BibTeX strings
- Use Rust Stable (1.39+) instead of Rust Beta
- Sort symbols by project order (#93)
- Improve detection of local packages inside the current workspace (#110)
- Fix potential crash in "Goto Definition"
- Include enumeration environments in symbols
- Implement
workspace/symbol
request - Handle enumeration items when rendering labels
- Handle subtables in symbols and completion
- Handle BibTeX strings when rendering citations
- Improve rendering of labels
- Do not require a label when generating symbols
- Improve detection of included files
- Reorganize completion and symbol kinds
- Do not rely on
workspace/didChangeWatchedFiles
- Use Rust Beta instead of Rust Nightly
- Make rendering of section labels more consistent
- Fix theorem numbers in multi-file projects
- Fix filter text of citations with braces inside a field
- Handle invalid UTF-8 in log files
- Add support for clients that do not support hierarchical symbols
- Add support for hovering over BibTeX strings
- Use formatted references in symbol request
- Do not run ChkTeX on BibTeX files
- Fix build freezes on Windows (#63)
- Add support for \part
- Increase hover range when hovering over labels
- Fix rendering of theorem labels
- Handle Windows paths correctly
- Provide symbols for BibTeX fields and BibTeX strings
- Provide symbols for LaTeX labels
- Show theorem name when hovering over theorem references
- Show Unicode glyps when completing symbols
- Use LocationLink for "peek definition" when possible
- Node.js is no longer a dependency
- Provide document symbols for BibTeX entries and LaTeX sections
- Hovering over a package does not require an internet connection anymore
- The Linux server binaries do not depend on
libssl
anymore (#55)
- Add completion support for
\RequirePackage
- Filter completion list based on the contents of the reference
- The index mechanism has been removed. Packages are now indexed with a script beforehand.
- Add section name and caption to label completion
- Show section name and caption when hovering over labels
- Add some missing kernel commands with stars
- Add support for comma-separated imports
- Add setting to lint after a change occurs
- Improve completion at the end of the file
- Fix preselect for environments with missing braces
- Add support citations with multiple keys (#22)
- Add support for the cleveref package (#21)
- Implement "Go to Definition" for commands (#15)
- Provide preview for user-defined commands
- Provide completion and preview for theorem environments
- Java is no longer a required dependency
- Node.js is now an optional dependency required to display citations
- Improve performance of completion
- Improve startup time
- The server no longer depends on a workspace folder
- "Find all References" works from a reference instead of just the definition (#25)
- All configuration items are now optional
- Provide only math labels when completing \eqref
- Preselect the matching environment name (#29)
- Let the client decide whether to include the declaration when finding all references (#25)
- Renaming a label with colons now works as expected (#30)
- Handle colons when completing labels and citations (#30)
- Do not crash when encountering a BibTeX entry with
a
crossref
field (#16) - Hovering over uppercase BibTeX fields now shows the documentation (#17)
- Do not depend on extensions when resolving included files (#22)
- Do not depend on the
workspace/configuration
request (#22) - Prevent completion from triggering too often
- Fix completion inside
\( \)
. (#14) - Do not crash on invalid requests.
- Improve startup time
- Improve MiKTeX support (#8)
- Add linting support for LaTeX via ChkTeX
- Analyze referenced files that are not part of the current workspace
- Improve completion for includes
- Improve performance of completion
- Show preview when hovering over math expressions
- Show package name when hovering over a command
- Store completion database in
~/.texlab
directory
- Fix crash when editing a BibTeX file
- Fix crash when hovering over invalid BibTeX entries
- Fix a bug where the completion does not get triggered correctly
- Show bibliography when completing citations
- Show bibliography when hovering over citations
- Completion for equation references
- Fix completion of file includes
- Prevent server crash when opening a locked file
- Do not display an error when PDF viewers return a non-zero exit code while performing forward search
- Reduce binary size
- Fix rendering of completion symbols
- Initial release