diff --git a/.SRCINFO b/.SRCINFO index 29bfdf693080..540f3fd0551e 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.20.2 + pkgver = 1.21.0 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=4b3039b7b991ab0ab7cf34dfa43e947928deb81f - sha256sums = 6ee78724a2c840dc359ddf1307a45a74c4aa67dd5b89b3b83b48c433aaf1eb8f + source = git+https://github.com/plrigaux/sysd-manager.git#commit=cb8aeb3ed70a3b002dafbc717ca74c05b7bb9fcc + sha256sums = 2abf098c3d4dcf922cc95d4de1d04dd361bf43db14b012a3b17e2de7f784fb65 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e542637c5d5..c6cea621f996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.0] - 2025-04-08 + +### Added +- Fine column filter + +### Changed +- Some title capitalized + ## [1.20.0] - 2025-03-29 ### Added diff --git a/PKGBUILD b/PKGBUILD index 530f1981d3e3..03dafa94e41a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.20.2 +pkgver=1.21.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=4b3039b7b991ab0ab7cf34dfa43e947928deb81f +_commit=cb8aeb3ed70a3b002dafbc717ca74c05b7bb9fcc source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit") noextract=() -sha256sums=('6ee78724a2c840dc359ddf1307a45a74c4aa67dd5b89b3b83b48c433aaf1eb8f') +sha256sums=('2abf098c3d4dcf922cc95d4de1d04dd361bf43db14b012a3b17e2de7f784fb65') validpgpkeys=() prepare() {