Skip to content

Markdown Viewer v2.3.0

Latest
Compare
Choose a tag to compare
@khatastroffik khatastroffik released this 12 Sep 07:21
· 7 commits to master since this release

CHANGELOG

2.3.0 (2021-09-11)

Features

  • issue #15: implement "print to PDF" functionality (c206307), closes issue #15
  • issue #23: add an "About..." dialog to display information and links related to the application (d0e634f)
  • issue #9: save/restore the user selected highlight style in/from application setting, fix contextmenu bug (e7af1ee)
  • issue #2: improve UI/design (4aed1f8), closes Issue #2
  • UI: add "toggle raw view" context menu, add menu to change code styling, fix minor bugs (2f8f3f6)

Documentation

  • update README, CONTRIBUTING, LICENSE and screenshots files, add commit messages guideline (b31d792)
  • add screenshots documentation page (linked into README) (9c7643b)
  • disable markdownlint MD033 for the screenshot image link (a32b7f8)

Bug Fixes

  • issue #1 recognize markdown files regardless of the case of their extension (917a2a9), closes Issue #1
  • chore: repair dependency to lodash (moved from devDependency to app dependency) (b5e4705)
  • tests: rename label of mocked menu item to match real application menu item (e3caaf9)