Releases: c3er/mdview
1.1.1 Display improvements
- 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
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
Headers with links were not transformed properly for the anchor elements
1.0.0 Context menu
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
Clicking on file links did not work.
0.9.4 Block content from the Internet
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
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
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
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
Initial release of Markdown Viewer. Some features are missing yet. See README file for further information.