Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Releases: thomasjo/atom-latex

v0.25.1

22 Oct 17:58
Compare
Choose a tag to compare

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 the latexmk builder.
  • Improved notification messages specific to TexifyBuilder.
  • Use %SystemDrive%, %ProgramFiles, and %ProgramFiles(x86)% environment
    variables on Windows systems.
    ~ #103
    / @idleberg

Fixed

  • Typo in TexifyBuilder related to notifications.
  • Wrap CustomOpener path in quotes to support paths containing spaces.
    ~ #114
    / @ahoereth

v0.25.0

22 Oct 17:59
Compare
Choose a tag to compare

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

22 Oct 17:59
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Fixed

  • Explicitly set the current working directory.
    Fixes #87.

v0.24.1

22 Oct 17:59
Compare
Choose a tag to compare

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

22 Oct 18:00
Compare
Choose a tag to compare

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

22 Oct 18:00
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Fixed

  • Ensure Composer::shouldMoveResult behaves as expected.
    Fixes #80.

v0.23.3

22 Oct 18:00
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

  • Bug caused by breaking change in fs-plus.
    Fixes #78.

v0.23.2

22 Oct 18:00
Compare
Choose a tag to compare

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

22 Oct 18:02
Compare
Choose a tag to compare

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Fixed

  • Launch SumatraPDF with execFile instead of exec.
    Fixes #77.

v0.23.0

22 Oct 18:03
Compare
Choose a tag to compare

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.