Releases: ITzTravelInTime/CommandSudo
Releases · ITzTravelInTime/CommandSudo
1.1.16
1.1.15
- Updated dependancies.
1.1.14
- Updated dependancies.
- Updated the legal information across the source files.
1.1.13
- Added an argument to some functions that will avoid having sudo prefixed in front of executed comamnds.
- Switched to zsh instead of sh for script execution.
- Fixed a crash occurring when the execution of a command returns nil.
- Fixed a crash that occurs when parsing some commands.
- Fixed a crash that could occur when using the library from a program ruinning as root.
- Updated dependacies.
1.1.8
- Updated dependancies and platform requirements
- Added a DEMO playground to try the library
- Updated the README example
- Library requirements are now pointed to release libraries
- Updated function names and descriptions
- Updated the warning message in the playground
- Fixed some important bugs from the previous release
1.1.0
- Updated for the
Command2.x library - Added deprecation messages for the
Command.Sudo.getOutfunctions - re-implemented the
Command.Sudo.startfunction for better usage an avoiding issues with system PATH variables - Removed the
Command.Sudo.runimplementation because this function now is implemented inside theCommandExecutorprotocol - Added assertion inside the
Command.Sudo.startfunction to check for executable file existence - Removed the
initfromCommand.Sudosince it's no longer needed - Now using the library SwiftLoggedPrint to manage printed messages
1.0.2
Removed useless re-initialisation of TINUNotifications.shared for each time the authentication user notification is sent.
1.0.1
First publicly available release, check out the README for more info about the project.