SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for fuzzel-1.10.2-1.1.x86_64.rpm :

* Mon Apr 22 2024 Joshua Smith - Add keyring and signature for package.- Remove patches (Fixed upstream):
* 0001-shm-create-mfd-noexec-seal.patch
* 0002-fix-breakage-mfd-noexec-seal.patch- Update to 1.10.2:
* Crash when terminal=yes (in fuzzel.ini), and a .desktop file has Terminal=True but no Exec key.
* --anchor=center not working on some compositors.- Updates from 1.10.1:
* Crash when executing the command line as is, i.e. when there is no matching entry.
* Crash when parsing a .desktop file with lines beginning with whitespace.- Updates from 1.10.0: Added:
* Support for the cursor-shape-v1 Wayland protocol.
* New option --anchor allows setting the window position anchor (i.e. where on the screen the window should generally be positioned), such as top, top-left, bottom-right, center, etc. Defaults to center.
* --check-config command line option.
* New key binding: execute-input (mapped to shift+return by default). This key binding executes the raw input as is, regardless of whether it matches anything in the list or not.
* --select=STRING command line option. Selects the first entry that matches the given string.
* include= option to fuzzel.ini.
* New option --list-executables-in-path add executables presents in the $PATH variable to the list.
* New key binding: delete-line-backward which corresponds to C-u in bash. Also renames delete-line to delete-line-forward.
* The ID of the selected .desktop file, and executed command line are now logged, at info level.
* Support for wp_fractional_scale_v1 (i.e. true fractional scaling). Changed:
* Minimum required version of wayland-protocols is now 1.32
* Selection color is now painted over background color.
* Exact matches (of the application title) are now sorted first.
* Set default log level to warning.
* Rename delete-line binding to delete-line-forward.
* password-character can now be set to the empty string. Fixed:
* Ignore whitespace in .desktop files’ key and name values.
* Desktop entries with NoDisplay=true being ignored unless they also had Name and Exec set.
* Crash when compositor sends a keyboard::modifiers event without first sending a keyboard::keymap event (with a valid keymap).
* Quoted empty (\"\") arguments being ignored.
* Log-level not respected by syslog.
* Sun Oct 22 2023 Soc Virnyl Estela - Rename 0001-mfd-noexec-seal.patch to 0002-fix-breakage-mfd-noexec-seal.patch- Add 0001-shm-create-mfd-noexec-seal.patch
* Sun Oct 22 2023 Soc Virnyl Estela - Add 0001-mfd-noexec-seal.patch
* Fri Jul 14 2023 llyyr - Update to 1.9.2:
* Added a new option --filter-desktop
* Added missing zsh+fish completions for --password
* Output scaling is now applied to the border radius
* Last line sometimes not being rendered
* key-bindings.cursor-right-word not being recognized as a valid action
* password-character being set in fuzzel.ini incorrectly enabling password mode
* Tue Apr 11 2023 Soc Virnyl Estela - Fix specfile
* Sat Apr 08 2023 Soc Virnyl Estela - Remove 0000-wayland-regression-dont-reference-app-when-null.patch- Update to version 1.9.1 - Fixed:
* Regression: default font size was unintentionally changed from 12pt in 1.8.2, to 8pt in 1.9.0. The old default of 12pt has now been restored.
* Regression: crash when pressing Enter and the match list is empty (e.g. when trying to execute a command line)- Improvement of specfile
* Thu Mar 30 2023 Soc Virnyl Estela - Add 0000-wayland-regression-dont-reference-app-when-null.patch
* Tue Mar 28 2023 Soc Virnyl Estela - Update to version 1.9.0: - Added:
* Add support for startup notifications via xdg activation.
* Convert tabs to spaces when rendering.
* --dmenu0 command line option. Like --dmenu, but input is NUL separated instead of newline separated.
* Support for localized strings. If you want the old behavior, run fuzzel with LC_MESSAGES=C.
* Export FUZZEL_DESKTOP_FILE_ID environment variable when setting the --launch-prefix in order to pass the Desktop File ID to the launch prefix.
* New key bindings: [key-bindings].first and [key-bindings].last, bound to Control+Home and Control+End by default.
* New key binding: [key-bindings].insert-selected, bound to Control+Tab by default. It replaces the current prompt with the selected item. - Changed:
* Better verification of color values specified on the command line.
* When determining initial font size, do FontConfig config substitution if the user-provided font pattern has no {pixel}size option. - Fixed:
* Update nanosvg to f0a3e10. Fixes rendering of certain SVG icons.
* Not being able to input numbers using the keypad.
* Absolute path PNG icons not being loaded.
* Sat Nov 05 2022 Soc Virnyl Estela - Update to version 1.8.2: - Added:
* Fish completions - Fixed:
* Unsupported icon formats not being skipped when loading application icons.
* Wrong size of PNG icons selected (#182)
* Fri Oct 28 2022 Soc Virnyl Estela - Update to version 1.8.1: - Fixed:
* Regression: not able to input text with modifiers (e.g. Shift) pressed (#177).
* Tue Oct 25 2022 Soc Virnyl Estela - Update to version 1.8.0: - Added:
* Support for file based configuration.
* Customizable key bindings.
* \"Custom\" key bindings (like Rofi’s `kb-custom-N` key bindings).
* If `argv[0]` is _dmenu_, fuzzel now starts in dmenu mode.
* `--password=[CHARACTER]` command line option. Intended to be used with “password input”; all typed text is rendered as _CHARACTER_, defaulting to `
*` if _CHARACTER_ is omitted.
* `Ctrl+y` binding to execute selected entry.
* `Ctrl+j`/`Ctrl+k` binding to move to the next/previous item.
* Escape sequences in `Exec` arguments are now supported.
* Quoted environment variables in `Exec` arguments are now supported.
* Multiple space-separated search words can now be entered at the prompt.
* `-M,--selection-match-color`, that lets you configure the color of matched substrings of the currently selected item
* New config option `image-size-ratio`, allowing you to control the size of the large image displayed when there are only a “few” matches.
* Support for icons in dmenu mode, using Rofi’s extended dmenu protocol.
* `--layer` command line option, allowing you to choose which layer to render the fuzzel window on (`top` or `overlay`).
* `--no-exit-on-keyboard-focus-loss` command line option (`exit-on-keyboard-focus-loss` config option). - Changed:
* `-i` is now
*
*ignored
*
*. This is to increase compatibility with other similar utilities. To set the icon theme, either use the long option (`--icon-theme=THEME`), or set it in the configuration file (default: `$XDG_CONFIG_HOME/fuzzel/fuzzel.ini`).
* Minimum required meson version is now 0.58.
* libpng warnings are now routed through fuzzel’s logging ([#101][101]).
* Nanosvg is now the default SVG backend. librsvg is still supported, and can be used by setting the `-Dsvg-backend=librsvg` meson option.
* It is no longer necessary to close stdin when using fuzzel in dmenu mode, as long as `--no-run-if-empty` is
*
*not
*
* being used.
* Improved performance of initial rendering of icons.
* `--terminal` now defaults to `$TERMINAL -e`.
* Font shaping is now applied to the prompt
* The large image displayed when there are only a “few” matches is now smaller by default.
* Swapped meaning of the command line options `-p` and `-P`; `-p` is now the short option for `--prompt`.
* Do not add icon-sized padding on the left size in dmenu mode.
* Color config values are now allowed to be prefixed with `#`. - Fixed:
* User `.desktop` entries with `NoDisplay=true` not overriding system entries.
* Icon lookup is now better at following the XDG specification.
* Backspace removes not only the previous character, but also everything
*
*after
*
* the cursor.
* Crash on exit in dmenu mode when selection list is empty.
* Keypad `enter` not executing the selected entry- Fix build for meson having issue with c18 standard in spec by setting it to none. C18 standard is already supported in meson long before version 0.58.
* Fri Apr 22 2022 Soc Virnyl Estela - remove librsvg-2.0 as build dependency:
* we use nanosvg that is bundled with the package instead with flag \'-Dsvg-backend=nanosvg\'
* Mon Mar 07 2022 Soc Virnyl Estela - Initial spec file for fuzzel (1.7.0)
 
ICM