We are happy to announce the sixth pre-release of Nyxt version 2.0.0. If you missed the previous pre-release announcement, see here.
Nyxt 2 is a massive overhaul of the Nyxt 1 series. A lot of effort has been geared towards improving the code quality under the hood which should reflect on the overall user experience with better performance, increased stability and better accessibility.
This is a test release for everyone to try out before the final release. It contains experimental features and some parts are still unfinished. Please feel free to share your feedback on our GitHub issue tracker!
Notable highlights:
New prompt-buffer, replacing the minibuffer for all user interactions.
Important highlights:
M-return
to list all the actions you can operate on the marks.object-properties
method. Press C-]
to configure the columns to display.resume-prompt
command, for instance to resume a search where you left it.C-c C-f
). Try it in switch-buffer
, it will update the view with the selected suggestion!New describe-any
command. It leverages the new prompt buffer multi-source feature to conflate all help sources.
Global history tree (GHT). See our article for an introduction.
New nosave
buffer commands. A nosave
buffer does not persist any data to disk. (This feature is also known as "icognito" or "private" mode in some other browsers.)
New visual-mode
. (Thanks to @kssytsrk!)
New watch-mode
. (Thanks to @aadcg!)
New diff
command. (Thanks to @aadcg!)
Rename fill-input-from-external-editor
to edit-with-external-editor
. (Thanks to @aadcg!)
The edited HTML content is replicated in the editor, then the editor content is committed back upon closing.
Enable Intelligent Tracking Prevention by default.
Password interfaces now have user classes, thus they are configurable with define-configuration
.
New smooth-scrolling
buffer
slot option.
New update-hostlists
command for blocker-mode
.
New default :renderer
download engine.
You can switch download engine with the download-engine
buffer slot.
New non-official platform support: FreeBSD.
macOS is down at the non-official state now. (Help welcome!)
For the complete change list, please consult the CHANGELOG.org file.
We hope you enjoy these new features, and that they help make you more productive. Thanks for reading :-)
The new prompt buffer in action (setting the URL from multiple sources):
The new prompt buffer being used for jump to heading (jumping across several pages):