Skip to content

Latest commit

History

History
55 lines (33 loc) 路 1.81 KB

changelog.md

File metadata and controls

55 lines (33 loc) 路 1.81 KB

Changelog

0.3.4 | 2019-09-27

  • Fix Polacode not loading background color correctly. #125.

0.3.3 | 2019-09-24

  • 馃檶 Fix Polacode not loading font-family correctly. Thanks to contribution from @kufii. #121.

0.3.2 | 2019-05-10

  • Vertically center code in the snippet. #108.

0.3.1 | 2019-05-07

  • Dispose selection sync after closing Polacode window so selection no longer jams clipboard. #107.

0.3.0 | 2019-05-07

  • Major rewrite. See features in #105.
  • Long token wrapping. Thanks to OhYee. #104.
  • Improved vertical alignment of snippet. Thanks to vxna. #106.

0.2.2 | 2018-02-19

  • Remove "Pasted content is invalid" check. Will do proper HTML validation in #30.

0.2.1 | 2018-02-19

  • Fix an issue where Polacode incorrectly reports "Pasted content is invalid".

0.2.0 | 2018-02-16

  • Add warning when pasted content is not valid HTML copy-pasted from VS Code.
  • Remove backdrop for snippet with light background.
  • Find the line with smallest indentation and detract that indentation from all lines.
  • Add polacode.shoot command that you can bind command to.
  • Remember last used image save path.
  • Wrap when code is longer than Polacode preview.
  • Initialize with correct fontFamily.

0.1.2 | 2018-02-16

  • Update readme with some tip and explanation.
  • Make default filename code.png.

0.1.1 | 2018-02-15

  • Fix a Windows path issue.
  • Use correct background for snippet when pasting.

0.1.0 | 2018-02-15

  • Initial release