All Versions
15
Latest Version
Avg Release Cycle
105 days
Latest Release
1633 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0 Changes
April 07, 2019➕ Added:
isActiveRaw
andisEnabledRaw
to get the simple raw output from the commandshow
to get an array of detailed information about the unit
-
v1.0-rc2 Changes
April 07, 2019➕ Added:
isActiveRaw
andisEnabledRaw
to get the simple raw output from the commandshow
to get an array of detailed information about the unit
-
v1.0-rc.1 Changes
August 22, 2017This 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
- ➕ Added
Target
unit (#38) (thanks to @peter279k) - ➕ Added
Swap
unit (#39) (thanks to @peter279k) - ➕ Added
Automount
unit (#40) (thanks to @peter279k) - ➕ Added
Mount
unit (#41) (thanks to @peter279k)
🔄 Changed
- 👷 Replace Travis CI with GitHub Action status badge (#44) (thanks to @peter279k)
- Migrate
phpunit.xml
for new version (#42) (thanks to @peter279k)
- ➕ Added
-
v0.8.0 Changes
November 05, 2020➕ Added
- ➕ Added
Slice
unit (#36) (thanks to @peter279k) - ➕ Added method
SystemCtl::reset-failed()
(#37) (thanks to @icanhazstring)
🔄 Changed
- ⬇️ Dropped support for php7.2
- ⬇️ Dropped support for
symfony/process:^4.4
- ➕ Added
-
v0.7.2 Changes
May 27, 2020➕ Added
- ➕ Added
Scope
unit (#32) (thanks to @peter279k)
- ➕ Added
-
v0.7.1 Changes
February 18, 2020➕ Added
- ➕ Added
Scope
unit (#32) (thanks to @peter279k)
- ➕ Added
-
v0.7.0 Changes
April 01, 2019🔄 Changed
- 🚚 Moved classes to different namespace (
SystemCtl
toicanhazstring\Systemctl
) - ⬇️ Dropped support for PHP7.1
- ⬇️ Dropped support for
symfony/process:^3.x
➕ Added
- ➕ Added
CHANGELOG.md
andMIGRATION.md
- ➕ Added support for
symfony/process:^4.4 || ^5.0
- ➕ Added code quality tools
- 🚚 Moved classes to different namespace (
-
v0.6.1 Changes
March 19, 2019Unit 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.