OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wofi?expand=0&rev=17
164 lines
7.4 KiB
Plaintext
164 lines
7.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Aug 8 06:37:03 UTC 2025 - Jan Baier <jbaier@suse.com>
|
|
|
|
- update to 1.5.1:
|
|
* dmenu mode will now auto-close with status 0 if no entries are provided and
|
|
custom entry is not allowed
|
|
* Added the API function wofi_no_custom_entry()
|
|
* update_surface_size() no longer performs a resize if width or height is 0
|
|
* Create a `strict-contains` matching mode for a more obvious sort order.
|
|
* Added {} to close_on_focus_loss if statement
|
|
* add close_on_focus_loss optionfor wofi to close when it loses focus
|
|
* Add CLI option to hide the search bar
|
|
* fix: Call update_surface_size() inside hide_search_first()
|
|
* Added drun-ignore_metadata
|
|
* iswlower() and iswupper() are now used when fuzzy matching so that the
|
|
score is correctly computed when using non-ascii characters
|
|
* Proper unicode support in match.c so case insensitive matching works on
|
|
non-ascii characters
|
|
* Added additional information about the semantics of shift vs non-shift
|
|
modifiers
|
|
* Moved the list of modifier names to the top of wofi-keys(7) to make it
|
|
easier to find
|
|
* Added documentation explicitly specifying how to use modifier keys
|
|
* Switched out the string literal "Up" for key_default to match the rest of
|
|
the key definitions
|
|
* Added documentation for how to bind multiple key combinations to a single
|
|
action
|
|
* Fixed incorrect key binding listed in wofi(5) for key_backward
|
|
* Hiding the search bar now disables it so you can't type into it. Fixes #234
|
|
* Added --no-custom-entry
|
|
* Greatly simplified the line size code, it works a lot better than before
|
|
* Added the use_search_box option
|
|
* Fixed hide_search=true for surfaces that don't use percent sizing
|
|
* The hide_search config option now behaves correctly. It does exactly the
|
|
same thing as key_hide_search but on launch. This now also allows you to
|
|
un-hide the search with key_hide_search if wofi is launched with
|
|
hide_search=true
|
|
* Fixed #216 arrow key issue. This was caused by the fix to #184. Both issues
|
|
should now be resolved
|
|
* Fixed segfault when cache is broken #213
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 12 08:58:20 UTC 2024 - Jan Baier <jbaier@suse.com>
|
|
|
|
- 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 8 18:22:13 UTC 2024 - Jan Baier <jbaier@suse.com>
|
|
|
|
- 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 16:53:16 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- 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 8 23:19:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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 12:34:00 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 1.2.3:
|
|
* Fixed wofi with new wlroots not allowing 0 width/height with
|
|
unanchored surfaces
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 1 11:44:46 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
|
|
|
- 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 4 15:46:59 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
|
|
|
- Switch from URL-based Source line to _service file
|
|
* remote couldn't provide stable source ball
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 20 08:53:43 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Switch to URL-based Source line. Use %autosetup. Improve
|
|
description of wofi-devel.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 15 15:29:27 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
|
|
|
- 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 23:54:00 UTC 2019 - Alexander Graul <agraul@suse.com>
|
|
|
|
- Initial Package
|