Releases: thomasjo/atom-latex
v0.25.1
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Additional default (platform dependent) TeX paths;
%SystemDrive%\\texlive\\2015\\bin\\win32
/Library/TeX/texbin
Changed
- The
texify
default command arguments now matches thelatexmk
builder. - Improved notification messages specific to
TexifyBuilder
. - Use
%SystemDrive%
,%ProgramFiles
, and%ProgramFiles(x86)%
environment
variables on Windows systems.
~ #103
/ @idleberg
Fixed
v0.25.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- Introduces a new builder for MiKTeX's
texify
. - Support for specifying a customer opener.
Changed
- Clean command now has default shortcut
ctrl-alt-c
.
v0.24.2
v0.24.1
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Added
- New option
alwaysOpenResultInAtom
which allows specifying that results
should always be opened in Atom, using the pdf-viewer package.
Changed
- Improved how we determine opener executable existence.
Fixed
- Increased process' max buffer size to 50 MB.
Fixes #88.
v0.24.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Changed
- Clicking the error indicator in the status bar now opens the associated log
file instead of opening the developer console, and in addition attempts to
scroll to the first error.
v0.23.4
v0.23.3
v0.23.2
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Fixed
- Ensure we always bootstrap properly.
v0.23.1
v0.23.0
Changes
All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.
Migration from CoffeeScript to Babel.
Ideally this should have been a major release since we're migrating away
from CoffeeScript to ES6/ES7 via the Babel transpiler (built into Atom). But
since we're not yet ready for v1.0.0, this major release is tagged as a
minor release.