- Fix Polacode not loading background color correctly. #125.
- Vertically center code in the snippet. #108.
- Dispose selection sync after closing Polacode window so selection no longer jams clipboard. #107.
- Major rewrite. See features in #105.
- Long token wrapping. Thanks to OhYee. #104.
- Improved vertical alignment of snippet. Thanks to vxna. #106.
- Remove "Pasted content is invalid" check. Will do proper HTML validation in #30.
- Fix an issue where Polacode incorrectly reports "Pasted content is invalid".
- 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.
- Update readme with some tip and explanation.
- Make default filename
code.png
.
- Fix a Windows path issue.
- Use correct background for snippet when pasting.
- Initial release