Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 80b41fb81f | |||
| 7cf21ef5d5 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e95e35c03551c39178c16ad6213a88e3883a236e942d7f2666c780d934c270bb
|
||||
size 79266
|
||||
3
v1.5.1.tar.gz
Normal file
3
v1.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d432d8f2c3f1d66716dc29e9fea7bb52cd319377c7faddf326491a9e92c188cb
|
||||
size 80589
|
||||
41
wofi.changes
41
wofi.changes
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wofi
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# 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.1
|
||||
Release: 0
|
||||
Summary: Launcher for wlroots compositors
|
||||
License: GPL-3.0-only
|
||||
|
||||
Reference in New Issue
Block a user