When mapping the new_tab action allow specifying that the tab should open next to the current tab instead of at the end of the tabs list

Fixes #979
This commit is contained in:
Kovid Goyal
2018-09-19 19:43:41 +05:30
parent edfb4ef3f1
commit 5fb02c0439
4 changed files with 27 additions and 6 deletions

View File

@@ -21,6 +21,9 @@ Changelog
full-screen/maximized/minimized. This replaces the ``--start-in-fullscreen``
flag introduced in the previous release (:iss:`935`)
- When mapping the new_tab action allow specifying that the tab should open
next to the current tab instead of at the end of the tabs list (:iss:`979`)
- macOS: Add a new :opt:`macos_thicken_font` to make text rendering
on macs thicker, which makes it similar to the result of
sub-pixel antialiasing (:pull:`950`)