diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-12-28 00:42:16 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-12-28 00:48:35 +0100 |
commit | 540bad94df96f8bf8b018796d940b52795bb37b0 (patch) | |
tree | f25e3b65cf9f8db92e4e09a9d64b233f3dec4cb0 /ChangeLog | |
parent | 140d9ebd912ed803dd916c6ab3783a79a2a724e3 (diff) |
Support line fragments in plain text files
Line numbers can be referenced using the fragment L + line number. For
example, file://foo/bar.txt#L42 will cause Dillo to scroll to line 42.
Fixes: https://github.com/dillo-browser/dillo/issues/330
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ dillo-3.2.0 [Not released yet] - Allow image formats to be ignored with the "ignore_image_formats" option. - Add the "link_action" option to define custom menu entries to open links with external programs or scripts. + - Add support for line fragments in plain text files (file://foo/bar.txt#L42). Patches: Rodrigo Arias Mallo +- Add primitive support for SVG using the nanosvg.h library. - Add support for ch, rem, vw, vh, vmin and vmax CSS units. |