4 Commits

4 changed files with 60 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e95e35c03551c39178c16ad6213a88e3883a236e942d7f2666c780d934c270bb
size 79266

3
v1.5.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6216dc14d93cdb6170f89c1ca3aaacdeaa44862fbc9be947d614be266a9c49f6
size 81212

View File

@@ -1,3 +1,58 @@
-------------------------------------------------------------------
Thu Jan 8 09:42:08 UTC 2026 - Jan Baier <jbaier@suse.com>
- Update to 1.5.3:
* Added support for loading configs and styling from /usr/etc/wofi and /etc/wofi, plugins can now be loaded from /usr/lib/wofi and /lib/wofi
* Fixed --lines when using a horizontal layout
* The size of the scrolled window is now handled correctly while preserving the behavior of --lines
* Backed out changeset a40edf527046
* footclient now comes after foot in the terminal order rather than at the end, this matches the documentation
* Amended the terminal_fix patch to use tabs and g_desktop_app_info_get_boolean()
* Added drun-terminal_fix
* Added title documentation to wofi(5)
* Add --title/-T option
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package wofi
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: wofi
Version: 1.4.1
Version: 1.5.3
Release: 0
Summary: Launcher for wlroots compositors
License: GPL-3.0-only