diff --git a/.SRCINFO b/.SRCINFO index 540f3fd0551e..eb8296f6cd8a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = sysd-manager pkgdesc = A systemd GUI to manage your Services, Timers, Sockets and other units. You can enable, disable, stop and start them. Also, you can view their config file and peak at their journal logs. - pkgver = 1.21.0 + pkgver = 1.21.1 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -14,7 +14,7 @@ pkgbase = sysd-manager depends = libadwaita depends = systemd-libs depends = gtksourceview5 - source = git+https://github.com/plrigaux/sysd-manager.git#commit=cb8aeb3ed70a3b002dafbc717ca74c05b7bb9fcc - sha256sums = 2abf098c3d4dcf922cc95d4de1d04dd361bf43db14b012a3b17e2de7f784fb65 + source = git+https://github.com/plrigaux/sysd-manager.git#commit=8da7325999949aa5e427d1b17cd4cf36f90b6df5 + sha256sums = 5ac777ab932fe98097ba2bdc3635787fec3a4add9f92f8ece65c98bd66bc6468 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cea621f996..838f2615eddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.21.1] - 2025-04-09 + +### Fixed +- Unit search entry input + +### Added +- Clear filter button + +### Changed +- Some unit list optimizations + ## [1.21.0] - 2025-04-08 ### Added diff --git a/PKGBUILD b/PKGBUILD index 03dafa94e41a..5b78973f0d9b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.21.0 +pkgver=1.21.1 pkgrel=1 epoch= pkgdesc="A systemd GUI to manage your Services, Timers, Sockets and other units. You can enable, disable, stop and start them. Also, you can view their config file and peak at their journal logs." @@ -20,10 +20,10 @@ backup=() options=() install=$pkgname.install changelog=CHANGELOG.md -_commit=cb8aeb3ed70a3b002dafbc717ca74c05b7bb9fcc +_commit=8da7325999949aa5e427d1b17cd4cf36f90b6df5 source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit") noextract=() -sha256sums=('2abf098c3d4dcf922cc95d4de1d04dd361bf43db14b012a3b17e2de7f784fb65') +sha256sums=('5ac777ab932fe98097ba2bdc3635787fec3a4add9f92f8ece65c98bd66bc6468') validpgpkeys=() prepare() {