aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-07-10 21:15:39 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-07-18 22:01:20 +0200
commit748def5467674c0652f222830358211b2799839e (patch)
tree39d4770dfb40a1f9b3bcfed92be39f3574a3e931 /ChangeLog
parentde11bf3bd4852832c45bd4f3f39ab4bacab3b438 (diff)
Add anchors in line numbers for HTML source view
They allow linking to an specific line in the source code. This would be useful to add to the bug meter view, so the user can quickly jump to the error line in the HTML source. Fixes: https://github.com/dillo-browser/dillo/issues/214
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07c20e84..63cb5dce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@ dillo-3.2.0 [Not released yet]
Add zoom support using Ctrl +/-/0 and the "zoom_factor" option.
Fix wrong redirect by meta refresh without URL.
Display JSON as plain text.
+ Add line number anchors in HTML source view.
Patches: Rodrigo Arias Mallo
dillo-3.1.1 [Jun 8, 2024]