diff --git a/.SRCINFO b/.SRCINFO index 59a03c6ff413..857bff13b517 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = sysd-manager pkgdesc = A systemd GUI to manage service, timer, socket and other units. - pkgver = 2.11.0 - pkgrel = 3 + pkgver = 2.11.1 + pkgrel = 1 url = https://github.com/plrigaux/sysd-manager changelog = CHANGELOG.md arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = sysd-manager depends = systemd-libs depends = gtksourceview5 depends = gettext - source = sysd-manager-2.11.0.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.11.0.tar.gz - sha256sums = 30135110754816a01dbeebf1d7bbb015633588030dbc7d11085499b67688283b + source = sysd-manager-2.11.1.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.11.1.tar.gz + sha256sums = 2862e068019cae86a01ddadc3d2482a6f0a0cac6adf1484aef0eca6631d48a27 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c714ce7273..2d3220e21c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,16 +12,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix Flatpak save file in home directory (make a warning) - Save unit file in run - Search (simple) the logs -- Search dependencies - Options on description menu - Show interface on properties list - Can create unit' Drop-Ins +## [2.11.1] - 2026-01-12 + +### Added + +- Find in text can constrain on whole word + +### Changed + +- Find in text feature handle text update optimizations (e.g. for the journal) + ## [2.11.0] - 2026-01-10 ### Added -- Find text feature on the Unit's Description, File, Dependencies and Journal +- Find in text feature on the Unit's Description, File, Dependencies and Journal ### Fixed diff --git a/PKGBUILD b/PKGBUILD index 661fa57c0cfe..dadc1c16e3b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Pierre-Luc Rigaux # Contributor: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=2.11.0 -pkgrel=3 +pkgver=2.11.1 +pkgrel=1 pkgdesc="A systemd GUI to manage service, timer, socket and other units." arch=("x86_64" "aarch64") url="https://github.com/plrigaux/sysd-manager" @@ -11,10 +11,10 @@ license=("GPL-3.0-or-later") depends=("gtk4" "libadwaita" "systemd-libs" "gtksourceview5" "gettext") makedepends=("cargo" "git") changelog=CHANGELOG.md -_commit=6ed3867159a730521b3238d6aa07db2313d8735f +_commit=350df1c74a9f9ca74a33140688e839d25c1291d0 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") _pkgsrcdir=$pkgname-$pkgver -sha256sums=('30135110754816a01dbeebf1d7bbb015633588030dbc7d11085499b67688283b') +sha256sums=('2862e068019cae86a01ddadc3d2482a6f0a0cac6adf1484aef0eca6631d48a27') prepare() { cd $_pkgsrcdir