aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-02-18 16:04:48 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-02-18 16:06:42 +0100
commit6b79a74601b57500ff786e1bb9f9ec94e72416ad (patch)
tree0a67899f7150489acbcdca294c214e5c6c451453 /ChangeLog
parent3f16e8e2b444a4da5aa99173b06b77d0b5d9e1c3 (diff)
Expand tilde to home directory in local URLs
Allows paths like "file:~/" and "file:~/.dillo/dillorc" to be opened by Dillo by expanding the tilde character '~' to the value of the $HOME environment variable. Fixes: https://github.com/dillo-browser/dillo/issues/81
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a8e09cf..b1b00247 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,6 +57,7 @@ dillo-3.1 [not released yet]
- Switch tabs using the mouse wheel by default. Use the new option
scroll_switches_tabs to disable the behavior.
- Fix OpenSSL handling of unexpected EOF without close notify alert.
+ - Expand home tilde '~' in the file plugin.
Patches: Rodrigo Arias Mallo <rodarima@gmail.com>
-----------------------------------------------------------------------------