aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-10-25 18:47:07 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-10-28 19:04:33 +0100
commit27f88f0e81fd66b59e52af7ec2a725d8bfd4351c (patch)
tree71ad549fd6a8ffb1b202ce95e3f60dcdd49469fd /ChangeLog
parent6d5b3ee329b61adfa144c4f7f9d60bbe10e04071 (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
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.