diff --git a/.SRCINFO b/.SRCINFO index 200104a117d1..6a6b339ed041 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.24.2 + pkgver = 1.25.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 = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.24.2.tar.gz - sha256sums = 44144a639a1ffdf87d0ac78aea39aec7610b358eb7ba4705bfc5ccdaf23ad5bb + source = https://github.com/plrigaux/sysd-manager/archive/refs/tags/v1.25.0.tar.gz + sha256sums = 4964789feb12a074d2b6169caacd91583b441ad4b059a5641484bc08bf9adcdd pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ede9f637b0f..1ed979c2617d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.25.0] - 2025-05-22 + +### Added +- Feature to enable new journal entries continuous print as they are appended to the journal + ## [1.24.2] - 2025-05-10 ### Fixed diff --git a/PKGBUILD b/PKGBUILD index d0d36c922bf7..9a6a8240929b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.24.2 +pkgver=1.25.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=9df388fbe7d92ce7e344b44c5ef1d909af3c889e +_commit=2b98f710aad19ce14aa27327aa93c82697c6cc4b source=("https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") noextract=() -sha256sums=('44144a639a1ffdf87d0ac78aea39aec7610b358eb7ba4705bfc5ccdaf23ad5bb') +sha256sums=('4964789feb12a074d2b6169caacd91583b441ad4b059a5641484bc08bf9adcdd') validpgpkeys=() _pkgsrcdir=$pkgname-$pkgver