Skip to content

Releases: c4rlo/runapp

0.3.1

16 Jul 19:03
Compare
Choose a tag to compare
  • --scope mode: Fix an issue where if the chdir(), putenv(), or execvp() 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

13 Jul 14:22
Compare
Choose a tag to compare
  • 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

05 Jul 14:23
Compare
Choose a tag to compare
  • 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

0.1.0

29 Jun 12:22
Compare
Choose a tag to compare

Initial release.