Releases: c4rlo/runapp
Releases · c4rlo/runapp
0.3.1
--scope
mode: Fix an issue where if thechdir()
,putenv()
, orexecvp()
failed, the error would only be reported on stderr, not via a desktop notification as intended.- Makefile: (un)install targets now include man page.
Full Changelog: 0.3.0...0.3.1
0.3.0
- Add
-d
/--dir=
option to run application in given working directory. - Add
-e
/--env=
option to run application with given environment variable set. - Add man page.
- Improve command-line parsing error handling.
Full Changelog: 0.2.0...0.3.0
0.2.0
- Talk to user systemd private socket if available, the same way
systemd-run
does, for (theoretically) improved performance. - Minor improvements to error messages.
Full Changelog: 0.1.0...0.2.0