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.32.0

22 Oct 17:54
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

  • The SumatraPDF opener now has full sync support.
    ~ #163
    / @avonmoll

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

22 Oct 17:54
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

  • 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

22 Oct 17:55
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

  • 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

  • Bug related to undefined editor.getPath() for new editor instances.
    ~ #167
    / @Focus

v0.29.0

22 Oct 17:55
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

  • 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 substring latex). Hence the
    language-latex package is now a
    requirement for the default keybinds to work.
    ~ #148
    / @pgbross

v0.28.2

22 Oct 17:56
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

  • Reuse SumatraPDF instances by passing -reuse-instance argument.
    ~ #141
    / @m0nhawk

v0.28.1

22 Oct 17:56
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

  • Problems with the SumatraPDF opener on Windows.
    ~ #140
    / @m0nhawk

v0.28.0

22 Oct 17:56
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

  • "engine magic" support to the texify builder.
    ~ #133
    / @m0nhawk

v0.27.1

22 Oct 17:56
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

  • Missing semicolon in path join argument.
  • Incorrect single qoute in regexp replaced with double quote.

v0.27.0

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

  • Support for specifying the engine to build a specific file with via a "magic
    comment" at the beginning of the file.
    ~ #131
    / @redw0lf

v0.26.0

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

  • More default extensions to the clean extensions.
    ~ #117
    / @EdJoPaTo
  • Support for Okular as the default PDF application on Linux.
    ~ #124
    / @WoodyWoodsta