shell-compose

Releases

0.4.0 - 2025-05-04

v0.4.0 May 4 2025 at 12:21 UTC
  • Pass working directory to background process
  • Support service arguments
  • Add restart policy argument
  • LOC: 1459

0.3.2 - 2025-04-19

v0.3.2 Apr 19 2025 at 20:23 UTC
  • Exponential backoff for restarting jobs
  • LOC: 1417

0.3.1 - 2025-04-18

v0.3.1 Apr 18 2025 at 21:07 UTC
  • Create process groups
  • Emit cli error as log message
  • LOC: 1409

0.3.0 - 2024-10-13

v0.3.0 Oct 13 2024 at 21:19 UTC
  • Collect system stats for running processes
  • Create a background service instance per user
  • Restrict access permissions for communication socket
  • Initial work for Windows Security Context
  • Differentate restart policies for job types
  • Fix restart of failed services
  • LOC: 1404

0.2.2 - 2024-10-12

0.2.2 Oct 12 2024 at 10:43 UTC
  • Fix background process termination with Ctrl-C on Windows

0.2.1 - 2024-10-10

v0.2.1 Oct 10 2024 at 19:12 UTC
  • Fix log output without filter
  • Sort buffered log entries by timestamp

0.2.0 - 2024-10-09

v0.2.0 Oct 9 2024 at 16:20 UTC
  • jobs command listing active jobs
  • stop command for commands, services and cron jobs
  • down command for service groups
  • Handle services as single-instance jobs
  • Respawn processes with exit status > 0
  • LOC: 1145

0.1.3 - 2024-10-04

v0.1.3 Oct 4 2024 at 10:12 UTC
  • Stop waiting for new logs when client disconnects

v0.1.2

v0.1.2 Oct 3 2024 at 18:45 UTC

New features

  • aarch64-unknown-linux-gnu binary package

Fixes

  • Check for terminal color support

v0.1.1

v0.1.1 Oct 3 2024 at 14:27 UTC
  • Fix background process filename on Windows

v0.1.0

v0.1.0 Oct 2 2024 at 22:33 UTC
  • First public release
  • LOC: 808