Lagrange [release]

Remember redirected URLs as visited

Jaakko Keränen

Mon Nov 16 08:33:35 2020 +0200

"visited.txt" will now remember URLs that were redirects, but those are not shown in the UI as part of the history. This fixes the issue where redirected URLs were not being shown as visited links in the UI.

Beware if downgrading Lagrange: URLs in the history will get prefixed with "0000 ". Might be a good idea to switch to a forwards compatible format like JSON for these files.

 src/ui/documentwidget.c |  2 ++
 src/ui/window.c         |  2 +-
 src/visited.c           | 22 +++++++++++++++++-----
 src/visited.h           | 11 ++++++++---
 4 files changed, 28 insertions(+), 9 deletions(-)
Diff (Colored)
Diff (Colored, Plain Text)
🔨 Patch
Parent 25a3f4fc
Repository