Releases: thomasjo/atom-latex
v0.50.0
v0.49.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Support for parsing of source file references in warning messages. Resolves #430.
- Faster forward sync when using the DiCy builder.
Fixed
latex:clean
includes dot files in glob patterns. Fixes #412.
v0.48.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Document minimum language syntax requirements.
~ #401 / @pabloguerrero - Support for opening result in background with
pdf-view
. Resolves #413.
~ #416 / @nisargjhaveri
Fixed
v0.47.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Support for literate Haskell, literate Agda and Pweave via DiCy upgrade.
Changed
- "Build on Save" only activates for LaTeX documents. Resolves #342.
v0.46.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
pdfViewSplitDirection
setting.
Fixed
- Forward sync when using multiple job names.
- Multiple pane splitting when using
pdf-view
with multiple job names.
v0.45.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Support for integrated JavaScript builder DiCy.
Fixed
- Prevent missing knitr generated LaTeX file from interferring with the parsing of the LaTeX log. Fixes #386.
v0.44.1
v0.44.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Add message count indicator in status bar.
- Add error markers in log files.
- Add support for TeX Live 2017.
Changed
- Improve message panel by using Docks API and display messages in panel using a table.
- Serialize log messages in Atom session.
Removed
- Remove support for TeX Live 2014.
Fixed
- Decrease wobble of spinning busy indicator.
- Log messages in knitr documents now reference generated LaTeX file. Fixes [#370].
v0.43.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Changed
- Reverse sync from Evince now focuses Atom window. Resolves #355.
- Added SumatraPDF
-reuse-instance
flag for non-tabbed usage to prevent multiple windows from being opened. Resolves #357.
Fixed
- Removed extra quoting of Atom path in SumatraPDF reverse sync command. Fixes #347.
v0.42.4
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Fixed
- Incorrect call to Evince's
SyncView
which prevented correct window to be opened when multiple jobnames where in use.