Releases: thomasjo/atom-latex
v0.32.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
Changed
- The heuristic-based master file search is now disabled by default.
If you want this functionality, simply go to the package settings and enable
the Use Master File Search option.
v0.31.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Optional functionality for automatically building a file after it has been
saved. To avoid possible race conditions that could potentially be triggered
by Save All, automatic builds are only triggered on the active file.
~ #152
/ @ravinrabbid
v0.30.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- After a LaTeX file has been built it gets decorated with line number markers
to indicate which lines contain errors and warnings.
~ #167
/ @Focus - The pdf-view opener now supports forward-sync.
~ #170
/ @nsaje
Changed
- Improved the package settings; better descriptions, explicit and more logical
option ordering, etc.
Fixed
v0.29.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Adds support for specifying output format (PDF, PS, DVI). Note that this
currently only works when using the latexmk builder.
~ #143
/ @sometea
Changed
- The Clean command now behaves as expected together with the Output
Directory configuration setting.
~ #156
/ @Poeschl - The default keybinds now only trigger on LaTeX documents (technically this
means that the grammar scope must contain the substringlatex
). Hence the
language-latex package is now a
requirement for the default keybinds to work.
~ #148
/ @pgbross
v0.28.2
v0.28.1
v0.28.0
v0.27.1
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Fixed
- Missing semicolon in path join argument.
- Incorrect single qoute in regexp replaced with double quote.
v0.27.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
v0.26.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- More default extensions to the clean extensions.
~ #117
/ @EdJoPaTo - Support for Okular as the default PDF application on Linux.
~ #124
/ @WoodyWoodsta