Skip to content

Releases: c3er/mdview

1.1.1 Display improvements

22 Sep 20:13
Compare
Choose a tag to compare
  • Font rendering is improved
  • Broken (or blocked) images are more recognizable
  • The text in the bar elements do not break visibly anymore

1.1.0 Better handling of local non Markdown files

03 Sep 22:57
Compare
Choose a tag to compare

Links to local non Markdown files are now handled better. If the file is a binary file, it will be opened by the application associated in the operating system. Source code files are rendered with syntax highlighting now.

Additionally:

  • Update of the Electron Framework
  • The application title displays now the application version

There is now a bug regarding the display of blocked (and broken) images. This is caused by the current Electron framework. See Electron issue 14426.

1.0.1 Bugfix

22 Aug 22:57
Compare
Choose a tag to compare

Headers with links were not transformed properly for the anchor elements

1.0.0 Context menu

13 Aug 22:05
Compare
Choose a tag to compare

Added a context menu that can:

  • Copy the currently selected text
  • Copy the link text under the mouse pointer
  • Copy the link target of the link under the mouse pointer

The tool is now feature complete.

0.9.5 Regression fix

08 Aug 21:44
Compare
Choose a tag to compare

Clicking on file links did not work.

0.9.4 Block content from the Internet

07 Aug 22:05
Compare
Choose a tag to compare

Content that would be loaded from the Internet is now blocked by default. It is possible to unblock this content if desired.

Additionally some bugfixes.

0.9.3 Support for internal links

27 May 01:33
Compare
Choose a tag to compare

Links that lead to targets inside the document (starting with a hash "#") are now supported. As GitHub, headings are supported to be linked. A click on such link will open a new window where the document is positioned to the target.

Additionally, the content can now be refreshed by pressing F5.

0.9.2 Status bar added

21 May 02:25
Compare
Choose a tag to compare

There is now a status bar that shows information to certain elements while the mouse pointer is over them.

  • Links: Shows the target URL
  • Images: Shows the alternative text and the image URL

0.9.1 Local file handling

20 May 03:47
Compare
Choose a tag to compare

The tool handles links to local files and local images now properly. A links to a local file will be opened in a new window. A link to a website will be opened in the standard web browser.

0.9.0 Initial release

13 May 18:23
Compare
Choose a tag to compare

Initial release of Markdown Viewer. Some features are missing yet. See README file for further information.