LaTeX-Workshop/CHANGELOG.md
2017-01-04 10:41:27 +08:00

1.3 KiB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.1.4] - 2017-01-04

Changed

  • Now PDF viewer will try to use synctex to scroll to tex editor cursor position upon refresh.

[0.1.3] - 2017-01-03

Changed

  • Use code snippet for all latex backslash commands.
    • Now autocomplete will show when the first letter is input after the backslash.
    • Now backslash autocomplete can use tab to navigate to proper positions for contents.

Fixed

  • \ref won't develop autocomplete recommends when .aux file is not generated.

[0.1.2] - 2017-01-03

Changed

  • Synchronously read related files when developing citation and reference autocompletes.
    • The original acynchronous pattern will miss the latest changes.
    • If the autocomplete reaction speed is greatly influenced in large files, this change may be reverted.

[0.1.1] - 2017-01-01

Added

  • An extension icon.

Fixed

  • In some cases \cite and \ref won't develop autocomplete recommends.

[0.1.0] - 2017-01-01

Added

  • Compile LaTeX to PDF
  • Live Preview
  • SyncTex
  • Autocomplete on backslash, citation, and reference
  • Configuration

[0.0.1] - [0.0.12]

  • Merged into version 0.1.0.