diff --git a/CHANGELOG.md b/CHANGELOG.md index 7583285ee..9be07281c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.2.0] - 12.06.2021 + +### Added + +- 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](https://github.com/latex-lsp/texlab/issues/427)). +- Re-introduce work done progress notifications for building. + +### Changed + +- Recommend `texlab.build.onSave` instead of `-pvc` in documentation. +- Do not rely on `.latexmkrc` for previewing anymore, + instead `texlab.build.forwardSearchAfter` can be used ([#440](https://github.com/latex-lsp/texlab/issues/440), [#436](https://github.com/latex-lsp/texlab/issues/436)). +- Deprecate `texlab.build.isContinuous` setting + +### Fixed + +- Fix conditional compilation of the `citation` feature. + ## [3.1.0] - 03.06.2021 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8154cf33c..1a6f08988 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2155,7 +2155,7 @@ dependencies = [ [[package]] name = "texlab" -version = "3.1.0" +version = "3.2.0" dependencies = [ "anyhow", "bibutils-sys", diff --git a/Cargo.toml b/Cargo.toml index 4150fa556..790c5d8fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "texlab" description = "LaTeX Language Server" -version = "3.1.0" +version = "3.2.0" license = "GPL-3.0" readme = "README.md" authors = [