"v1.13.2"

This commit is contained in:
plrigaux 2025-02-11 09:33:27 -05:00
parent 45aabdc9be
commit fc30d44735
3 changed files with 26 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.13.1
pkgver = 1.13.2
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=e59b6fb501e5713f6aebeb0b2d1e0cb2ce41c406
sha256sums = 2d45cb793dafc8e0260b489324c4984786b80970fcaf2b3ece792ca01a24c393
source = git+https://github.com/plrigaux/sysd-manager.git#commit=df06bcc623482930a534e4789e69a8e85db7c0c8
sha256sums = 34c8edf808dbd2e2072fa0176ae09d3023d0bdae03c9de46dd72a49760396ca3
pkgname = sysd-manager

View file

@ -4,6 +4,26 @@ 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.13.2] - 2025-02-11
### Fixed
- Change logs
## [1.13.1] - 2025-02-11
### Added
- Different toast messages have color
### Changed
- Button start is now non-blocking
- Button stop is now non-blocking
- Button restart is now non-blocking
- Button Reload (in menu) is nownon-blocking
- Button "send kill" is now non-blocking
- Button kill has new icon
## [1.12.4] - 2025-02-08
### Fixed

View file

@ -1,7 +1,7 @@
# Maintainer: Pierre-Luc Rigaux
pkgname=sysd-manager
pkgver=1.13.1
pkgver=1.13.2
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=e59b6fb501e5713f6aebeb0b2d1e0cb2ce41c406
_commit=df06bcc623482930a534e4789e69a8e85db7c0c8
source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit")
noextract=()
sha256sums=('2d45cb793dafc8e0260b489324c4984786b80970fcaf2b3ece792ca01a24c393')
sha256sums=('34c8edf808dbd2e2072fa0176ae09d3023d0bdae03c9de46dd72a49760396ca3')
validpgpkeys=()
prepare() {