aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-12-28 00:42:16 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-12-28 00:48:35 +0100
commit540bad94df96f8bf8b018796d940b52795bb37b0 (patch)
treef25e3b65cf9f8db92e4e09a9d64b233f3dec4cb0 /ChangeLog
parent140d9ebd912ed803dd916c6ab3783a79a2a724e3 (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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89348d3c..9a60a71b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.