Skip to content

Releases: JonBunator/Quicop

1.2.0

03 Nov 21:07
Compare
Choose a tag to compare

New features:

  • PDF export settings added (Located under File -> Settings)
  • New Lines are automatically converted to empty space. You can now add empty lines via the Enter key.
  • MathJax support added

Changes:

  • Total page numbers are now displayed in PDF footer. Can be disabled via the footer template in the settings
  • Decreased line thickness of blockquotes
  • Added underline for h1, h2, h3, h4, h5, h6 tags
  • Optimized markdown rendering performance
  • Updated dependencies

Fixes:

  • Prevented XSS when inputting malicious markdown

PRs:

Full Changelog: v1.1.0...v1.2.0

1.1.0

21 Dec 17:03
Compare
Choose a tag to compare

New features:

  • !CodeFile[""] is now highlighted in the editor
  • Editor tab is now resizable
  • Unsaved content in the editor is persisted when the application is closed
  • A settings page has been added (Located under File->Settings)
  • A Light theme has been added (Changeable under File->Settings)

Changes:

  • Refresh code files shortcut changed from ctrl+s to F5

Fixes:

  • Line numbers jumping when you add content in line 10

PRs:

Full Changelog: v1.0.1...v1.1.0

1.0.1

16 Nov 15:49
725b887
Compare
Choose a tag to compare

This is just a quick hotfix release

Full Changelog: v1.0.0...v1.0.1

1.0.0

09 Nov 20:48
3d20dcf
Compare
Choose a tag to compare

This release includes the basic functionalities:

  • Import code files
  • Export pdfs
  • Basic markdown support (headers, tables, code blocks etc.)