diff --git a/.SRCINFO b/.SRCINFO index a06bfcf06a31..96bb50cbc237 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.18.1 + pkgver = 1.18.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=90a7d3903b5aef3e3321b8399fda527938ca089a - sha256sums = 626d4f5121213f24ca4a76eddb734883624639dcb6491a356948670508860c7d + source = git+https://github.com/plrigaux/sysd-manager.git#commit=43fea492f56e3d5d86afae6d83c1ecd49a8a7ef6 + sha256sums = 52fdf774c79ad941f3d24ecb934fc5a97f1908e5088b65eaf721ebc7ef681693 pkgname = sysd-manager diff --git a/CHANGELOG.md b/CHANGELOG.md index 152a65bd6e4f..e87012aea311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.2] - 2025-03-19 + +### Added + +- The possibility to sort the Description column +- Add acknowledgements section in About Dialog +- Add artist in credits section +### Changed + +- New application icon +### Fixed + +- Remove duplicates in the unit list +- Fix failing to retrieve file path for some units + ## [1.18.1] - 2025-03-18 ### Fixed diff --git a/PKGBUILD b/PKGBUILD index 1f911b9b2f31..94b39021bbf4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Pierre-Luc Rigaux pkgname=sysd-manager -pkgver=1.18.1 +pkgver=1.18.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=90a7d3903b5aef3e3321b8399fda527938ca089a +_commit=43fea492f56e3d5d86afae6d83c1ecd49a8a7ef6 source=("git+https://github.com/plrigaux/sysd-manager.git#commit=$_commit") noextract=() -sha256sums=('626d4f5121213f24ca4a76eddb734883624639dcb6491a356948670508860c7d') +sha256sums=('52fdf774c79ad941f3d24ecb934fc5a97f1908e5088b65eaf721ebc7ef681693') validpgpkeys=() prepare() {