Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: nyxt | Distribution: openSUSE Tumbleweed |
Version: 3.12.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Tue Oct 22 21:53:13 2024 |
Group: Productivity/Networking/Web/Browsers | Build host: reproducible |
Size: 33056517 | Source RPM: nyxt-3.12.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://nyxt.atlas.engineer | |
Summary: Keyboard-oriented, Common Lisp extensible web-browser |
Nyxt is a keyboard-oriented, extensible web-browser designed for power users. It has familiar key-bindings (Emacs, VI, CUA), is fully configurable and extensible in Lisp, and has powerful features for productive professionals.
BSD-3-Clause
* Tue Oct 22 2024 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.12.0: * UI/UX - Add list-extensions (unbound) command * Programming interface - Deny all permission requests by default on the WebKitGTK port (see nyxt/renderer/gtk:handle-permission-requests-p) * Bug fixes - Fix prompt buffer's empty input bug - Fix prompt buffer's height logic * Thu Aug 01 2024 Michael Pujos <pujos.michael@gmail.com> - removed cl-gobject-introspection-sb-int.patch and fset-sb-int.patch - Update to version 3.11.8: * Bug fixes - Fix fullscreen and maximized window logic. * UI/UX - Review UI of bookmarks-panel (unbound) - Fix mode menu bar - Fix echo message when invoking command describe-key (f1 k) - Review docstrings * Tue Jul 23 2024 Sai Karthik Karra <kskarthik@disroot.org> - spec: Add missing runtime dependency at-spi2-core * Wed Jul 17 2024 Sai Karthik Karra <kskarthik@disroot.org> - Add missing runtime dependency libgthread-2_0-0 which makes nyxt unable to start - Added %check section in spec to prevent future runtime errors which can be caught during packaging stage * Sat Jun 01 2024 Michael Pujos <pujos.michael@gmail.com> - added cl-gobject-introspection-sb-int.patch and fset-sb-int.patch for compilation with SBCL 2.4.5 - Update to version 3.11.7: * Bug fixes - Fix query handling when invoking command set-url (Ctrl+l) - Fix incorrect redirection when reduce-tracking-mode is enabled - Improve clipboard facilities detection on X11 and Wayland * UI/UX - Bind common zoom keybindings for all keyschemes * Tue Apr 09 2024 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.11.6: * Bug fixes - Fix crash on common settings - Fix warnings raised by pick-color (unbound) - Fix hint-mode performance issues caused by Shadow DOMs hinting algorithm * Mon Mar 18 2024 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.11.5: * Bug fixes - Fix compilation error when compiling on SBCL 2.4.2 * UI/UX - Improve UI stylesheets - Update to version 3.11.4: * Bug fixes - Fix hint-mode on zoomed pages * UI/UX - Improve user experience when invoking command set-url (Ctrl+l) * Thu Feb 22 2024 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.11.3: * Bug fixes - Fix prompt buffer freezes when invoking command set-url (Ctrl+l) * Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN * Mon Feb 05 2024 Michael Pujos <pujos.michael@gmail.com> - partial work-around for https://bugs.webkit.org/show_bug.cgi?id=268759 - Update to version 3.11.2: * Bug fixes - When enabling vi keybindings via common settings, start the prompt buffer with vi-insert-mode enabled - The scroll position is remembered when issuing buffer reloading commands, such as reload-current-buffer (f5). - Improve performance of edit-file (unbound) - Fix bug that prevented listing buffers recovered via command reopen-buffer (Ctrl+/) * Mon Jan 22 2024 Michael Pujos <pujos.michael@gmail.com> - added nyxt-rpmlintrc - Update to version 3.11.1: * UI/UX - Improve user experience of macro-edit-mode - Improve UI of the interfaces bound to annotate-mode commands, such as show-annotations-for-current-url (unbound) - Review the appearance of all help system pages such as describe-class (f1 C) - Review font sizes - Add possibility to specify a monospace font via monospace-font-family. By default, it is set to DejaVu - Review usage of proportional and monospace fonts - Use monospace fonts in plaintext-editor-mode - Replace source heading buttons in the prompt-buffer - Review styling of the status-buffer , repl (unbound) and migration-guide - Replace glyph that collapses sections, for instance in the manual - Improve UI of the interfaces bound to commands: list-downloads (Ctrl+Shift+Y) list-history (unbound) list-buffers (unbound) list-bookmarks (unbound) buffers-panel (unbound) bookmarks-panel (unbound) * Mon Jan 08 2024 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.11.0: * UI/UX - Built-in modes and special pages have a dedicated menu area now. This menu allows access to common functions that are defined within the mode. * Bug fixes - Fix commands reopen-last-buffer (unbound) and reopen-buffer (Ctrl+/). - Fix performance issues related to hint-mode - Fix logic behind actions-on-marks * Mon Dec 11 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.10.0: * UI/UX - Improve source heading buttons, layout and interactions in the prompt-buffer - Add checkboxes for suggestions within the prompt-buffer * Bug fixes - Fix command show-annotations-for-current-url (unbound) - Command nyxt/renderer/gtk:make-buffer-with-context now lists previously defined contexts - Improve architecture of hint-mode as to ensure that hints are shown for arbitrary URLs * Wed Nov 15 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.9.2: * UI/UX - Review of the status buffer UI. The URL area is now clickable * Bug fixes - blocker-mode ensures that hostlist files are loaded when missing - Fix connection to Nyxt via commands start-swank and start-slynk * Programming interface - When running Nyxt as a Flatpak, programs available on the host can be invoked via flatpak-spawn --host <command> <command-args> * Thu Nov 02 2023 Michael Pujos <pujos.michael@gmail.com> - fixed .desktop file not added with %suse_update_desktop_file * Tue Oct 24 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.9.1: * UI/UX - UI improvement of interfaces bound to commands bookmarks-panel (unbound), list-bookmarks (unbound) and buffers-panel (unbound) * Bug fixes - Fix command bookmark-url (unbound) - Fix commands that rely on external-editor-program - Fix command toggle-attributes-display (unbound) and behavior of UI elements relying on it * Tue Oct 10 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.9.0: * Features - Complete refactor of the Common Settings Menu. - Refactor the theme API to allow for more nuanced themes and richer interfaces * Bug fixes - Fix the functionality of the download cancellation button - Fix duplicated suggestions when issuing command describe-slot (f1 s) - Fix accepted values of external-editor-program * Mon Sep 25 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.8.0: * Features - Add new slots hints-offset-x and hints-offset-y, to change the position of hint overlays * Bug fixes - Fix bug with subsequent invocations of define-configuration on the same class and slot being overwritten by the first * UI/UX - Keybindings are shown in a more user-friendly way, when using the CUA keyscheme - Modes in the status area are shown vertically in their tooltip to improve readability - Stylistic review of the help system pages to improve readability * Programming interface - Fix Nyxt connection via commands start-slynk and start-swank on the Flatpak distribution - Fix warning signaling when a mismatch between the history file and the current Nyxt version exists. It is only raised when the major version differs - Buffers of type editor-buffer have plaintext-editor-mode enabled by default * Mon Sep 11 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.7.0: * Features - Minor UI improvements on the status and prompt buffer - Stylistic review of the manual to improve readability * UI/UX - Add possibility to open PDF files via command open-file (C-o) - The installation process now takes into account the Appdata file and a scalable icon * Tue Aug 29 2023 Michael Pujos <pujos.michael@gmail.com> - fixed missing dependencies - Update to version 3.6.1: * Bug fixes - Fix clipboard facilities on X11 and Wayland - Fix dark-mode and the darken (UNBOUND) bookmarklet command * Mon Aug 14 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.6.0: * Features - Add commands for importing history from Firefox, Google Chrome, Chromium, Brave and Vivaldi. For instance, import-history-from-firefox (UNBOUND) * Bug fixes - Fix keyscheme configuration via Common Settings Menu * UI/UX - Add Public Sans font and set it as the default - Redesign status buffer buttons - Minor review of start page * Mon Jul 24 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.5.0: * Features - Add new quick start tutorial, accesible via command quick-start (UNBOUND) - Add hinting support for pages using Shadow DOMs - Add keybinding for command describe-any (f1 a) * Bug fixes - Fix status buffer history buttons - Fix bug in command repeat-key (UNBOUND) * UI/UX - Redesign start page - Fix styling of progress bar - Fix styling of prompt buffer's input area * Mon Jul 10 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.4.0: * Features - Enable native spell-checking from WebKitGTK. The language can be set via command set-spell-check-languages. The list of dictionaries is provided by Enchant - Add prompt buffer keybindings for commands previous-page (UNBOUND) and next-page (UNBOUND) * Bug fixes - Fix theme configuration via Common Settings Menu - Honor the value of environment variables $XDG_DATA_HOME, $XDG_CONFIG_HOME and $XDG_CACHE_HOME for the Flatpak * UI/UX - Add cursor change on hover for buttons and links in internal pages and panel buffers - Improve user experience of pick-color (UNBOUND) * Tue Jun 27 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.3.0: * Features - Change default search engine to Atlas' own SearXNG instance - Add command pick-color (UNBOUND), to pick a color and copy its HEX, RGB or HSL code to clipboard - Add keybindings for commands delete-panel-buffer (f4) and delete-all-panel-buffers (s-f4) - Improve describe-prompt-buffer (UNBOUND): List available keybindings for enabled prompt buffer modes Reference current prompt buffer sources * Bug fixes - Honor the value of zoom-ratio-default - Honor the value of the panel buffer's style - Fix bugs in the common settings interface - Fix clipboard support for the Flatpak on Wayland - Fix behavior of hint-mode when slots hinting-type and show-hint-scope-p are set to :vi and t, respectively * UI - Add border between panel buffer and main content area - Apply nuanced background color to panel buffers * Programming interface - external-editor-program no longer signals when the program is a string containing spaces - external-editor-program returns its value rather than returning a string value in a list * Thu Jun 22 2023 Michael Pujos <pujos.michael@gmail.com> - added patch for dynamically loading versioned libfixposix and libwebkit2gtk-4.1 * Mon Jun 19 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.2.1: * bug fixes only * Thu Jun 15 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.2.0: * Add support for PDF.js * Add command toggle-suggestions-display ( UNBOUND ), that allows collapsing the prompt buffer to its input area * Improve the UI of the REPL * Output multiple values when evaluating Lisp expressions from execute-command ( C-space ) * Bug fixes * Mon May 29 2023 Michael Pujos <pujos.michael@gmail.com> - Update to version 3.1.0 * Fri May 19 2023 Michael Pujos <pujos.michael@gmail.com> - Initial release
/usr/bin/nyxt /usr/bin/nyxt.bin /usr/share/applications/nyxt.desktop /usr/share/doc/packages/nyxt /usr/share/doc/packages/nyxt/README.org /usr/share/icons/hicolor/128x128/apps/nyxt.png /usr/share/icons/hicolor/16x16/apps/nyxt.png /usr/share/icons/hicolor/256x256/apps/nyxt.png /usr/share/icons/hicolor/32x32/apps/nyxt.png /usr/share/icons/hicolor/512x512/apps/nyxt.png /usr/share/icons/hicolor/scalable/apps/nyxt.svg /usr/share/licenses/nyxt /usr/share/licenses/nyxt/ASSET-LICENSE /usr/share/licenses/nyxt/SOURCE-LICENSE /usr/share/metainfo/nyxt.metainfo.xml /usr/share/nyxt /usr/share/nyxt/libraries /usr/share/nyxt/libraries/analysis /usr/share/nyxt/libraries/analysis/README.org /usr/share/nyxt/libraries/analysis/analysis.lisp /usr/share/nyxt/libraries/analysis/composite-sequence.lisp /usr/share/nyxt/libraries/analysis/data.lisp /usr/share/nyxt/libraries/analysis/dbscan.lisp /usr/share/nyxt/libraries/analysis/document-vector.lisp /usr/share/nyxt/libraries/analysis/package.lisp /usr/share/nyxt/libraries/analysis/section.lisp /usr/share/nyxt/libraries/analysis/stem.lisp /usr/share/nyxt/libraries/analysis/tests /usr/share/nyxt/libraries/analysis/tests/tests.lisp /usr/share/nyxt/libraries/analysis/text-rank.lisp /usr/share/nyxt/libraries/analysis/tokenize.lisp /usr/share/nyxt/libraries/download-manager /usr/share/nyxt/libraries/download-manager/engine.lisp /usr/share/nyxt/libraries/download-manager/native.lisp /usr/share/nyxt/libraries/download-manager/package.lisp /usr/share/nyxt/libraries/nasdf /usr/share/nyxt/libraries/nasdf/compilation-tests.lisp /usr/share/nyxt/libraries/nasdf/install.lisp /usr/share/nyxt/libraries/nasdf/log.lisp /usr/share/nyxt/libraries/nasdf/nasdf.asd /usr/share/nyxt/libraries/nasdf/nasdf.lisp /usr/share/nyxt/libraries/nasdf/package.lisp /usr/share/nyxt/libraries/nasdf/readme.org /usr/share/nyxt/libraries/nasdf/submodules.lisp /usr/share/nyxt/libraries/nasdf/systems.lisp /usr/share/nyxt/libraries/nasdf/tests.lisp /usr/share/nyxt/libraries/password-manager /usr/share/nyxt/libraries/password-manager/package.lisp /usr/share/nyxt/libraries/password-manager/password-keepassxc.lisp /usr/share/nyxt/libraries/password-manager/password-pass.lisp /usr/share/nyxt/libraries/password-manager/password-security.lisp /usr/share/nyxt/libraries/password-manager/password.lisp /usr/share/nyxt/libraries/text-buffer /usr/share/nyxt/libraries/text-buffer/package.lisp /usr/share/nyxt/libraries/text-buffer/text-buffer.lisp /usr/share/nyxt/libraries/theme /usr/share/nyxt/libraries/theme/README.org /usr/share/nyxt/libraries/theme/custom-modus-theme.png /usr/share/nyxt/libraries/theme/dark-theme.svg /usr/share/nyxt/libraries/theme/light-theme.svg /usr/share/nyxt/libraries/theme/package.lisp /usr/share/nyxt/libraries/theme/tests /usr/share/nyxt/libraries/theme/tests/tests.lisp /usr/share/nyxt/libraries/theme/theme.lisp /usr/share/nyxt/libraries/theme/utilities.lisp /usr/share/nyxt/libraries/user-interface /usr/share/nyxt/libraries/user-interface/package.lisp /usr/share/nyxt/libraries/user-interface/user-interface.lisp /usr/share/nyxt/nyxt.asd /usr/share/nyxt/source /usr/share/nyxt/source/about.lisp /usr/share/nyxt/source/auto-rules.lisp /usr/share/nyxt/source/browser.lisp /usr/share/nyxt/source/buffer.lisp /usr/share/nyxt/source/changelog.lisp /usr/share/nyxt/source/clipboard.lisp /usr/share/nyxt/source/color.lisp /usr/share/nyxt/source/command-commands.lisp /usr/share/nyxt/source/command.lisp /usr/share/nyxt/source/concurrency.lisp /usr/share/nyxt/source/conditions.lisp /usr/share/nyxt/source/configuration-commands.lisp /usr/share/nyxt/source/configuration.lisp /usr/share/nyxt/source/debug.lisp /usr/share/nyxt/source/debugger.lisp /usr/share/nyxt/source/describe.lisp /usr/share/nyxt/source/dom.lisp /usr/share/nyxt/source/external-editor.lisp /usr/share/nyxt/source/foreign-interface.lisp /usr/share/nyxt/source/global.lisp /usr/share/nyxt/source/gpg.lisp /usr/share/nyxt/source/help.lisp /usr/share/nyxt/source/history.lisp /usr/share/nyxt/source/input.lisp /usr/share/nyxt/source/inspector.lisp /usr/share/nyxt/source/keyscheme.lisp /usr/share/nyxt/source/manual.lisp /usr/share/nyxt/source/message.lisp /usr/share/nyxt/source/migration.lisp /usr/share/nyxt/source/mode /usr/share/nyxt/source/mode.lisp /usr/share/nyxt/source/mode/annotate.lisp /usr/share/nyxt/source/mode/autofill.lisp /usr/share/nyxt/source/mode/base.lisp /usr/share/nyxt/source/mode/blocker.lisp /usr/share/nyxt/source/mode/bookmark-frequent-visits.lisp /usr/share/nyxt/source/mode/bookmark.lisp /usr/share/nyxt/source/mode/bookmarklets.lisp /usr/share/nyxt/source/mode/buffer-listing.lisp /usr/share/nyxt/source/mode/certificate-exception.lisp /usr/share/nyxt/source/mode/cruise-control.lisp /usr/share/nyxt/source/mode/document.lisp /usr/share/nyxt/source/mode/download.lisp /usr/share/nyxt/source/mode/editor.lisp /usr/share/nyxt/source/mode/emacs.lisp /usr/share/nyxt/source/mode/expedition.lisp /usr/share/nyxt/source/mode/file-manager.lisp /usr/share/nyxt/source/mode/force-https.lisp /usr/share/nyxt/source/mode/help.lisp /usr/share/nyxt/source/mode/hint-prompt-buffer.lisp /usr/share/nyxt/source/mode/hint.lisp /usr/share/nyxt/source/mode/history-migration.lisp /usr/share/nyxt/source/mode/history-tree.lisp /usr/share/nyxt/source/mode/history.lisp /usr/share/nyxt/source/mode/input-edit.lisp /usr/share/nyxt/source/mode/keyscheme.lisp /usr/share/nyxt/source/mode/list-history.lisp /usr/share/nyxt/source/mode/macro-edit.lisp /usr/share/nyxt/source/mode/message.lisp /usr/share/nyxt/source/mode/no-image.lisp /usr/share/nyxt/source/mode/no-procrastinate.lisp /usr/share/nyxt/source/mode/no-script.lisp /usr/share/nyxt/source/mode/no-sound.lisp /usr/share/nyxt/source/mode/no-webgl.lisp /usr/share/nyxt/source/mode/passthrough.lisp /usr/share/nyxt/source/mode/password.lisp /usr/share/nyxt/source/mode/plaintext-editor.lisp /usr/share/nyxt/source/mode/preview.lisp /usr/share/nyxt/source/mode/process.lisp /usr/share/nyxt/source/mode/prompt-buffer.lisp /usr/share/nyxt/source/mode/proxy.lisp /usr/share/nyxt/source/mode/reading-line.lisp /usr/share/nyxt/source/mode/record-input-field.lisp /usr/share/nyxt/source/mode/reduce-bandwidth.lisp /usr/share/nyxt/source/mode/reduce-tracking.lisp /usr/share/nyxt/source/mode/remembrance.lisp /usr/share/nyxt/source/mode/repeat.lisp /usr/share/nyxt/source/mode/repl.lisp /usr/share/nyxt/source/mode/search-buffer.lisp /usr/share/nyxt/source/mode/small-web.lisp /usr/share/nyxt/source/mode/spell-check.lisp /usr/share/nyxt/source/mode/style.lisp /usr/share/nyxt/source/mode/tts.lisp /usr/share/nyxt/source/mode/user-script.lisp /usr/share/nyxt/source/mode/vi.lisp /usr/share/nyxt/source/mode/visual.lisp /usr/share/nyxt/source/mode/watch.lisp /usr/share/nyxt/source/package.lisp /usr/share/nyxt/source/panel.lisp /usr/share/nyxt/source/parenscript-macro.lisp /usr/share/nyxt/source/prompt-buffer.lisp /usr/share/nyxt/source/recent-buffers.lisp /usr/share/nyxt/source/renderer /usr/share/nyxt/source/renderer-script.lisp /usr/share/nyxt/source/renderer.lisp /usr/share/nyxt/source/renderer/gi-gtk.lisp /usr/share/nyxt/source/renderer/gtk-clipboard.lisp /usr/share/nyxt/source/renderer/gtk.lisp /usr/share/nyxt/source/renderer/qt.lisp /usr/share/nyxt/source/search-engine.lisp /usr/share/nyxt/source/spinneret-tags.lisp /usr/share/nyxt/source/start.lisp /usr/share/nyxt/source/status.lisp /usr/share/nyxt/source/time.lisp /usr/share/nyxt/source/tutorial.lisp /usr/share/nyxt/source/types.lisp /usr/share/nyxt/source/urls.lisp /usr/share/nyxt/source/user-classes.lisp /usr/share/nyxt/source/user-files.lisp /usr/share/nyxt/source/user-interface.lisp /usr/share/nyxt/source/utilities.lisp /usr/share/nyxt/source/web-extensions-callbacks.lisp /usr/share/nyxt/source/web-extensions.lisp /usr/share/nyxt/source/window.lisp
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 16 01:36:29 2024