Skip to content

v0.18.0

Compare
Choose a tag to compare
@EdJoPaTo EdJoPaTo released this 01 Feb 10:08
· 277 commits to main since this release

html_prettify attribute improvements

Before this release changes like this occurred regularly:

-<a class="external link">
+<a class="link external">

-<a style="color: white; display: none">
+<a style="display:none;color:white">

This release sorts classes and formats style. This reduces the amount of diffs when the host only changes something like the order.
It also fits into the concept of 'pretty' HTML which this editor attempts.

eeb020f 4a40826

support URL queries

Some websites are server generated based on the queries used. Different queries for the same domain/path are now possible.

05c4dc8

Minor changes

housekeeping, dependency updates, …