ITADN

版本发布 8

4.0.0-pre-release-12预发布
? · 2025-07-19

Summary: This update encompasses checking every single one of the ~220 commands available and validating them. Every single one has been inspected and tested. When broken, they have been fixed. Changes: - Bind F10 to toggle toolbars - Allow passing CLI options to Electron - Add force cache predicate for document-model method - Use cached document model (improve link hinting performance by ~2x on some web pages) - Fix `last-access` of buffers. - Fix annotation search (annotations are now properly rendered) - Delete toggle `toggle-hints-transparency` - Disable buffer summary function - Delete `spell-check-text-input` - Add F7 binding to spell check words - Fix regression in `vi` mode for unfocusing current element bound to `Esc`, it is now bound to `q` - Enable visibility of page specific modes - Delete next/previous heading commands - Remove broken atlas-searx-search-engine - Fix `pick-color` command - Fix `save-new-password` - Delete verbose and useless `copy-password-prompt-details` function - Fix rendering of status/message buffer hiding on Electron

4.0.0-pre-release-9预发布
? · 2025-06-08

Changes: Update `cl-electron` to support installing WebExtensions (extensions from Chrome, Firefox, et al). Please note: this functionality, while it exists, is NOT integrated into Nyxt via an easy to use API, and using it is *very* experimental. The next pre-release will feature support for this. Fix bug involving internal pages with special modes (e.g. `download-mode`) which would not load since scheme handling changes. Prompt buffer: Fix marking checkmarks outside the current source. Prompt buffer: Simplify startup sequence. Change default size of prompt buffer. Fix bug involving clicking on prompt buffer suggestions outside the current source. Delete migration guide (too much maintenance burden).

4.0.0-pre-release-8预发布
? · 2025-05-28

Changes: Buffers are appended to the end of the tab bar when created. This is a more intuitive experience for users of the tab browser familiar with other browsers. Fix misalignment/rendering issue for the `status area` on WebEngine. Add `M-up` and `M-down` command to dynamically resize the `prompt buffer` while it is open. Fix `ffi-prompt-buffer-focus` API to broadly define a `ffi-focus-buffer` API. This will be useful for windows with multiple buffers side by side. Add Emacs bindings `M-n` and `M-p` for switching between the next and previous tabs.

4.0.0-pre-release-7预发布
? · 2025-05-12

Changes: Fix Status area on macOS. Fix fonts in Status area on macOS. Fix fonts in Message area on macOS. Fix opening new buffers in hint mode. Fix expedition mode. Fix select frame command. Fix electron deletion of windows. Previously, when a window was deleted, you would lose all of the buffers that had been most recently rendered in said window. Increase Electron default window size to `1600x1200`. Avoid using `:raw` directive in spinneret when possible.

4.0.0-pre-release-5预发布
? · 2025-04-12

Changes: Bindings for hints are now simplified, fewer keystrokes. Tab display in status buffer allows for an infinite amount of tabs. Tab display in status buffer mimics traditional browsers (one tab per buffer). Status buffer display more reliably updates to reflect the current state of the browser. Fix bug involving resizing of buffers within the electron port. Fix bug involving empty space being left on screen when the user toggles the status/message buffer. Refactor buffer/status files.

4.0.0-pre-release-4预发布
? · 2025-04-01

This is a PRE-release of version 4.0.0. Enhancements include: 1. Fixed multi window support 2. Simplified startup procedure 3. App Image Support (Linux) 4. App Bundle Support (macOS)

4.0.0-pre-release-2预发布
? · 2025-01-27

To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.

4.0.0-pre-release-1
? · 2024-12-17

Release notes: https://nyxt-browser.com/article/release-4.0.0-pre-release-1.org To compile from source, prefer the tarball including the submodules if you don't manage the Lisp dependencies yourself.