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:
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>

