"v1.15.0"

This commit is contained in:
plrigaux 2025-02-19 15:22:51 -05:00
parent eb54b16224
commit d8672e0f00
3 changed files with 22 additions and 7 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.14.1
pkgver = 1.15.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=348c336e8ccc0e3599728a7b5df05f9d26a63844
sha256sums = f91b2c3c82dc320a15c542d6ea24c1179f1dca490a351e751375906b4eeb9017
source = git+https://github.com/plrigaux/sysd-manager.git#commit=93309727c775ef743a4a92145d9b9ceda3772a00
sha256sums = 039c81d3d8b75ef0c6c9bb05e48fb1aea6f92336a28e1f6511bca51785de2dea
pkgname = sysd-manager

View file

@ -4,12 +4,27 @@ 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.15.0] - 2025-02-19
### Added
- Tooltips for enable status
- Possibility to change unit file highlight style
- Row number for unit file
### Changed
- Display a message if the unit has no unit file on the "unit file" tab
### Fixed
- Some unit files were not displayed
## [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
- 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

View file

@ -1,7 +1,7 @@
# Maintainer: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=1.14.1
pkgver=1.15.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=348c336e8ccc0e3599728a7b5df05f9d26a63844
_commit=93309727c775ef743a4a92145d9b9ceda3772a00
source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit")
noextract=()
sha256sums=('f91b2c3c82dc320a15c542d6ea24c1179f1dca490a351e751375906b4eeb9017')
sha256sums=('039c81d3d8b75ef0c6c9bb05e48fb1aea6f92336a28e1f6511bca51785de2dea')
validpgpkeys=()
prepare() {