"v1.18.0"

This commit is contained in:
plrigaux 2025-03-17 15:22:21 -04:00
parent 811e1efd7f
commit 5586372cb4
3 changed files with 24 additions and 6 deletions

View file

@ -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.17.0
pkgver = 1.18.0
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=f807dc52d3ba505d0354b5f0c5966179d0ec40c0
sha256sums = ff983b4d55804c3cbb27a780c160cbbb7e7f5044433338cb709dfd3d9af642dd
source = git+https://github.com/plrigaux/sysd-manager.git#commit=11ade72e04d7f59a910e35fb4d1a52a7a83dffde
sha256sums = 3a3aa7bc5a4cadb5f3232aeaa39b8d4df6be1be74460fba9c2394da12b72cd33
pkgname = sysd-manager

View file

@ -4,6 +4,24 @@ 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.18.0] - 2025-03-17
### Added
- New columns: bus, preset, load and sub
- Grey out inactive unit row
- Highlight some cell content according to their value
- Toggle unit browser column visibility
- Save unit browser column visibility and width
### Changed
- Side menu to control unit
- Send kill signal interface improved
### Fixed
- Unit list value realtime update
- Saving bus level context
## [1.17.0] - 2025-03-06
### Added

View file

@ -1,7 +1,7 @@
# Maintainer: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=1.17.0
pkgver=1.18.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=f807dc52d3ba505d0354b5f0c5966179d0ec40c0
_commit=11ade72e04d7f59a910e35fb4d1a52a7a83dffde
source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit")
noextract=()
sha256sums=('ff983b4d55804c3cbb27a780c160cbbb7e7f5044433338cb709dfd3d9af642dd')
sha256sums=('3a3aa7bc5a4cadb5f3232aeaa39b8d4df6be1be74460fba9c2394da12b72cd33')
validpgpkeys=()
prepare() {