aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-06-11 20:15:44 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-06-11 20:44:02 +0200
commitfd120fb9b09ddd584ff9bf41e9ca0d29c99dd7a0 (patch)
treebe6589d96d7a4a6595c587eb27e83c00049a3a26 /ChangeLog
parent2c01e5876168eb18166f33e08c819447a57a3e21 (diff)
Ignore empty page title for tab labels
When a page has an empty title like <title></title>, don't use it to set the tab label, but instead rely on the default tab label, which is computed from the file name.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e32e67ad..afd4bb29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ dillo-3.2.0 [Not released yet]
+- Add new_tab_page option to open a custom new tab page.
Patches: Alex, Rodrigo Arias Mallo
++- Ignore empty page title for tab labels.
+ Patches: Rodrigo Arias Mallo
dillo-3.1.1 [Jun 8, 2024]