Lagrange [release]
SidebarWidget: Handling feed entry URLs with spaces
Sun Feb 14 14:20:13 2021 +0200
The sidebar failed to realize that an entry was the current one and/or already read, because URL encoding is not consistently applied.
This needs addressing soon — internally, all URLs should have a consistent format (fully encoded or decoded, NFC normalized).
src/app.c | 2 +- src/ui/sidebarwidget.c | 5 ++++- src/ui/window.c | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-)