Releases: thomasjo/atom-latex
v0.15.2
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Changed
- Update required Atom version to
>0.170.0
.
v0.15.1
v0.15.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
v0.14.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
v0.13.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Basic error log parsing routines. Only handles the simplest of scenarios, and
needs to be expanded.
Changed
- By default we now move the output file after a successful build, including
the SyncTeX file if it exists. The files are moved to the source directory,
i.e. the directory containing the processed root TeX file.- The behavior is configurable via
latex.moveResultToSourceDirectory
.
- The behavior is configurable via
- Improved configuration descriptions.
v0.12.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Error status indicator to the status bar.
~ #12
/ @boborbt - Basic support for parsing magic comments.
- Master/root TeX file feature which supports both magic comments and a
heuristic search algorithm. If building a descendant TeX file, this feature
ensures the root file is built instead.
~ #13
/ @boborbt - Support for opening the resulting PDF after a successful build. Behavior is
configurable.
~ #24
/ @boborbt - Added a basic Skim.app opener.
Used by default if Skim.app exists at the configured path which defaults to
/Applications/Skim.app
.
Changed
- Improved platform detection routines, which ultimately improves support for
Windows. - Migrated configuration to the new JSON schema approach supported by Atom for
an improved user experience.
v0.11.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Changed
- Improved the error messages to help users debug e.g. bad
PATH
.
~ #10
/ @thedataking
v0.10.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Changed
- Refactored code to minimize direct dependence on
latexmk
in an attempt
to prepare for future support of other TeX builders. - Lots of improvements to overall code quality, and test coverage.
v0.9.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Simple progress indicator.