Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 952 Bytes

CHANGELOG.md

File metadata and controls

27 lines (26 loc) · 952 Bytes

Change Log

All notable changes to the "BibManager" extension will be documented in this file.

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

[2.0.0] - 2020-03-29

  • Added Intellisense to Extension
    • Linting for BibTeX Entries
    • Context aware linting for Entry Fields
    • Suggested completion with additional information

[1.0.2] - 2018-10-12

  • Code Snippets
    • Updated definitions
    • Added more snippets

[1.0.1] - 2018-08-21

  • Updated extension name
  • Removed unnecessary information messages

[1.0.0] - 2018-08-21

  • Initial release

Added

  • Code Snippets
    • Reference blocks (i.e. Article, Inproceedings)
    • Reference fields (Title, Authors, Journal)
  • Sorting Methods
    • Sort by key (ascending)
    • Sort by key (descending)
    • Sort by title (ascending)
    • Sort by title (descending)