github c3er/mdview v4.0.0
4.0.0 Content Blocking Memory

5 hours ago

Unblocked content can now be remembered (issue #61)

It is now possible, to unblock images permanently, meaning that media doesn't need to be unblocked again after restarting the application.

Clicking on a blocked image opens now a menu:

The blocked content banner has now a button for unblocking, that opens also a menu on clicking:

Clicking on "Temporary" behaves like clicking on the banner itself in previous versions.

Clicking on "Permanent" opens a dialog, allowing to select, which content shall stay unblocked:

Screenshot of the dialog for unblocking images permanently

Single window position, independent of the document (issue #67)

The application settings have now an option for remembering the window position:

  • "Remember for each document" (default, as previous versions): Remembers the window position for each document
  • "Remember single position": The application opens the window always at the last previously opened position, independently of the opened document

Bugfixes

Issue #62

HTML anchors can now be defined also via name, additionally to the already supported id attribute.

Example: Alternatively of using

<!-- Already supported previously -->
<a id="anchor-with-id"></a>

you can use

<!-- Now supported, but deprecated in HTML standard -->
<a name="anchor-with-id"></a>

Don't miss a new mdview release

NewReleases is sending notifications on new releases.