Skip to content

Latest commit

 

History

History
58 lines (26 loc) · 2.79 KB

CHANGELOG-FULL.md

File metadata and controls

58 lines (26 loc) · 2.79 KB

Markdown Viewer - 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)

Documentation

  • update README, CONTRIBUTING, LICENSE and screenshots files, add commit messages guideline (b31d792)

2.2.2 (2021-09-09)

2.2.1 (2021-09-09)

2.2.0 (2021-09-09)

Features

  • #9: save/restore the user selected highlight style in/from application setting, fix contextmenu bug (e7af1ee)

Bug Fixes

  • 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)

Documentation

  • add screenshots documentation page (linked into README) (9c7643b)
  • disable markdownlint MD033 for the screenshot image link (a32b7f8)

2.1.0 (2021-09-06)

Features

  • UI: add "toggle raw view" context menu, add menu to change code styling, fix minor bugs (2f8f3f6)

2.0.1 (2021-09-05)

Bug Fixes

  • recognize markdown files regardless of the case of their extension (917a2a9), closes Issue #1

Features