All Versions
15
Latest Version
1.0
Avg Release Cycle
105 days
Latest Release
1817 days ago

Changelog History
Page 1

  • v1.0 Changes

    April 07, 2019

    ➕ Added:

    • isActiveRaw and isEnabledRaw to get the simple raw output from the command
    • show to get an array of detailed information about the unit
  • v1.0-rc2 Changes

    April 07, 2019

    ➕ Added:

    • isActiveRaw and isEnabledRaw to get the simple raw output from the command
    • show to get an array of detailed information about the unit
  • v1.0-rc.1 Changes

    August 22, 2017

    This introduces the UnitInstaller and UnitTemplates.
    These can be used to create new units on your need and install
    them into your system.

  • v0.8.1 Changes

    November 09, 2020

    ➕ Added

    🔄 Changed

    • 👷 Replace Travis CI with GitHub Action status badge (#44) (thanks to @peter279k)
    • Migrate phpunit.xml for new version (#42) (thanks to @peter279k)
  • v0.8.0 Changes

    November 05, 2020

    ➕ Added

    🔄 Changed

    • ⬇️ Dropped support for php7.2
    • ⬇️ Dropped support for symfony/process:^4.4
  • v0.7.2 Changes

    May 27, 2020

    ➕ Added

  • v0.7.1 Changes

    February 18, 2020

    ➕ Added

  • v0.7.0 Changes

    April 01, 2019

    🔄 Changed

    • 🚚 Moved classes to different namespace (SystemCtl to icanhazstring\Systemctl)
    • ⬇️ Dropped support for PHP7.1
    • ⬇️ Dropped support for symfony/process:^3.x

    ➕ Added

    • ➕ Added CHANGELOG.md and MIGRATION.md
    • ➕ Added support for symfony/process:^4.4 || ^5.0
    • ➕ Added code quality tools
  • v0.6.1 Changes

    March 19, 2019

    Unit may enter a failed state. Using systemctl list-units will return the failed units with a non valid character in front.
    This will resolve the issue by only allowing a certain character set for service names.

  • v0.6 Changes

    August 21, 2017

    ✅ Rework command dispatching inside SystemCtl to provider more stable unit tests.