diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-07-10 21:15:39 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-07-18 22:01:20 +0200 |
commit | 748def5467674c0652f222830358211b2799839e (patch) | |
tree | 39d4770dfb40a1f9b3bcfed92be39f3574a3e931 /ChangeLog | |
parent | de11bf3bd4852832c45bd4f3f39ab4bacab3b438 (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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |