diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-02-18 16:04:48 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-02-18 16:06:42 +0100 |
commit | 6b79a74601b57500ff786e1bb9f9ec94e72416ad (patch) | |
tree | 0a67899f7150489acbcdca294c214e5c6c451453 /ChangeLog | |
parent | 3f16e8e2b444a4da5aa99173b06b77d0b5d9e1c3 (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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> ----------------------------------------------------------------------------- |