Releases: JonBunator/Quicop
Releases · JonBunator/Quicop
1.2.0
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:
- Settings: Add pdf export settings by @JonBunator in #9
- Optimize markdown rendering by @JonBunator in #10
- Editor: Add break line support by @JonBunator in #11
- Add MathJax support by @JonBunator in #12
- Update dependencies by @JonBunator in #13
- Fix wrong multiline MathJax detection by @JonBunator in #14
- Fix loading of settings from config by @JonBunator in #15
- Fixed buggy break lines, changed css styling, fixed xss bug by @JonBunator in #17
Full Changelog: v1.1.0...v1.2.0
1.1.0
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 fromctrl+s
toF5
Fixes:
- Line numbers jumping when you add content in line 10
PRs:
- Editor: Add custom syntax highlighting for !CodeFile[""] and paths by @JonBunator in #4
- Ui: Add light theme, primer components by @JonBunator in #5
- Add settings management by @JonBunator in #6
- Add resizable panels by @JonBunator in #7
Full Changelog: v1.0.1...v1.1.0
1.0.1
This is just a quick hotfix release
- Highlighted code: Fix wrong main color by @JonBunator in #3
Full Changelog: v1.0.0...v1.0.1
1.0.0
This release includes the basic functionalities:
- Import code files
- Export pdfs
- Basic markdown support (headers, tables, code blocks etc.)