"v2.12.0"

This commit is contained in:
plrigaux 2026-01-27 09:57:15 -05:00
parent c2593aa37c
commit 63a05b5eb2
3 changed files with 20 additions and 10 deletions

View file

@ -1,6 +1,6 @@
pkgbase = sysd-manager
pkgdesc = A systemd GUI to manage service, timer, socket and other units.
pkgver = 2.11.5
pkgver = 2.12.0
pkgrel = 1
url = https://github.com/plrigaux/sysd-manager
changelog = CHANGELOG.md
@ -14,7 +14,7 @@ pkgbase = sysd-manager
depends = systemd-libs
depends = gtksourceview5
depends = gettext
source = sysd-manager-2.11.5.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.11.5.tar.gz
sha256sums = 1c4f3c8d518180998f8a72a8b0ecd8bd4185b648a518b20c4ceec44513a59304
source = sysd-manager-2.12.0.tar.gz::https://github.com/plrigaux/sysd-manager/archive/refs/tags/v2.12.0.tar.gz
sha256sums = c13b9d15e325b318b713094e5a5f3f4db44d5acf9873886c8b7942155b510d92
pkgname = sysd-manager

View file

@ -9,12 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Fix Flatpak save file in home directory (make a warning)
- Save unit file in run
- Search (simple) the logs
- Save unit file in runtime
- Options on description menu
- Show interface on properties list
- Can create unit' Drop-Ins
## [2.12.0] - 2026-01-27
### Added
- Fine tune the Proxy Method Calls and Actions through the Preferences
- Lazy Start the Proxy
- Refresh the Unit Status on selection
### Fix
- Fix Flatpak save file in home directory (make a warning)
- Password dialog gets overlapped by Sysd Manager on every start [Issue 35](https://github.com/plrigaux/sysd-manager/issues/35)
## [2.11.5] - 2026-01-15

View file

@ -2,7 +2,7 @@
# Maintainer: Pierre-Luc Rigaux
# Contributor: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=2.11.5
pkgver=2.12.0
pkgrel=1
pkgdesc="A systemd GUI to manage service, timer, socket and other units."
arch=("x86_64" "aarch64")
@ -11,10 +11,10 @@ license=("GPL-3.0-or-later")
depends=("gtk4" "libadwaita" "systemd-libs" "gtksourceview5" "gettext")
makedepends=("cargo" "git")
changelog=CHANGELOG.md
_commit=305f415f62ae4704e578882b799ac8efbe14e0ac
_commit=aa127c0a21091cc1c4a54c48090a5b4b5d7652c4
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/plrigaux/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
_pkgsrcdir=$pkgname-$pkgver
sha256sums=('1c4f3c8d518180998f8a72a8b0ecd8bd4185b648a518b20c4ceec44513a59304')
sha256sums=('c13b9d15e325b318b713094e5a5f3f4db44d5acf9873886c8b7942155b510d92')
prepare() {
cd $_pkgsrcdir