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

05 Apr 00:37
da2a0b7
Compare
Choose a tag to compare

0.50.0 / 2018-04-04

Added

  • Opener and SyncTeX support for qpdfview viewer.
    ~ #442
    / @skidpa

Changed

  • Added .tikz extension to allowed file types for build command. Resolves #444.
  • Use JSON-RPC interface to DiCy.

v0.49.0

27 Oct 10:27
a077869
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 parsing of source file references in warning messages. Resolves #430.
  • Faster forward sync when using the DiCy builder.

Fixed

  • latex:clean includes dot files in glob patterns. Fixes #412.

v0.48.0

30 Sep 17:08
17a5db3
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

Fixed

  • Status bar cleanup issue that prevented Atom v1.21 from exiting. Fixes #417.
  • Reset of error markers in source files after a new build. Fixes #419.

v0.47.0

15 Sep 00:34
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 literate Haskell, literate Agda and Pweave via DiCy upgrade.

Changed

  • "Build on Save" only activates for LaTeX documents. Resolves #342.

v0.46.0

21 Aug 14:45
d837adb
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

  • pdfViewSplitDirection setting.

Fixed

  • Forward sync when using multiple job names.
  • Multiple pane splitting when using pdf-viewwith multiple job names.

v0.45.0

03 Aug 18:10
4d6d24b
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 integrated JavaScript builder DiCy.

Fixed

  • Prevent missing knitr generated LaTeX file from interferring with the parsing of the LaTeX log. Fixes #386.

v0.44.1

23 Jul 20:31
9e2a29a
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

  • Adjust to changes in Atom TextEditor API [#387].

v0.44.0

14 Jun 12:09
e6254d1
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

  • Add message count indicator in status bar.
  • Add error markers in log files.
  • Add support for TeX Live 2017.

Changed

  • Improve message panel by using Docks API and display messages in panel using a table.
  • Serialize log messages in Atom session.

Removed

  • Remove support for TeX Live 2014.

Fixed

  • Decrease wobble of spinning busy indicator.
  • Log messages in knitr documents now reference generated LaTeX file. Fixes [#370].

v0.43.0

04 Apr 20:33
708bbac
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

  • Reverse sync from Evince now focuses Atom window. Resolves #355.
  • Added SumatraPDF -reuse-instance flag for non-tabbed usage to prevent multiple windows from being opened. Resolves #357.

Fixed

  • Removed extra quoting of Atom path in SumatraPDF reverse sync command. Fixes #347.

v0.42.4

21 Mar 11:02
75cb8c2
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

  • Incorrect call to Evince's SyncView which prevented correct window to be opened when multiple jobnames where in use.