0.39.25
Vim-related changes follow later in this release note.
New feature
- #203: Added a new option "Default sidebar view". It allows you to set the outline view (table of contents) as the default mode of the sidebar.
Improvements
- You can now configure whether
Ctrl
/Cmd
is required to display a popover preview for each of the following types of targets: backlink highlighting, PDF internal links, PDF citation links, PDF external links, PDF outline views, and PDF thumbnails. Head to the Page Preview core plugin's setting. - #176: The "Extract & copy annotations in this PDF" command now follows the document order even when handling double-column layout PDFs.
- Bibliography popover for citation links: If the bibliograpy extraction or parsing is completed after a popover DOM is displayed, the DOM will be automatically re-rendered and there is no need to hover over the link again.
- Dropdown menus in the PDF toolbar are now a little bit easier to use.
Bugfixes
- Fixed the annotation popups' unexpected behavior when hovering over multiple annotations in a short period of time.
- Fixed the "Hoverable dropdown menus" option and thumbnail popover previews not working in popout windows.
- Fixed
Escape
causing an error if PDF++ got enabled when some PDFs were already opened. - Fixed the order of author names in bibliography popovers.
- Fixed annotation post-processors being registered multiple times, which will fix some weird behavior when hovering over annotations and improve the performance.
Vim keybindings (#119)
- Vim mode now has a dedicated section in the PDF++ settings.
j
/k
/h
/l
now scrolls the page rather than going to another page.- Some related options have been added.
- You can use
J
/K
/H
/L
to go to the next/previous page.
- Now you can use
/
/?
to search forward/backward.- After initiating a search, use
n
/N
to go to the next/previous match. - Some related options have been added.
- After initiating a search, use
- Now the Vim bindings are cleared when PDF++ gets disabled.
- Fixed (probably) the problem where the
+
(zoom in) &=
(reset zoom) commands cannot be triggered by non-US keyboards. - Fixed Vim keybinds making the search bar unusable in popout windows.
Full Changelog: 0.39.24...0.39.25