rofi-rbw: 1.4.2 -> 1.5.1

changelog:

https://github.com/fdw/rofi-rbw/releases

1.5.1: Fix release process Latest

Unfortunately, the new automatic build process with uv was broken, resulting in useless wheel files.

1.5.0: It's time
Changed

    Fields are shown in plain text or hidden based on their type. (#17)
    Stopped support for Python 3.8.

Added

    Show a notification after copying TOTP. (#101)
    Support for fuzzel. (#109)
    Support cards.
This commit is contained in:
Guillaume Girol
2025-06-16 12:00:00 +00:00
parent ee930f9755
commit 5bd5b31aa6
+4 -6
View File
@@ -3,8 +3,7 @@
buildPythonApplication,
fetchFromGitHub,
configargparse,
setuptools,
poetry-core,
hatchling,
rbw,
waylandSupport ? false,
@@ -18,19 +17,18 @@
buildPythonApplication rec {
pname = "rofi-rbw";
version = "1.4.2";
version = "1.5.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "fdw";
repo = "rofi-rbw";
tag = version;
hash = "sha256-wUb89GkNB2lEfb42hMvcxpbjc1O+wx8AkFjq7aJwAko=";
hash = "sha256-Qdbz3UjWMCuJUzR6UMt/apt+OjMAr2U7uMtv9wxEZKE=";
};
nativeBuildInputs = [
setuptools
poetry-core
hatchling
];
buildInputs =