From 27f88f0e81fd66b59e52af7ec2a725d8bfd4351c Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 25 Oct 2024 18:47:07 +0200 Subject: Reload the current page on SIGUSR1 signal Reloads the current page on all windows when the SIGUSR1 is received. This is useful to update the page when it is being edited. Fixes: https://github.com/dillo-browser/dillo/issues/255 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6898c4b..adfe6b26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,7 @@ dillo-3.2.0 [Not released yet] - Set focus_new_tab=NO and show_quit_dialog=NO by default. - Fix GET requests over HTTPS via a proxy. - Improve image resize logic to always try to preserve the aspect ratio. + - Reload current page on SIGUSR1 signal 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. -- cgit v1.2.3