From b9aba40a4efa748acfdc5a76bae42d2956c248bf Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Sat, 18 Oct 2025 11:03:54 -0400 Subject: [PATCH] "v2.4.0" --- .SRCINFO | 6 +++--- CHANGELOG.md | 8 ++++++++ PKGBUILD | 6 +++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e839cf1a314d..ec82f199c8c8 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 = 2.3.0 + pkgver = 2.4.0 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -16,7 +16,7 @@ pkgbase = sysd-manager depends = systemd-libs depends = gtksourceview5 depends = gettext - source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.3.0.tar.gz - sha256sums = 2f88908ab97381008e6087f8abd6bd4ad5d4e29cb59d1ccfb7cb18e2d8a36330 + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.4.0.tar.gz + sha256sums = 55d0c2880f0eaf05a0d83846dacee603d9099fced4758762ee492cd1a305a134 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index fab2c534a31c..6d8ca5006507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Expand browser filter to other unit properties - Fix Flatpak save file in home directory (make a warning) +## [2.4.0] - 2025-10-18 +### Added +- Disable & Enable option in the popup menu + +### Fixed +- Popup menu appearance issues +- Inactive unit display style behavior + ## [2.3.0] - 2025-10-17 ### Added - Sorting on user defined unit's property columns diff --git a/PKGBUILD b/PKGBUILD index d1e0de6cedaa..90cee47f1fa3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=2.3.0 +pkgver=2.4.0 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=6f67f8fce2ae13218cf8509cc2d6455ea22b173a +_commit=564789c627c77f564760ff4e39ddfd9c3b96b99f source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('2f88908ab97381008e6087f8abd6bd4ad5d4e29cb59d1ccfb7cb18e2d8a36330') +sha256sums=('55d0c2880f0eaf05a0d83846dacee603d9099fced4758762ee492cd1a305a134') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver