Changelog for
wofi-1.4.1-lp154.14.1.x86_64.rpm :
* Mon Feb 12 2024 Jan Baier
- update to 1.4.1:
* Added wofi_exit(). This allows correct handling of custom exit status codes on non-glibc systems. This function should always be used for exiting wofi as libc exit() will no longer correctly handle error situations.
* Changed the function signature of config_get_mnemonic(). This new signature uses the correct types so that the default argument promotions caused by varargs is in spec.
* Thu Feb 08 2024 Jan Baier - update to 1.4:
* Added the config option drun-disable_prime to disable prime GPU offloading
* Updated meson command in readme
* Added wezterm to the default terminal list and moved termite to the end of the sane terminal section since it\'s now deprecated
* Updated the man pages with the new terminal order
* Refactor key mapping modifier logic
* Add return codes for custom keys
* on_exit_set_custom_key_return_code() now flushes stdio, this fixes #197
* Fixed #193. drun mode now respects Hidden
* Add `#expander` selector so expanded actions can be themed
* Rename `#expander` to `#expander-box`
* Added documentation for key_custom_n
* Fixed bug reported in https://github.com/swaywm/sway/issues/7915
* Fixed malloc for pre_display_exec
* Forgot to cleanup zombie processes
* Fixed closing the file handle when pre_display_exec=true
* Added pre_display_exec which allows pre_display_cmd to be directly executed with fork/exec instead of through the shell
* Fixed segfault when running non shell safe inputs with --pre-display-cmd and --allow-images
* Added the drun-print_desktop_file option
* Fixed weird tabbing behavior
* Fixed indentation
* Make sure that the first calculation of percent size is done when the window is visible
* Add documentation for `#expander-box`
* Thu Nov 24 2022 Andrea Manzini - update to 1.3:
* Fixed percentage based window sizing
* added support for --pre-display-cmd / -r
* Add fuzzy filtering
* Implement multi-contains matching algorithm
* Mon Mar 08 2021 Dirk Müller - update to 1.2.4:
* Fixed key_submit not properly working with multi-action entires
* drun mode now removes field codes when printing the command
* drun should no longer crash when encountering invalid cache entries
* Moved the call to exit() outside the else as otherwise wofi won\'t exit when printing the command
* Fri Nov 13 2020 Michael Vetter - Update to 1.2.3:
* Fixed wofi with new wlroots not allowing 0 width/height with unanchored surfaces
* Tue Sep 01 2020 Denis Kondratenko - Update to v1.2.2
* Added print_command to run
* widget_builder now only lets you assign classes. The name will be consistent with the image escape system
* data: will now be correctly handled
* Added layer config option
* Added layer config option
* The img \"escapes\" should now correctly deal with HiDPI
* Wofi now loads modes multi-threaded, this should decrease startup times
* Added --search
* Added support for the PrefersNonDefaultGPU desktop entry flag
* Wofi will now keep its percentage size even when moving between monitors
* Added display_generic option to drun
* Added img-noscale
* Added support for purism virtual keyboards
* Added key_hide_search
* Added key_expand
* Added alacritty to the default terminal list
* Added page up/down support
* number of other fixes
* Thu Jun 04 2020 Denis Kondratenko - Switch from URL-based Source line to _service file
* remote couldn\'t provide stable source ball
* Mon Apr 20 2020 Jan Engelhardt - Switch to URL-based Source line. Use %autosetup. Improve description of wofi-devel.
* Wed Apr 15 2020 Denis Kondratenko - Updated spec file to use general meson macros- Added devel package as default meson build does it- Update to version v1.1.2:
* Wofi properly shuts down if its window is closed in normal window mode
* Removed threads from the dependencies
* Pressing a key with no modifier which is bound with a modifier will now correctly focus the search box
* Added support for using \\t as a separator in dmenu mode
* Modes are no longer loaded on their own thread
* Replaced 1 with TRUE when setting gtk-application-prefer-dark-theme
* Removed debug print
* add switch to use the dark gtk theme
* Sat Nov 16 2019 Alexander Graul - Initial Package