From eb54b16224e6918d6bf9bcaa68816786620e670d Mon Sep 17 00:00:00 2001 From: plrigaux <491172+plrigaux@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:33:21 -0500 Subject: [PATCH] "v1.14.1" --- .SRCINFO | 6 +++--- CHANGELOG.md | 10 ++++++++++ PKGBUILD | 6 +++--- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6941282f6f9a..708c98e4c3a9 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.14.0 + pkgver = 1.14.1 pkgrel = 1 url = https://github.com/plrigaux/sysd-manager install = sysd-manager.install @@ -13,7 +13,7 @@ pkgbase = sysd-manager depends = gtk4 depends = libadwaita depends = systemd-libs - source = git+https://github.com/plrigaux/sysd-manager.git#commit=ea1b7bd374fb6b08f33a3dd8b6c4cc6bc782a780 - sha256sums = 3f764ff048b68ef93b9461e58a2d61149810bf38ae36a3ac5df3b51a58a244ba + source = git+https://github.com/plrigaux/sysd-manager.git#commit=348c336e8ccc0e3599728a7b5df05f9d26a63844 + sha256sums = f91b2c3c82dc320a15c542d6ea24c1179f1dca490a351e751375906b4eeb9017 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 45125737e352..82dc10f50863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.14.0] - 2025-02-17 + +### Added + +- Retrieve the description of unloaded units for the list display +- Provide the possibility to list units from the system bus and from the user session bus at the same time +### Changed + +- The list of all units is now fetched asynchronously + ## [1.13.2] - 2025-02-11 ### Fixed diff --git a/PKGBUILD b/PKGBUILD index b43d65fe7779..ebe4cffe78fc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.14.0 +pkgver=1.14.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=ea1b7bd374fb6b08f33a3dd8b6c4cc6bc782a780 +_commit=348c336e8ccc0e3599728a7b5df05f9d26a63844 source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit") noextract=() -sha256sums=('3f764ff048b68ef93b9461e58a2d61149810bf38ae36a3ac5df3b51a58a244ba') +sha256sums=('f91b2c3c82dc320a15c542d6ea24c1179f1dca490a351e751375906b4eeb9017') validpgpkeys=() prepare() {