Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

177 lines (94 loc) · 5.18 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2021-09-03)

🚀 Building Work

  • CI: remove redundant stage (ab6cd4a)
  • deps-dev: bump vsce from 1.96.1 to 1.96.2 (#7) (14ac5c1)

1.0.7 (2021-08-18)

🐛 Bug Fixes

  • deps-dev: remove duplicated packages (b21683a)

🚀 Building Work

  • CI: run CI building on each push and PR (6de45d5)

1.0.6 (2021-08-12)

🚀 Building Work

  • CI: auto close stale issues (07bf511)

🐛 Bug Fixes

  • code lines: count snippets.json lines (cb22ba7)

1.0.5 (2021-08-09)

Building Work

  • GitHub Linguist: disable config files detection (7e4d5f2)

1.0.4 (2021-08-02)

Bug Fixes

  • release: tag with signature (7cbfc16)

1.0.3 (2021-08-02)

Building Work

  • CHANGELOG: add more fields to CHANGELOG (de78fc9)

1.0.2 (2021-08-02)

Bug Fixes

  • README: rectify CI badge error (0f289af)

1.0.1 (2021-08-01)

Bug Fixes

  • CHANGELOG: move patch version to h3 (a410fbd)
  • README: rectify typo (1fbb402)

1.0.0 (2021-08-01)

Bug Fixes

  • CHANGELOG: ship to conventional commits (161c52f)
  • CI: rectify CI trigger timing (01ace8a)
  • release: add standard-version support (b300a16)
  • vsce: rectify vsce publish token (e98badb)

[0.1.1] - 2019-03-20

Features

  • Reference for algorithm

[0.1.0] - 2019-03-19

Features

  • State statement for algorithm
  • If statement for algorithm
  • For statement for algorithm
  • While statement for algorithm

Bug Fixes

  • Rectify cutlines symbol error in Table snippet.

[0.0.8] - 2019-01-21

Features

  • Add Compactitem snippet.

Bug Fixes

  • Change Figure snippet: figure width from '0.5' to '0.45' textwidth.

[0.0.7] - 2019-01-16

Bug Fixes

  • Change Figure snippet caption and width.

[0.0.6] - 2019-01-15

Features

  • Added package usage comments.
  • Added Input/Output Control Sequence.

Bug Fixes

  • Fixed Figure snippet (missing }).

[0.0.5] - 2019-01-14

Features

  • Figure snippet.
  • Table snippet.
  • Algorithm snippet.
  • Empty Page snippet.

Bug Fixes

  • move $0 to tail of Math snippet (ACM format).
  • move $0 to tail of Table snippet (ACM format).

[0.0.4] - 2019-01-14

Features

  • Equation (ACM format) snippet.
  • Math (ACM format) snippet.
  • Displaymath (ACM format) snippet.
  • Theorem (ACM format) snippet.
  • Definition (ACM format) snippet.
  • Proof (ACM format) snippet.
  • Enumerate (ACM format) snippet.

[0.0.3] - 2019-01-06

Features

  • Figure (ACM format) snippet.
  • Table (ACM format) snippet.
  • Cite snippet.

[0.0.2] - 2019-01-06

Features

  • Travis CI build and publish support.

[0.0.1] - 2019-01-06

Features

[Unreleased]

  • Initial release